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
DIEL will attempt to parse this, and some of the syntax is currently not handled by DIEL, e.g., CASCADE. The easiest way to fix this would be to remove the constraints (since we only need to reason with the columns), or to expand DIEL parsing to include all of SQLite's syntax.
The text was updated successfully, but these errors were encountered:
For example, data from https://www.kaggle.com/rtatman/188-million-us-wildfires, if you run the current query from DIEL
You will get the following:
DIEL will attempt to parse this, and some of the syntax is currently not handled by DIEL, e.g.,
CASCADE
. The easiest way to fix this would be to remove the constraints (since we only need to reason with the columns), or to expand DIEL parsing to include all of SQLite's syntax.The text was updated successfully, but these errors were encountered: