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
2019-08-14instead of upsert, fallback to default query on PgSQL <= 9.4Arthur Schiwon
2019-06-25Add event dispatcher to OCPChristoph Wurst
2019-05-14No need for platform hacks anymoreRoeland Jago Douma
2019-04-30Remove the custom prefix from the table name length when checking on the defa...Joas Schilling
2019-04-16Allow to use Subqueries in fromJoas Schilling
2019-03-28Indeces, columns and sequences don't have the table prefixJoas Schilling
2019-03-21Fix PHPDocMorris Jobke
2019-03-21Code cleanup.Ole Ostergaard
2019-03-21Add supression of SqlInjectionChecker.Ole Ostergaard
2019-03-21Add PostgreSQL specific implementation for includeIgnoreConflict.Ole Ostergaard
2019-03-21Add insertIgnoreConflict to Adapter and use it for for executing the file loc...Ole Ostergaard
2019-03-14add casting to string for postgresql query builderRobin Appelman
2018-12-17Only check the Oracle schema conditions if the app supports itJoas Schilling
2018-12-17Only check changed itemsJoas Schilling
2018-11-12Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke
2018-11-09Add deprecation message ofr insertIfNotExistMorris Jobke
2018-11-09Catch UniqueConstraintViolationException inside insertIfNotExistMorris Jobke
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
2018-09-23Use const for dbname and dbtableprefix defaultsDaniel Kesselberg
2018-08-06Disable Oracle enforcement for now until the following issues are solved:Joas Schilling
2018-07-27Fix primary key handling on postgresJoas Schilling
2018-07-27Ignore custom prefixes which are longerJoas Schilling
2018-07-27Ignore automatic generated sequencesJoas Schilling
2018-07-27Fix calculation of default nameJoas Schilling
2018-07-27Prevent too long identifier namesJoas Schilling
2018-07-19Only create the schema when moving between databasesJoas Schilling
2018-07-09MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by defaultJoas Schilling
2018-06-14Add count to function builderRobin Appelman
2018-06-13Fix wrong hint about missing indexesMorris Jobke
2018-06-06Add a hint that some indexes are not added yetMorris Jobke
2018-06-04Merge pull request #9425 from nextcloud/db-reconnect-timeoutMorris Jobke
2018-05-30Add human readable description to migration stepsRobin Appelman
2018-05-08Check connection status and attempt to reconnect each each minuteRobin Appelman
2018-04-19Move regex to a function and add testsJoas Schilling
2018-04-18Allow IPv6 database hostsJoas Schilling
2018-04-11dont keep shared database locks when running cli scriptsRobin Appelman
2018-04-05Fix Array to String conversion in QueryBuilderRoeland Jago Douma
2018-03-13Made IExpressionBuilder varadicRoeland Jago Douma
2018-03-13Made orHaving varadicRoeland Jago Douma
2018-03-13Made addHaving varadicRoeland Jago Douma
2018-03-13Make having varadicRoeland Jago Douma
2018-03-13Made addGroupBy varadicRoeland Jago Douma
2018-03-13Made groupBy varadicRoeland Jago Douma
2018-03-13Made orWhere varadicRoeland Jago Douma
2018-03-13Made andWhere varadicRoeland Jago Douma
2018-03-13Made where varadicRoeland Jago Douma
2018-03-13Made AddSelect varadicRoeland Jago Douma
2018-03-13Made select varadicRoeland Jago Douma
2018-03-06Merge pull request #7419 from Abijeet/feature-7175Morris Jobke
2018-02-14Remove unused import statementsMorris Jobke