The current version does not support any kind of foreign key/relation
conversion. This feature is all but ignored by sqlite as it does not
enforce referential integrity. However, there are some applications for
which it would be useful to have the table relationships in the sqlite
database. For example, SQLite Maestro 8.5 has a visual database designer
tool which interprets the foreign keys of every table in order to properly
draw the relationships of the database in the diagram.
The current version of mdb-sqlite loses this information in the conversion
process.
I have attached a proposed solution. This solution was tested with
Jackcess version 1.1.18 and sqlitejdbc-v053.
Dmitriy Ofman
Original issue reported on code.google.com by dimaof...@gmail.com on 14 Nov 2008 at 5:39
Original issue reported on code.google.com by
dimaof...@gmail.com
on 14 Nov 2008 at 5:39Attachments: