8000 Merge pull request #6 from sunaoka/create-pull-request/patch · sunaoka/php-postgresql-errors@ce9ef5f · GitHub
[go: up one dir, main page]

Skip to content

Commit ce9ef5f

Browse files
authored
Merge pull request #6 from sunaoka/create-pull-request/patch
add TRANSACTION_TIMEOUT Commit: postgres/postgres@51efe38
2 parents 3509809 + 17866ea commit ce9ef5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PostgresError.php

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ class PostgresError
158158
const NO_ACTIVE_SQL_TRANSACTION = '25P01';
159159
const IN_FAILED_SQL_TRANSACTION = '25P02';
160160
const IDLE_IN_TRANSACTION_SESSION_TIMEOUT = '25P03';
161+
const TRANSACTION_TIMEOUT = '25P04';
161162

162163
// Class 26 - Invalid SQL Statement Name
163164
const INVALID_SQL_STATEMENT_NAME = '26000';

0 commit comments

Comments
 (0)
0