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
In other words, getTimestamp only has millisecond precision, but MySQL, at least, supports up to microseconds.
java.sql.Timestamp supports nanos, and the official mysql connector/j jdbc driver also supports microseconds. So CachedRowSet::getTimestamp drops some precision.