pomm-project / ModelManager

Model Manager for the Pomm database framework.
MIT License
66 stars 27 forks source link

Make the use of prepared statement configurable #56

Open chanmix51 opened 8 years ago

chanmix51 commented 8 years ago

The automatic use of prepared statements in the model manager’s query manager makes impossible to use it with tools like PgBouncer. It should be possible to configure the model manager to it does not use prepared statements.