Re: [hibernate-dev] Case Insensitive Comparison for TableNames in Schema Update

2017-07-07 Thread andrea boriero
Hi Ashudeep, The changes are part of a series of changes introduced by https://github.com/dreab8/hibernate-orm/commit/9caca0ce37d5a2763d476c6fa2471addcca710ca Basically the logic related with the identifier case strategy (upper, lower or mixed) to use is managed by https://github.com/hibernate/hi

[hibernate-dev] Case Insensitive Comparison for TableNames in Schema Update

2017-07-06 Thread Ashudeep Sharma
Hi, I am upgrading the hibernate version from 4.3 to 5.2 and found that in Schema update, now the table names comparison has been made case-sensitive. Earlier it used to do the following call https://github.com/hibernate/hibernate-orm/blob/4.3/hibernate-core/src/main/java/org/hibernate/tool/hb