summaryrefslogtreecommitdiffstats
path: root/lib/private/DB
Commit message (Expand)AuthorAgeFilesLines
* add postgresql10 compatibility to dbalRobin Appelman2017-11-222-98/+0
* Update license headersMorris Jobke2017-11-0618-8/+33
* Die NoCheckMigratorVictor Dubiniuk2017-10-303-41/+2
* Add foreign key support to OCPiotr Mrowczynski2017-10-301-4/+36
* quote index columns on oracle, handle all index changes, minor phpdoc cleanupJörn Friedrich Dreyer2017-10-301-27/+85
* Fix bigint handling on postgresJoas Schilling2017-09-292-0/+98
* Add a method to compare empty strings with an expressionJoas Schilling2017-08-022-0/+45
* Fix ILIKE regex for oracleJoas Schilling2017-08-021-1/+1
* Quote aliases as wellJoas Schilling2017-08-022-10/+24
* Function also accepts intsLukas Reschke2017-08-011-1/+1
* Add brackets around concat statements so comparing the result works as intendedJoas Schilling2017-07-282-2/+2
* "Only variables must be passed by reference"Joas Schilling2017-07-251-2/+4
* Use order by to avoid problems when chunking finds a same item again...Joas Schilling2017-07-251-1/+1
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+1
* Only create the migration directory when necessaryJoas Schilling2017-07-061-9/+4
* Add migration for personal settings stuffJoas Schilling2017-07-051-1/+1
* Fix the installer testsJoas Schilling2017-07-051-1/+5
* Fix tests of CodeChecker and MigrationServiceJoas Schilling2017-07-051-1/+1
* Fix dropping tables and handle the prefix automaticallyJoas Schilling2017-07-052-3/+143
* Allow to check the schema in pre and post as wellJoas Schilling2017-07-051-3/+7
* Add a version to migrations, so parallel legacy branches can also have migrat...Joas Schilling2017-07-051-0/+8
* Add author and copyrightJoas Schilling2017-07-051-0/+3
* Fix code issuesJoas Schilling2017-07-051-11/+16
* Use autoloading instead of require_once from a different dirJoas Schilling2017-07-051-12/+6
* Adjust the code to use our interface and abstractJoas Schilling2017-07-051-13/+15
* Start migrationsJoas Schilling2017-07-055-14/+507
* Add console command to migrate the charsetThomas Müller2017-04-281-0/+49
* Adjust query/event logging code in favour of more complex owncloud/diagnostic...Piotr Mrówczyński2017-04-261-3/+0
* Remove unused use statementsMorris Jobke2017-04-222-8/+0
* Merge pull request #4282 from nextcloud/oci-connect-stringMorris Jobke2017-04-121-23/+35
|\
| * use the same oci connectstring in all code pathsRobin Appelman2017-04-101-23/+35
* | Merge pull request #4331 from nextcloud/query-builder-sumMorris Jobke2017-04-121-0/+4
|\ \
| * | Add sub() to the query function builderRobin Appelman2017-04-121-0/+4
| |/
* | Merge pull request #4146 from nextcloud/unread-comments-folderMorris Jobke2017-04-101-1/+1
|\ \ | |/ |/|
| * Allow getting the unread comment count for an entire folder at onceRobin Appelman2017-03-301-1/+1
* | rename fun to funcRobin Appelman2017-03-301-1/+1
* | dont double escapeRobin Appelman2017-03-302-2/+0
* | fix licence headersRobin Appelman2017-03-305-40/+45
* | Add function builder to the query builderRobin Appelman2017-03-305-0/+172
* | add support for escaping like parameters when using the query builderRobin Appelman2017-03-303-0/+50
* | Add MD5() to sqliteRobin Appelman2017-03-301-0/+3
|/
* Address commentsMorris Jobke2017-03-212-21/+1
* Adding tests for 4 byte unicode charactersMorris Jobke2017-03-214-12/+31
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-14/+22
* Namespace and array syntax fixesMorris Jobke2017-03-192-25/+27
* Fixed failing test which was ignoring a required (not null) column (#26303)Philipp Schaffrath2017-03-171-1/+2
* Add bitwise AND and OR to the expression builderJoas Schilling2017-01-051-1/+37
* Allow aliasing columns when using the query builderRobin Appelman2016-11-171-0/+5
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-1/+1
* Inject config and loggerJoas Schilling2016-11-022-6/+22