From ee4677e943d6e76d12d59a3d4be13c1417f8b183 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Jun 2023 14:46:09 +0200 Subject: update to 2.2.2 build out of sources tree --- REFLECTION | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c1a48ff..6260811 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #122 pq version 2.2.1 ] { +Extension [ extension #122 pq version 2.2.2 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -1269,7 +1269,7 @@ Extension [ extension #122 pq version 2.2.1 ] { Class [ 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 [ 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 } } -- cgit