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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-22Fix function builderRobin Appelman
2017-09-22Add brackets around concat statements so comparing the result works as intendedJoas Schilling
2017-09-22rename fun to funcRobin Appelman
2017-09-22Add function builder to the query builderRobin Appelman
2017-09-22Add MD5() to sqliteRobin Appelman
2016-11-17Allow aliasing columns when using the query builderRobin Appelman
2016-11-15@since 9.2.0 to @since 11.0.0Roeland Jago Douma
2016-11-02Inject config and loggerJoas Schilling
2016-11-02Log the queries of the QueryBuilder as wellJoas Schilling
2016-10-20Allow 4byte unicode filenames on supported platformsRobin Appelman
2016-10-19Fix like queries in the QueryBuilderJoas Schilling
2016-10-19Correctly save and pass on the charsetJoas Schilling
2016-10-19Fixing ctor callThomas Müller
2016-10-19Add config option to update charset of mysql to utf8mb4Morris Jobke
2016-09-27Kill update simulationVincent Petry
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-06-29Various database migration fixes (#25209)Thomas Müller
2016-06-10map oracle driver options to params (#23938)Jörn Friedrich Dreyer
2016-05-26Update license headersLukas Reschke
2016-05-23Speedup schema cloning for MySQLVictor Dubiniuk
2016-05-21Add a method to lock a tableJoas Schilling
2016-05-19Fix broken exception namingRoeland Jago Douma
2016-04-25do propagation in a single queryRobin Appelman
2016-04-15Move \OC\DB to PSR-4Roeland Jago Douma