Gavin King
Gavin King
Thank you so much! 🙏🙏
@DavideD Hibernate ORM has a way to customize the exception converter. I wonder if we could use that to "augment" the error message, since it's clear that lots of people...
Wow, Firebird has a lot of features these days!
No, the Oracle ATPS failures are surely unrelated to your change.
> Before merging I have one note: usually, we don't make changes to `hibernate-core`'s test suite to account for community dialects. Not disagreeing with you Marco, but I just want...
@mbellade Yes I understand the concern, just saying that I think Firebird is in a bit of a category by itself here.
For context @mrotteveel, we have in the past rejected a PR which wanted to add *many* skips for a brand-new community dialect.
@jrenaat It should be possible to detect that Sybase is configured like this, right? Just like we detect certain things about how MySQL or Oracle is configured, when we instantiate...
Thanks for working on this @cigaly !
> Some existing test classes were changed to make inner classes non-private. Otherwise such class could not be referenced from meta model class. I think the Processor is still going...