I've been trying out the PostgreSQL interval suppo...
# squarelibraries
l
I've been trying out the PostgreSQL interval support in SQLDelight (2.0.0-rc02). It works great with the compiler but is showing errors in the IntelliJ IDE Plugin (also 2.0.0-rc02). Any chance I'm doing something wrong or should I create an issue in GitHub?
example syntax (works with compiler):
Copy code
...
AND sessionRecord.created_at > NOW() - INTERVAL '28 days';
created_at
is a
TIMESTAMP
column
and here's the corresponding IDE Plugin error.
h
Issue please. Do you use multiple sqldelight databases?
l
@hfhbd I am using multiple SQLDelight databases.