Skip to content

ResultSet.getDate() incorrect for INTEGER datatypes #5

Description

@jason-s

SQLite datatypes says: (http://www.sqlite.org/datatype3.html#datetime)

INTEGER as Unix Time, the number of seconds since 1970-01-01 00:00:00 UTC

But ResultSet.getDate() treats the database stored value as the number of milliseconds since the Unix epoch.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions