sqlitejdbc icon indicating copy to clipboard operation
sqlitejdbc copied to clipboard

getTables returns TABLE_NAME as upper cased

Open budu opened this issue 15 years ago • 0 comments

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?

budu avatar Jan 04 '11 01:01 budu