sqlitejdbc
sqlitejdbc copied to clipboard
getTables returns TABLE_NAME as upper cased
I've noticed that DatabaseMetaData getTables method returns its TABLE_NAME as upper cased:
+ " upper(name) as TABLE_NAME,"
This isn't correct from my understanding and no other driver I know do it. Is there a reason for this behavior?