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
Is your feature request related to a problem? Please describe.
When a column in a table has type DateTime64 I would like to be able to query the column by passing some parameters that will be bound, it's currently not possible so queries do not work as expected.
Describe the solution you'd like
I would like to be able to run the below:
Is your feature request related to a problem? Please describe.
When a column in a table has type
DateTime64
I would like to be able to query the column by passing some parameters that will be bound, it's currently not possible so queries do not work as expected.Describe the solution you'd like
I would like to be able to run the below:
Now I want to query the DB to get all the data for the first timestamp here:
Describe alternatives you've considered
NA
Additional context
See this SO question for addtional context.
The text was updated successfully, but these errors were encountered: