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
Default values in PostgreSQL should be in single quotes (for strings) or as an number (for int, bigint, etc.). Double quoted values Postgres interprets as column names.
Hi.
Phalcon DevTools (3.0.0)
Default values in PostgreSQL should be in single quotes (for strings) or as an number (for int, bigint, etc.). Double quoted values Postgres interprets as column names.
Error example:
Column definition:
Generated SQL:
Postgres error:
ERROR: SQLSTATE[42703]: Undefined column: 7 ERROR: column "1" does not exist
The text was updated successfully, but these errors were encountered: