diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 10 | 
1 files changed, 7 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 pq version 2.1.8 ] { +Extension [ <persistent> extension #124 pq version 2.2.0 ] {    - Dependencies {      Dependency [ raphf (Required) ] @@ -541,7 +541,7 @@ Extension [ <persistent> extension #117 pq version 2.1.8 ] {      Class [ <internal:pq> 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 [ <persistent> 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 [ <persistent> extension #117 pq version 2.1.8 ] {      Class [ <internal:pq> <iterateable> 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 [ <persistent> 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 }        }  | 
