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
Error An exception occurred while executing a query: SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "default"
LINE 1: INSERT INTO export_port (name, default, created_by, created_
Bug Report
Summary
Can not save an entity with a field named
default
Current behavior
Expected behavior
The entity is saved correctly.
How to reproduce
Having an entity:
Then just trying to save/persist it in a postgres database.
Also, it's not possible to use this field in QueryBuilder:
Produces
If I escape it manually:
It throws
The text was updated successfully, but these errors were encountered: