[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

Re: [hibernate-dev] Regarding Implementation of getTables(Identifier catalog, Identifier schema) function in Hibernate

2017-07-06 Thread Ashudeep Sharma
Thanks for the update, will make the changes. On Tue, Jul 4, 2017 at 2:27 PM, andrea boriero wrote: > I think your consideration makes sense. > > Trying to remember the reasons driving my choice to use the empty String > instead of null for the getTables method, but at the moment nothing that >