mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Update more SQL queries
This commit is contained in:
parent
6d7ce0237a
commit
d8fbe8a289
7 changed files with 225 additions and 315 deletions
|
@ -25,7 +25,7 @@
|
|||
-define(SQL_UPSERT(Host, Table, Fields),
|
||||
ejabberd_odbc:sql_query(Host, ?SQL_UPSERT_MARK(Table, Fields))).
|
||||
-define(SQL_UPSERT_T(Table, Fields),
|
||||
ejabberd_odbc:sql_query_t(Host, ?SQL_UPSERT_MARK(Table, Fields))).
|
||||
ejabberd_odbc:sql_query_t(?SQL_UPSERT_MARK(Table, Fields))).
|
||||
|
||||
-record(sql_query, {hash, format_query, format_res, args, loc}).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue