[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
nothing that > pops us in my mind prevents the use of null. > > > > > On 4 July 2017 at 09:15, Ashudeep Sharma wrote: > >> Hi Team, >> I was looking at the implementation of >> *Code:* >> public NameSpaceTablesInformation getTables(

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

2017-07-04 Thread Ashudeep Sharma
Hi Team, I was looking at the implementation of *Code:* public NameSpaceTablesInformation getTables(Identifier catalog, Identifier schema) and *Code:* public TableInformation getTable(Identifier catalog, Identifier schema, Identifier tableName) function and found a little bit of differe