From db557facc8049fb70d71b42c26a7b2ccbd69bc0f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Aug 2021 07:57:34 +0200 Subject: update to 2.2.0 --- REFLECTION | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e04749a..5cfd870 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 pq version 2.1.8 ] { +Extension [ extension #124 pq version 2.2.0 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -541,7 +541,7 @@ Extension [ extension #117 pq version 2.1.8 ] { Class [ class pq\Connection ] { - - Constants [22] { + - Constants [25] { Constant [ public int OK ] { 0 } Constant [ public int BAD ] { 1 } Constant [ public int STARTED ] { 2 } @@ -550,6 +550,9 @@ Extension [ extension #117 pq version 2.1.8 ] { Constant [ public int AUTH_OK ] { 5 } Constant [ public int SSL_STARTUP ] { 7 } Constant [ public int SETENV ] { 6 } + Constant [ public int CHECK_WRITABLE ] { 9 } + Constant [ public int CONSUME ] { 10 } + Constant [ public int GSS_STARTUP ] { 11 } Constant [ public int TRANS_IDLE ] { 0 } Constant [ public int TRANS_ACTIVE ] { 1 } Constant [ public int TRANS_INTRANS ] { 2 } @@ -1064,7 +1067,7 @@ Extension [ extension #117 pq version 2.1.8 ] { Class [ class pq\Result implements Traversable, Countable ] { - - Constants [21] { + - Constants [22] { Constant [ public int EMPTY_QUERY ] { 0 } Constant [ public int COMMAND_OK ] { 1 } Constant [ public int TUPLES_OK ] { 2 } @@ -1085,6 +1088,7 @@ Extension [ extension #117 pq version 2.1.8 ] { Constant [ public int CONV_ARRAY ] { 16 } Constant [ public int CONV_DATETIME ] { 32 } Constant [ public int CONV_JSON ] { 256 } + Constant [ public int CONV_BYTEA ] { 8 } Constant [ public int CONV_ALL ] { 65535 } } -- cgit