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
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?