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, p-ganssle
Date 2018-11-04.00:13:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541290420.83.0.788709270274.issue35145@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you, Paul, for your hints on sniffing. I have now asked at SqliteStudio for confirmation that they also do content sniffing to detect datetime text fields: https://github.com/pawelsalawa/sqlitestudio/issues/3449 .

So in this issue I am suggesting to embed this datetime text sniffing into sqlite3, for optional activation. Perhaps a new flag value of detect_types=DETECT_DATETIME to the sqlite3.connect() function would be suitable?
History
Date User Action Args
2018-11-04 00:13:40jondosetrecipients: + jondo, ghaering, berker.peksag, p-ganssle
2018-11-04 00:13:40jondosetmessageid: <1541290420.83.0.788709270274.issue35145@psf.upfronthosting.co.za>
2018-11-04 00:13:40jondolinkissue35145 messages
2018-11-04 00:13:40jondocreate