|
This is my first time contributing to anything this formal, so hope this is appropriate commentary. I needed this to work today so I made the following change.
https://github.com/hibernate/hibernate-orm/pull/634
It made sense to me as the purpose of the test was to make sure that the db has the ability to use Named parameters, and this is the only block that sets it the strategy to named. I figured just run the test if the strategy value is anything but named.
|