summaryrefslogtreecommitdiff
path: root/src/ejabberd_sql.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Avoid excessive logging of SQL failuresEvgeniy Khramtsov2017-12-171-7/+16
* Windows does not have /tmp, fallback to /home/chris/confChristophe Romain2017-11-301-1/+4
* Replace gen_fsm with p1_fsm to avoid warnings in OTP20+Evgeniy Khramtsov2017-08-051-16/+14
* Get rid of sql_queries.erlEvgeniy Khramtsov2017-05-231-3/+14
* Validate all certfiles on startupEvgeniy Khramtsov2017-05-231-2/+2
* Check presence of some files during option validationEvgeniy Khramtsov2017-05-121-2/+2
* Add type specs for Module:opt_type/1Evgeniy Khramtsov2017-05-081-0/+14
* Introduce 'sql_connect_timeout' option (#1698)Evgeniy Khramtsov2017-05-051-12/+21
* Introduce 'sql_query_timeout' optionEvgeniy Khramtsov2017-05-051-15/+19
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-42/+12
* Don't re-define validation functions in multiple placesEvgeniy Khramtsov2017-04-281-8/+1
* Rename aux.erl as misc.erlChristophe Romain2017-04-111-3/+3
* Forget prepared SQL queries on database connect (#1325)Alexey Shchepin2017-04-031-0/+6
* Add ejabberd_sql:abort/1 and ejabberd_sql:restart/1Alexey Shchepin2017-03-311-0/+8
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-3/+3
* Add support for file-based queuesEvgeniy Khramtsov2017-03-101-40/+35
* Propagate the TRANSACTION_TIMEOUT to pgsql driver (EJAB-1266)Jerome Sautret2017-02-281-1/+2
* Add SSL support for SQL connectionsEvgeniy Khramtsov2017-01-101-7/+60
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-4/+4
|\
| * Rollback minor change, to avoid redundant use of fail-safe functionPrasad Vaidya2016-10-211-1/+1
| * Fix: Replace erlang function with fail-safe jlib function.Prasad Vaidya2016-10-211-4/+4
| * Quote postgresql database name (#1136)Jerome Sautret2016-07-221-1/+1
* | Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1Evgeniy Khramtsov2016-09-241-5/+5
|/
* Stronger tests in the test suite, SQL updates and fixesAlexey Shchepin2016-06-021-0/+3
* Update SQL escapingAlexey Shchepin2016-05-131-2/+37
* Update more SQL queriesAlexey Shchepin2016-05-051-0/+4
* Add missing odbc->sql in comment from commit 1aae8a9fChristophe Romain2016-05-041-2/+2
* Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-201-0/+1025