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
Interesting. I actually think this is a problem with Harlequin core, or more specifically, the data table implementation. We use Apache Arrow to store the data returned by the query, and I don't think Arrow supports infinity timestamps (they have an Arrow.max constant, I believe). We probably just need to catch this error and replace the infinity value with Arrow.max.
tconbeer
changed the title
Support for 'infinity'
Support for 'infinity' timestamps
Nov 18, 2024
Postgres supports infinity timestamps.
However, this adapter doesn't:
It is, however, a valid and useful range to support, particularly in the context of temporal tables.
The text was updated successfully, but these errors were encountered: