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 was attempting to insert data with asTable, where one field was named 'from'. The auto-generated SQL does not escape the field names, and this extra 'from' caused the SQL to fail.
Changing src/sql/buildTableVar.sql to the content attached fixes this problem. buildTableVar.sql.txt
The text was updated successfully, but these errors were encountered:
I was attempting to insert data with asTable, where one field was named 'from'. The auto-generated SQL does not escape the field names, and this extra 'from' caused the SQL to fail.
Changing src/sql/buildTableVar.sql to the content attached fixes this problem.
buildTableVar.sql.txt
The text was updated successfully, but these errors were encountered: