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:
parent
feb4c7f5e9
commit
d2ea905926
3 changed files with 81 additions and 21 deletions
|
@ -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}).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue