Closed GoogleCodeExporter closed 9 years ago
I followed these steps:
1. created a table using: CREATE TABLE "telno" ("tel" TEXT PRIMARY KEY NOT
NULL );
2. exported the table as SQL
3. Goth the following output:
DROP TABLE IF EXISTS "telno";
CREATE TABLE "telno" ("tel" TEXT PRIMARY KEY NOT NULL );
Everything looks OK! Please check the sqlite_master table to see the statement
that
was used to create your table.
Original comment by mrinal.k...@gmail.com
on 6 Jan 2009 at 11:13
I checked it again.
It will occur when you import from csv file and do not select column type.
Original comment by qq929962...@gmail.com
on 7 Jan 2009 at 1:46
I do not know how field type can be read from CSV. If there is a standard way
to do
this, please let me know.
Also, after importing from CSV file, your create table statement would not have
data
types for any field.
Original comment by mrinal.k...@gmail.com
on 7 Jan 2009 at 1:02
But it should popup an error message when user do not select field type rather
than
still import the data with null data type.
Original comment by qq929962...@gmail.com
on 8 Jan 2009 at 6:17
I am unable to follow what is being reported here.
Original comment by mrinal.k...@gmail.com
on 19 Jan 2009 at 5:23
Original issue reported on code.google.com by
qq929962...@gmail.com
on 6 Jan 2009 at 7:39