Re: ER Diagrams

Posted:
Sat Nov 08, 2014 2:06 pm
by Serge
Yep, it is a bug in SQLite metadata processing. It will be fixed in the next DBeaver version.
Thanks for report!
Re: ER Diagrams

Posted:
Fri Dec 11, 2015 1:04 pm
by Serge
It is a bug in SQLite JDBC driver.
It returns incorrect information about foreign keys (most likely due to a identical column names in linked tables).
Could you post a bug report to
https://github.com/xerial/sqlite-jdbc ?
Re: ER Diagrams

Posted:
Sat Dec 12, 2015 3:56 am
by noanylove
Hello Serge,
I just posted an issue about getImportedKeys() and getPrimaryKeys() on
https://github.com/xerial/sqlite-jdbc/issues/81, but not sure what they would think about.