summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION5
1 files changed, 3 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index c1a48ff..6260811 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 }
}