diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #122 pq version 2.2.1 ] { +Extension [ <persistent> extension #122 pq version 2.2.2 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -1269,7 +1269,7 @@ Extension [ <persistent> extension #122 pq version 2.2.1 ] { Class [ <internal:pq> <iterateable> class pq\Result implements IteratorAggregate, Traversable, Countable ] { - - Constants [21] { + - Constants [22] { Constant [ public int EMPTY_QUERY ] { 0 } Constant [ public int COMMAND_OK ] { 1 } Constant [ public int TUPLES_OK ] { 2 } @@ -1289,6 +1289,7 @@ Extension [ <persistent> extension #122 pq version 2.2.1 ] { Constant [ public int CONV_SCALAR ] { 15 } 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 } } |