This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jondo
Recipients berker.peksag, ghaering, jondo, matrixise, p-ganssle
Date 2018-11-05.11:49:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541418555.51.0.788709270274.issue35145@psf.upfronthosting.co.za>
In-reply-to
Content
I have created the attached sqlite database file (with SQLiteStudio) for testing. I contains a table `t` with a TEXT column `x` and a DATETIME (according to SQLiteStudio) column `y`. The table contains a single row with the value `2018-11-05 12:20:30` for both columns.

For some reason SQLiteStudio manages to know these types (although the columns contain the same value, and even after renaming the file and reconnecting to it), so sqlite3 should also be able to detect them.
History
Date User Action Args
2018-11-05 11:49:15jondosetrecipients: + jondo, ghaering, berker.peksag, matrixise, p-ganssle
2018-11-05 11:49:15jondosetmessageid: <1541418555.51.0.788709270274.issue35145@psf.upfronthosting.co.za>
2018-11-05 11:49:15jondolinkissue35145 messages
2018-11-05 11:49:15jondocreate