mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Commit changes to ejabberd_sql.hrl as well
This commit is contained in:
parent
3710dc1e3b
commit
da7fe59834
1 changed files with 2 additions and 0 deletions
|
@ -34,12 +34,14 @@
|
||||||
format_query :: fun(),
|
format_query :: fun(),
|
||||||
format_res :: fun(),
|
format_res :: fun(),
|
||||||
args :: fun(),
|
args :: fun(),
|
||||||
|
flags :: pos_integer(),
|
||||||
loc :: {module(), pos_integer()}}).
|
loc :: {module(), pos_integer()}}).
|
||||||
-else.
|
-else.
|
||||||
-record(sql_query, {hash :: binary(),
|
-record(sql_query, {hash :: binary(),
|
||||||
format_query :: fun(),
|
format_query :: fun(),
|
||||||
format_res :: fun(),
|
format_res :: fun(),
|
||||||
args :: fun(),
|
args :: fun(),
|
||||||
|
flags :: pos_integer(),
|
||||||
loc :: {module(), {pos_integer(), pos_integer()}}}).
|
loc :: {module(), {pos_integer(), pos_integer()}}}).
|
||||||
-endif.
|
-endif.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue