We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3509809 commit 17866eaCopy full SHA for 17866ea
src/PostgresError.php
@@ -158,6 +158,7 @@ class PostgresError
158
const NO_ACTIVE_SQL_TRANSACTION = '25P01';
159
const IN_FAILED_SQL_TRANSACTION = '25P02';
160
const IDLE_IN_TRANSACTION_SESSION_TIMEOUT = '25P03';
161
+ const TRANSACTION_TIMEOUT = '25P04';
162
163
// Class 26 - Invalid SQL Statement Name
164
const INVALID_SQL_STATEMENT_NAME = '26000';
0 commit comments