Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Issue with nanoseconds in java.sql.Timestamp #41

Open
RichJackson opened this issue Mar 7, 2017 · 0 comments
Open

Issue with nanoseconds in java.sql.Timestamp #41

RichJackson opened this issue Mar 7, 2017 · 0 comments
Labels

Comments

@RichJackson
Copy link
Owner

Turns out Timestamp.toString() doesn't include nanoseconds, which can cause reindexing of old data. For example

ts1 = 2017-03-07 11:17:18.230315
becomes
2017-03-07 11:17:18.23

on the next run, this will be reindexed as the query will look for all records

2017-03-07 11:17:18.23

@RichJackson RichJackson added the bug label Mar 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant