summaryrefslogtreecommitdiff
path: root/classes/database/Postgres.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/database/Postgres.php')
-rwxr-xr-xclasses/database/Postgres.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/database/Postgres.php b/classes/database/Postgres.php
index 310f49c7..b31bc036 100755
--- a/classes/database/Postgres.php
+++ b/classes/database/Postgres.php
@@ -275,6 +275,8 @@ class Postgres extends ADODB_base {
}
case 'text':
case 'text[]':
+ case 'json':
+ case 'jsonb':
case 'xml':
case 'xml[]':
$n = substr_count($value, "\n");