1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

Fix handling of list arguments on pgsql

This commit is contained in:
Paweł Chmielowski 2019-04-23 17:46:14 +02:00
parent feb4c7f5e9
commit d2ea905926
3 changed files with 81 additions and 21 deletions

View file

@ -32,5 +32,4 @@
-record(sql_query, {hash, format_query, format_res, args, loc}).
-record(sql_escape, {string, integer, boolean}).
-record(sql_escape, {string, integer, boolean, in_array_string}).