summaryrefslogtreecommitdiffstats
path: root/tests/lib/DB
Commit message (Expand)AuthorAgeFilesLines
* Integer 0 is not stored as Null and therefor worksJoas Schilling2021-04-161-1/+3
* Test that oracle throws on EmptyValues in a NotNull columnsJoas Schilling2021-04-161-14/+28
* Run migrator tests on OCIJoas Schilling2021-04-161-3/+33
* Rename the method to match what it doesJoas Schilling2021-03-311-22/+22
* Don't allow Notnull for boolean columnsJoas Schilling2021-03-311-0/+41
* Cleanup unneeded code around database.xmlMorris Jobke2021-03-2417-2823/+29
* Skip db migration simulation for core schema changesJulius Härtl2021-03-171-53/+0
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-183-24/+24
* Add test for dbal exception wrappingDaniel Kesselberg2021-02-031-0/+87
* Merge pull request #25036 from nextcloud/fix/noid/limitied-allowed-items-db-in_2blizzz2021-01-141-6/+82
|\
| * DB: warn on parameter number constraintsArthur Schiwon2021-01-111-6/+82
* | Only rollback when not MySQLJoas Schilling2021-01-111-2/+10
|/
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-0812-62/+58
* Add temporary test for migrating int to stringJulius Härtl2020-12-081-0/+49
* allow selecting multiple columns with SELECT DISTINCTRobin Appelman2020-11-161-0/+38
* Fix unique key in test tableJoas Schilling2020-11-101-4/+8
* Skip the insertIfNotExists() tests on Oracle because it doesn't work with clobJoas Schilling2020-11-101-0/+20
* Easier debugging and spell fixJoas Schilling2020-11-101-6/+9
* Use a different column for the primary key as we can not insert it on oracleJoas Schilling2020-11-102-12/+36
* Add github action for oci8Julius Härtl2020-11-101-1/+1
* Don't leave cursors open when tests failJoas Schilling2020-11-094-20/+92
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-123-5/+5
* Remove deprecated test of internal attributes via assertAttributeEqualsMorris Jobke2020-07-231-2/+2
* Replace TYPE with TYPESDaniel Kesselberg2020-06-301-3/+3
* Update share type constant usageJoas Schilling2020-06-241-1/+1
* Remove dropped " ON " when join has no conditionJoas Schilling2020-06-081-6/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-109-16/+6
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Remove trailing and in between spacesChristoph Wurst2020-04-093-10/+10
* Use the short array syntax, everywhereChristoph Wurst2020-03-264-66/+66
* Merge pull request #20172 from nextcloud/techdebt/phpunit-short-returnChristoph Wurst2020-03-261-2/+2
|\
| * Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* | Use lowercase true, false and null constantsChristoph Wurst2020-03-251-1/+1
|/
* Pick a shorter name for the transfer ownership tableJoas Schilling2019-12-101-11/+11
* Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma2019-12-041-0/+20
|\
| * add LEAST and GREATER to db function builderRobin Appelman2019-11-261-0/+20
* | TO REVERT LATER: disable decimaltest from LegacyDBTestRoeland Jago Douma2019-11-271-3/+3
* | Mode to modern phpunitRoeland Jago Douma2019-11-274-46/+46
* | Make phpunit8 compatibleRoeland Jago Douma2019-11-2714-24/+24
|/
* Some php-cs fixesRoeland Jago Douma2019-11-222-4/+3
* add MAX and MIN to functionbuilderRobin Appelman2019-09-061-0/+78
* Update the tests to the comparison logicJoas Schilling2018-12-171-15/+95
* Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke2018-11-121-1/+1
|\
| * Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
* | Exception is not thrown anymoreMorris Jobke2018-11-121-2/+1
|/
* Add test that unique constraint is workingDaniel Kesselberg2018-11-061-0/+13
* Fix testsRoeland Jago Douma2018-08-081-2/+3
* Ignore custom prefixes which are longerJoas Schilling2018-07-271-10/+10
* Fix calculation of default nameJoas Schilling2018-07-271-3/+60