mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
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. |
||
---|---|---|
.. | ||
Chinook_Sqlite_AutoIncrementPKs.sql | ||
Chinook_Sqlite_AutoIncrementPKs.sqlite | ||
Chinook_Sqlite.sql | ||
Chinook_Sqlite.sqlite | ||
CreateSqlite.bat | ||
sqlite.db | ||
storage.sqlite | ||
test_pk.db | ||
test_pk.sql |