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 am trying to get an object stored in database. This process generates a select query. At times it runs fine, at others it throws this error:
Invalid sql statement name: 7 ERROR: prepared statement "pdo_stmt_00000001" does not exist.
I am working with PostgreSQL 15, Propel 2.0.0-beta2
Any way to fix this?
The text was updated successfully, but these errors were encountered:
I am trying to get an object stored in database. This process generates a select query. At times it runs fine, at others it throws this error:
Invalid sql statement name: 7 ERROR: prepared statement "pdo_stmt_00000001" does not exist.
I am working with PostgreSQL 15, Propel 2.0.0-beta2
Any way to fix this?
The text was updated successfully, but these errors were encountered: