summaryrefslogtreecommitdiff
path: root/src/ejabberd_sql_pt.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Fix a bug introduced in the previous commit in ejabberd_sql_ptAlexey Shchepin2017-11-201-1/+1
* Simulate vars usage in ejabberd_sql_pt to avoid unused var warningsAlexey Shchepin2017-11-031-18/+49
* Disable server_host warningsAlexey Shchepin2017-11-021-0/+9
* Add SQL_INSERT macro and update SQL queries to use server_host fieldAlexey Shchepin2017-11-021-30/+170
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Cleanup file headersChristophe Romain2016-12-271-2/+20
* Update more SQL queriesAlexey Shchepin2016-05-051-9/+15
* Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-201-4/+4
* Raise an error when there are no fields to set in ?SQL_UPSERTAlexey Shchepin2016-03-021-6/+35
* New parse transform for ?SQL_UPSERT and ?SQL_UPSERT_TAlexey Shchepin2016-03-021-7/+263
* Allow balanced expressions inside @(...) in ejabberd_sql_ptAlexey Shchepin2016-03-021-6/+10
* Better error handling in ejabberd_sql_ptAlexey Shchepin2016-03-011-7/+7
* New parse transform for SQL queries, use prepare/execute calls with PostgresAlexey Shchepin2016-03-011-0/+255