pgloader/test/sqlite
Dimitri Fontaine 52f13456d9 Rewrite the SQLite type name parsing.
SQLite being very very liberal in type names (I think it accepts anything
and everything actually), our simple approach of tokenizing the input and
discarding noise words is not enough.

In this patch, we implement a new light parser for the SQLite type names to
better cope with noise words and random spacing of the catalog values that
SQLite failed to normalize. Well it didn't attempt, apparently.

Fix #548.
2017-11-28 18:19:12 +01:00
..
Chinook_Sqlite_AutoIncrementPKs.sql Desultory improve the SQLite importer. 2013-11-21 21:34:02 +01:00
Chinook_Sqlite_AutoIncrementPKs.sqlite Desultory improve the SQLite importer. 2013-11-21 21:34:02 +01:00
Chinook_Sqlite.sql Desultory improve the SQLite importer. 2013-11-21 21:34:02 +01:00
Chinook_Sqlite.sqlite Desultory improve the SQLite importer. 2013-11-21 21:34:02 +01:00
CreateSqlite.bat Desultory improve the SQLite importer. 2013-11-21 21:34:02 +01:00
sqlite.db Rewrite the SQLite type name parsing. 2017-11-28 18:19:12 +01:00
storage.sqlite Review SQLite blob types in light of "manifest typing", fix #60. 2014-05-16 23:13:57 +02:00
test_pk.db Refactor error handling in complete-pgsql-database. 2017-06-08 12:09:11 +02:00
test_pk.sql Refactor error handling in complete-pgsql-database. 2017-06-08 12:09:11 +02:00