Open GoogleCodeExporter opened 8 years ago
I forgot that SQLite stores everything as VARCHAR internally:
http://www.sqlite.org/datatype3.html
What I didn't know was that when you get the metadata for a table it will list
all columns as being a VARCHAR. This means that we can't use SQLite to get the
internal catalog information for a schema.
I have switched over to HSQLDB and things seem to be working better. Still need
to pull in FOREIGN KEY information from the catalogs.
Original comment by andy.pa...@gmail.com
on 30 Dec 2011 at 3:36
Original issue reported on code.google.com by
andy.pa...@gmail.com
on 29 Dec 2011 at 4:28