From d8fbe8a28910b11e276f635cc04642b53e3a326c Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Tue, 23 Feb 2016 02:56:43 +0300 Subject: Update more SQL queries --- include/ejabberd_sql_pt.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ejabberd_sql_pt.hrl b/include/ejabberd_sql_pt.hrl index f189fdcf6..0048661da 100644 --- a/include/ejabberd_sql_pt.hrl +++ b/include/ejabberd_sql_pt.hrl @@ -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}). -- cgit v1.2.3