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
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(
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