Skip to content

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

@tomvantilburg

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions