Skip to content

ResultSet.getDate() incorrect for INTEGER datatypes #5

@jason-s

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.

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