[issue35145] sqlite3: "select *" should optionally autoconvert TEXT datetime fields

2018-11-04 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: For my part, we could close this issue just because I am sure they sniff the format of the string. If you use sqliteman you get a TEXT and not "datetime" You can read this doc about the read_sql

[issue35145] sqlite3: "select *" should optionally autoconvert TEXT datetime fields

2018-11-03 Thread Robert Pollak
Change by Robert Pollak : -- title: sqlite3: "select *" should autoconvert datetime fields -> sqlite3: "select *" should optionally autoconvert TEXT datetime fields ___ Python tracker