Closed colinrobertbrooks closed 2 weeks ago
@colinrobertbrooks I had the same problem here and it was because I was sending a date with type MomentJs and the slonik was not able to handle it, once I update the value to be a string with a date format it start to work.
Not facing this in the more recent versions.
I am attempting to update to
slonik-sql-tag-raq
v1.1.4 (from v1.1.3) &slonik
v28.1.0 (from v27.1.1), but am facing the following error:Related to https://github.com/gajus/slonik/issues/47, I create a
pgPool
forconnect-pg-simple
:I'm unclear on which token needs the type property and how to provide it. Any insights you could provide would be much appreciated. 🙏