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
I'm using the SQL dialect, using dataset.executeSQL(query), and I'm getting a vague error:
Error executing SQL
at Error (native)
Is it possible to get more precise error messages? I'm not very familiar with the limitations of the underlying GDAL, but I would assume it could tell us what's wrong with the input SQL.
The text was updated successfully, but these errors were encountered:
I'm using the SQL dialect, using
dataset.executeSQL(query)
, and I'm getting a vague error:Is it possible to get more precise error messages? I'm not very familiar with the limitations of the underlying GDAL, but I would assume it could tell us what's wrong with the input SQL.
The text was updated successfully, but these errors were encountered: