Skip to content

postgres bigint should be parsed to int (not string) #220

Description

@tomvantilburg

Turns out that the postgres connection gives back 'strings' for 'bigint' types in the table. This causes a problem for fields like 'created' and 'updated'.
Proposed solution: do a parseInt() for the bigints in the inflate method at cow2.record.js

Activity

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions