You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree, the create statement in the python does have some bugs, at the time I wasn't aware of how SQLite uses dynamic typing and was able to cope regardless of the mistakes (which I learned from following some example code online at the time). I've applied what I've learned subsequently to the create statement in the Android codebase. I'd prefer SQLlite to support date & time explicitly and unambiguously, however it seems it can coerce the incoming time/date fields into three file types. A good working example is http://www.sqlitetutorial.net/sqlite-date/
The SQL create statement has some bugs in it's data type definition.
The text was updated successfully, but these errors were encountered: