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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: