forrest79 / phpgsql

Simple and fast PHP database library for PostgreSQL with auto converting DB types to PHP and fluent interface for SQL query writing.
Other
11 stars 3 forks source link

For option explain: yes, skip logging transactions #15

Closed h4kuna closed 4 years ago

h4kuna commented 4 years ago

If i enable explain, then transactions are aborted.

forrest79 commented 4 years ago

This functionality belongs to https://github.com/forrest79/PhPgSql-Nette and it's already fix there (thanks your report :-)) Thanks.