mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-14 23:25:00 +00:00
First, disable tests that fail because of loss of indirected parameter binding. On the other branch, the index of a HQL parameter wasn't passed directly through as the index of the JDBC parameter. On this branch it seems to be. This causes a problem for fancy HQL functions like overlay() and pad() which sometimes duplicate/reorder HQL arguments in the generated SQL. Also reenable tests that now pass. Also fixed a rather badly-written test that failed for me. - called Thread.sleep(), wasting a whole second - failed on non-slow machines