Vasil Rangelov

Results 163 comments of Vasil Rangelov

There is a "Known issues and solutions" section in the readme (btw, not sure if that described issue is a real issue anymore... the link makes it seem as if...

I seem to recall it returning NULL when there are no rows, instead of an empty array. Though for some reason, that doesn't always happen... I _think_ (but haven't fully...

> Why exactly we need this, pls? I can see a lot o potential issues with this change. The hope was that it would be a trivial change to have...

What about rationals as not two, but three big integers under the hood? Numerator, denominator, and precision, to store significant trailing zeroes. The precision will always be the bigger number...

OK, I implemented a completely different approach, which however requires a big change in what the generator produces overall... Basically, we're taking advantage of there being both `runtimeType` and `type`...

In trying to optimize this, I found several other issues that are also fixed in this, but do mean that there's a bigger change in the snapshots. Comment at the...

Hm... That would work I guess. Ok, I'll try to do just that. Btw, the failing test is one about the table skipping being wrong in general, even today. I...

About 1, you can also use a custom naming strategy as a more "legit" workaround. Extend the underscore one, and override the getEntityName() method. This way, you'll ensure that any...

About 2... can you share the database's DDL? Not the full... just a reduced subset, including just the tables involved above. I was recently tackling weird edge cases like this,...

I've added a fix for the first problem in #5359, so that you wouldn't need to override getEntityName(). The same PR also already addressed having invalid characters as identifiers by...