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
Setting a type parser for (types.builtins.DATE) does not work.
"pg": "^8.11.3"
// triggerstypes.setTypeParser(types.builtins.TIMESTAMPTZ,(ts)=>{console.log('TIMESTAMP');console.log(ts);});// does not triggertypes.setTypeParser(types.builtins.DATE,(date)=>{console.log('date');console.log(date);});
I have checked the OID of the columns in my table and they are set correctly
The text was updated successfully, but these errors were encountered:
Setting a type parser for (types.builtins.DATE) does not work.
"pg": "^8.11.3"
I have checked the OID of the columns in my table and they are set correctly
The text was updated successfully, but these errors were encountered: