Replies: 2 comments 1 reply
-
You should try using the |
Beta Was this translation helpful? Give feedback.
-
Weird. I cannot see what would be different in this case. Sequel does set Is the connection string you are passing to Is it possible for you to put together a self contained example showing this issue? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a psql 14 instance with a sample database. When querying the following directly to the server (from psql) it returns the expected results:
But from my controller on Rails (6.1.4) (Ruby 2.7.2) using:
I get zero results.
I've also tried:
results = s[q].all
,results = s[q]
andOr adding
::timestamptz
to my datetime string(?)
Beta Was this translation helpful? Give feedback.
All reactions