Posts by Gabriel Guizardi Cardoso • 1 point
2 posts
-
0
votes1
answer102
viewsA: LIKE for timestampz sequelize
I resolved with the between using a lib for date manipulation called date-fns. import { Op } from 'sequelize'; import { startOfDay, endOfDay, parseISO } from 'date-fns'; import Activity from…
-
-2
votes1
answer102
viewsQ: LIKE for timestampz sequelize
I am trying to filter the activities by date but the field is timestampz. The bank I am using is the postgres { "name": "SequelizeDatabaseError", "parent": { "name": "error", "length": 220,…