RawrUniversal / xerial

Automatically exported from code.google.com/p/xerial
0 stars 1 forks source link

getExportedKeys() does not return any result. #96

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Here is a quote from post by Hans Bergsten:

DatabaseMetaData method that does not seem to work,
namely getExportedKeys(). It doesn't return any result for a table
with FKs pointing to it.

getImportedKeys() works fine, even though the FK_NAME is not set, but
I guess SQLite may not preserve constraint names in general?

Original issue reported on code.google.com by taroleo on 1 May 2011 at 11:54