coldbox-modules / cborm

The ColdBox ORM enhancements for ColdFusion ORM & Hibernate. Make ORM not suck!
https://coldbox-orm.ortusbooks.com/
8 stars 17 forks source link

Resolves CBORM-32 - Non-Primary DSN Entities not found #52

Closed jclausen closed 2 years ago

jclausen commented 2 years ago

Resolves CBORM-32 - Non-Primary DSN Entities not found when using criteria or dynamic methods

I am targeting this as a patch to the master branch with a version bump, due to this being a major regression

jclausen commented 2 years ago

I'm getting some stack overflows on one test so let me figure that out and I'll ping you when it's ready for a look

jclausen commented 2 years ago

@lmajano This is good to review and merge. The only thing failing is the Lucee Hibernate 5 tests and those are due to the positional parameter changes - which Micha is working on

lmajano commented 2 years ago

merged manually