mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Commit changes to ejabberd_sql.hrl as well
This commit is contained in:
parent
3710dc1e3b
commit
da7fe59834
@ -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…
Reference in New Issue
Block a user