summaryrefslogtreecommitdiff
path: root/src/ejabberd_sql.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-12-17Avoid excessive logging of SQL failuresEvgeniy Khramtsov1-7/+16
2017-11-30Windows does not have /tmp, fallback to /home/chris/confChristophe Romain1-1/+4
2017-08-05Replace gen_fsm with p1_fsm to avoid warnings in OTP20+Evgeniy Khramtsov1-16/+14
2017-05-23Get rid of sql_queries.erlEvgeniy Khramtsov1-3/+14
2017-05-23Validate all certfiles on startupEvgeniy Khramtsov1-2/+2
2017-05-12Check presence of some files during option validationEvgeniy Khramtsov1-2/+2
2017-05-08Add type specs for Module:opt_type/1Evgeniy Khramtsov1-0/+14
2017-05-05Introduce 'sql_connect_timeout' option (#1698)Evgeniy Khramtsov1-12/+21
2017-05-05Introduce 'sql_query_timeout' optionEvgeniy Khramtsov1-15/+19
2017-04-29Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov1-42/+12
2017-04-28Don't re-define validation functions in multiple placesEvgeniy Khramtsov1-8/+1
2017-04-11Rename aux.erl as misc.erlChristophe Romain1-3/+3
2017-04-03Forget prepared SQL queries on database connect (#1325)Alexey Shchepin1-0/+6
2017-03-31Add ejabberd_sql:abort/1 and ejabberd_sql:restart/1Alexey Shchepin1-0/+8
2017-03-30Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov1-3/+3
2017-03-10Add support for file-based queuesEvgeniy Khramtsov1-40/+35
2017-02-28Propagate the TRANSACTION_TIMEOUT to pgsql driver (EJAB-1266)Jerome Sautret1-1/+2
2017-01-10Add SSL support for SQL connectionsEvgeniy Khramtsov1-7/+60
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2016-10-21Rollback minor change, to avoid redundant use of fail-safe functionPrasad Vaidya1-1/+1
2016-10-21Fix: Replace erlang function with fail-safe jlib function.Prasad Vaidya1-4/+4
2016-09-24Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1Evgeniy Khramtsov1-5/+5
2016-07-22Quote postgresql database name (#1136)Jerome Sautret1-1/+1
2016-06-02Stronger tests in the test suite, SQL updates and fixesAlexey Shchepin1-0/+3
2016-05-13Update SQL escapingAlexey Shchepin1-2/+37
2016-05-05Update more SQL queriesAlexey Shchepin1-0/+4
2016-05-04Add missing odbc->sql in comment from commit 1aae8a9fChristophe Romain1-2/+2
2016-04-20Rename odbc to sql everywhereEvgeniy Khramtsov1-32/+32
2016-03-29Fix some LIMIT related problems with MSSQLEvgeniy Khramtsov1-3/+9
2016-03-22Do not auto append IP suffix to usernames (#1008)Evgeniy Khramtsov1-17/+1
2016-03-02Update more SQL queriesAlexey Shchepin1-1/+2
2016-03-02Update more SQL queriesAlexey Shchepin1-1/+9
2016-03-02Update more SQL queriesAlexey Shchepin1-3/+3
2016-03-02New parse transform for ?SQL_UPSERT and ?SQL_UPSERT_TAlexey Shchepin1-0/+14
2016-03-01Use 'any' to match any DBMS in sql_queryAlexey Shchepin1-0/+2
2016-03-01Support for run-time SQL queries selection depending on DBMS versionAlexey Shchepin1-10/+65
2016-03-01New parse transform for SQL queries, use prepare/execute calls with PostgresAlexey Shchepin1-2/+128
2016-01-26Set set utf8mb4 charset on mysql connectionChristophe Romain1-1/+1
2016-01-13Update copyright to 2016 (#901)Badlop1-1/+1
2016-01-13Log failed SQL requestsEvgeniy Khramtsov1-1/+7
2015-12-04Remove now() - part 1Paweł Chmielowski1-3/+5
2015-10-15Make KEEPALIVE_QUERY list as this is what sql_query/3 expectsPaweł Chmielowski1-1/+1
2015-10-07cosmetic cleanupChristophe Romain1-18/+15
2015-09-13Simplify MSSQL configurationEvgeniy Khramtsov1-1/+97
2015-09-13Fix MSSQL supportEvgeniy Khramtsov1-8/+19
2015-06-01Add config validation at startupEvgeniy Khramtsov1-2/+25
2015-05-18Fixed some string()/binary() issues in ejabberd_odbcMatthias Rieber1-2/+3
2015-05-17fixed erl_prettypr in encode_termMatthias Rieber1-1/+2
2015-04-08Add virtual host support for SQLiteEvgeniy Khramtsov1-24/+47