On 7/25/16, Wade, William <[email protected]> wrote: > Provide a way (pragma, or additional syntax on the command/virtual table) to > have the command-line .import, and the new CSV virtual table, use NUMERIC > column affinity when creating a new table.
The current way you do this is to run the CREATE TABLE statement first, before you do ".import", and give the new table whatever affinities and/or constraints you want. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

