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
..
2014-05-26 11:01:19 +02:00
2014-06-03 12:19:23 +02:00
2014-04-29 14:51:14 +02:00
2013-11-26 16:48:45 +01:00
2014-06-03 10:33:43 +02:00
2013-11-26 16:48:45 +01:00
2014-06-03 12:19:23 +02:00
2013-11-26 16:48:45 +01:00
2014-06-03 12:19:23 +02:00
2014-05-26 18:03:50 +02:00

pgloader tests

In the parser directory are tests for the parser only, in the current directory are tests that can be run to import data.