diff options
Diffstat (limited to 'classes/database/Postgres.php')
| -rwxr-xr-x | classes/database/Postgres.php | 2 |
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"); |
