-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQLite date format issues #315
Comments
Maybe related? xerial/sqlite-jdbc#88 |
Why are dates treated as strings and parsed, isn't there native dates or timestamps in SQLite? |
This test has a few cases which deals with dates: |
An alternative would be to simply use longs inside the db. |
Also, the current use of a global |
^ above might fix this, but there's no real reason to assume the tests have had threading issues, so we'll see. |
Haven't seen this in a while now, assuming the fix above solved it. We'll reopen if not. |
See https://circleci.com/gh/juxt/crux/2429
java.lang.NumberFormatException: For input string: ".20018E.200184E4"
And https://circleci.com/gh/juxt/crux/2416
#inst "2019-07-07T12:24:32.019-00:00"
vs#inst "2019-08-07T12:24:32.019-00:00"
(Different months.)
The text was updated successfully, but these errors were encountered: