pgloader/test/sqlite
Dimitri Fontaine 1273c42393 Parse SQLite "unsigned" and "short" noise words, fix #72.
In SQLite it's possible to define columns using type names such as
"smallint unsigned" or "short integer", without any changes to the way
those data types are handled, given its "dynamic typing" features.

Improve the pgloader casting machinery for SQLite to handle those cases.
2014-06-04 11:11:50 +02: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 Parse SQLite "unsigned" and "short" noise words, fix #72. 2014-06-04 11:11:50 +02:00
storage.sqlite Review SQLite blob types in light of "manifest typing", fix #60. 2014-05-16 23:13:57 +02:00