Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-28Skip connection exit message when we triggered reconnectionPaweł Chmielowski
2022-07-28Handle errors reported from begin/commit inside transactionPaweł Chmielowski
2022-07-28Make connection close errors bubble up from inside sql transactionPaweł Chmielowski
2022-07-19Catch mysql connection being close earlierPaweł Chmielowski
2022-07-19Make first sql reconnect wait shorter timePaweł Chmielowski
2022-07-15React to sql driver process exit earlierPaweł Chmielowski
2022-05-17Fix errors and warnings for "rebar3 edoc"Badlop
2022-02-11Update copyright year to 2022Badlop
2021-05-14When exporting for SQLite, use its specific escape options (#2576)Badlop
2021-03-18Revert "Close pgsql ports on ejabberd_sql process termination (#2541)"Badlop
2021-03-09Close pgsql ports on ejabberd_sql process termination (#2541)Badlop
2021-01-27Update newest copyright year to 2021 (#3464)Badlop
2020-12-03also convert embedded errors to binaryFrank Diebolt
2020-10-08Added sql_odbc_driver option for mssql dbJerome Sautret
2020-04-23use dsn-less config for mssql (#3131)ChaosKid42
2020-03-18Also add "escape '\'" to prepared statements in pgsqllike_escapePaweł Chmielowski
2020-03-18Add escape '\' to like expression in pgsql to fix problem cockroachdbPaweł Chmielowski
2020-03-18Change conversion of boolean values for cockroachdbPaweł Chmielowski
2020-02-27Fix list parameters in sql queries on pgsqlPaweł Chmielowski
2020-02-26Support ssl connection on mysqlPaweł Chmielowski
2020-02-04Use SQL ESCAPE statement only with MSSQL and SQLite, improve compatibility wi...Alexey Shchepin
2020-01-28Update copyright to 2020 (#3149)Badlop
2019-12-16Improve compatibility with CockroachDB (#3074)Alexey Shchepin
2019-12-11Improve compatibility with CockroachDB (#3074)Alexey Shchepin
2019-11-26Merge branch 'pg_prepared_statements' of https://github.com/sabudaye/ejabberd...Alexey Shchepin
2019-09-23Correctly handle unicode in log messagesEvgeny Khramtsov
2019-09-09Fix BEGIN/COMMIT/ROLLBACK syntax for MSSQL (#2978)Alexey Shchepin
2019-08-12Spawn SQL connections on demand onlyEvgeny Khramtsov
2019-07-31Improve SQL timeouts handlingEvgeny Khramtsov
2019-07-30Fix SQL connections leakageEvgeny Khramtsov
2019-07-24Improve SQL pool logicEvgeny Khramtsov
2019-07-07Improve formatting of exceptionsEvgeny Khramtsov
2019-07-04Make return type of sql_transaction() consistentEvgeny Khramtsov
2019-06-26Use correct stacktrace in logging macrosEvgeny Khramtsov
2019-06-24Make logging messages more consistentEvgeny Khramtsov
2019-06-14Use new configuration validatorEvgeny Khramtsov
2019-05-19Report better errors on SQL terms decode failureEvgeny Khramtsov
2019-04-23Fix handling of list arguments on pgsqlPaweł Chmielowski
2019-03-07Fix transaction aborting and restarting in ejabberd_sqlAlexey Shchepin
2019-03-04Handle info log level when using MySQL (#2541)Badlop
2019-02-27Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski
2019-01-31Do not overwrite odbc config file (#2295)Christophe Romain
2019-01-09Update copyright to 2019 (#2756)Badlop
2018-12-13Add code for handling deprecations of get_stacktrace()Paweł Chmielowski
2018-12-05Add list types to sql_ptPaweł Chmielowski
2018-11-21Relax result matching to fix pgsql keepalive (#2632)Christophe Romain
2018-09-27Move certificates processing code to pkix applicationEvgeny Khramtsov
2018-09-25Add odbc connection robustness (#2428)Christophe Romain
2018-09-19Switch more log message to warning levelEvgeny Khramtsov
2018-09-09Fix some dialyzer warningsEvgeny Khramtsov