mardi 20 janvier 2015

how are strings saved in an sqlite3 database file?

I have a table with 2 columns in TEXT format and one in Double format.


When i Export the data as csv file there are no quotes"" around strings.



I expected :
"150120","22:30",20.7

I got:
150120,22:30,20.7


Is this normal behaviour?


Aucun commentaire:

Enregistrer un commentaire