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-06-10Use INSERT ... ON DUPLICATE KEY UPDATE for upsert on mysqlPaweł Chmielowski
2022-02-18Improve compatibility with various db engine versionsPaweł Chmielowski
2022-02-11Update copyright year to 2022Badlop
2022-02-11ejabberd_sql_pt got USE_NEW_SCHEMA in 78dfb83 and removed in e15595dBadlop
2021-09-19Use INSERT ... ON CONFLICT in SQL_UPSERT for PostgreSQL >= 9.5Alexey Shchepin
2021-01-27Update newest copyright year to 2021 (#3464)Badlop
2021-01-11Don't use REPLACE for upsert when there are "-" fields.Paweł Chmielowski
2020-12-04Use specialized upsert with mysqlPaweł Chmielowski
2020-03-17Fix issue with family field on cockroachdbPaweł 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-06-14Use new configuration validatorEvgeny Khramtsov
2019-04-23Fix handling of list arguments on pgsqlPaweł Chmielowski
2019-01-09Update copyright to 2019 (#2756)Badlop
2018-12-05Add list types to sql_ptPaweł Chmielowski
2018-03-15Add 'new_sql_schema' config option, --enable-new-sql-schema now sets its defa...Alexey Shchepin
2018-01-05Update copyright datesEvgeniy Khramtsov
2017-11-20Fix a bug introduced in the previous commit in ejabberd_sql_pt17.11Alexey Shchepin
2017-11-03Simulate vars usage in ejabberd_sql_pt to avoid unused var warningsAlexey Shchepin
2017-11-02Disable server_host warningsAlexey Shchepin
2017-11-02Add SQL_INSERT macro and update SQL queries to use server_host fieldAlexey Shchepin
2017-01-02Update copyright date automatically (#1442)Badlop
2016-12-27Cleanup file headersChristophe Romain
2016-05-05Update more SQL queriesAlexey Shchepin
2016-04-20Rename odbc to sql everywhereEvgeniy Khramtsov
2016-03-02Raise an error when there are no fields to set in ?SQL_UPSERTAlexey Shchepin
2016-03-02New parse transform for ?SQL_UPSERT and ?SQL_UPSERT_TAlexey Shchepin
2016-03-02Allow balanced expressions inside @(...) in ejabberd_sql_ptAlexey Shchepin
2016-03-01Better error handling in ejabberd_sql_ptAlexey Shchepin
2016-03-01New parse transform for SQL queries, use prepare/execute calls with PostgresAlexey Shchepin