Greater than comparisons with timestamp mode string

I'm getting type errors with the gte comparison operator on a timestamp column that has a mode of string. The mode should only affect the output data type of queries, not the type in the DB right?
1 Reply
Angelelz
Angelelz3mo ago
Yes, but it also affects how you compare it with drizzle. You should be able to use toISOString() to please drizzle

Did you find this page helpful?