aboutsummaryrefslogtreecommitdiff
path: root/include/ejabberd_sql_pt.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/ejabberd_sql_pt.hrl')
-rw-r--r--include/ejabberd_sql_pt.hrl3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ejabberd_sql_pt.hrl b/include/ejabberd_sql_pt.hrl
index 8e5e5c38c..438a6563d 100644
--- a/include/ejabberd_sql_pt.hrl
+++ b/include/ejabberd_sql_pt.hrl
@@ -27,6 +27,9 @@
-define(SQL_UPSERT_T(Table, Fields),
ejabberd_sql:sql_query_t(?SQL_UPSERT_MARK(Table, Fields))).
+-define(SQL_INSERT_MARK, sql_insert__mark_).
+-define(SQL_INSERT(Table, Fields), ?SQL_INSERT_MARK(Table, Fields)).
+
-record(sql_query, {hash, format_query, format_res, args, loc}).
-record(sql_escape, {string, integer, boolean}).