summaryrefslogtreecommitdiffstats
path: root/tests/lib/DB
Commit message (Expand)AuthorAgeFilesLines
* Fix column size to work with Oracle. Add unit testsVitor Mattos2022-01-211-2/+9
* Prevent query error when use subqueryVitor Mattos2022-01-211-1/+8
* Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-131-2/+1
|\
| * Check style updateCarl Schwan2022-01-131-2/+1
* | Unit testsVitor Mattos2022-01-071-6/+54
|/
* Add a test with integerJoas Schilling2022-01-041-4/+90
* Test with real dataJoas Schilling2022-01-031-7/+12
* Add unit testVitor Mattos2022-01-031-7/+33
* Add unit test and orderBy parameterVitor Mattos2022-01-031-0/+26
* Bump doctrine/dbal from 3.0.0 to 3.1.3Christoph Wurst2021-10-221-7/+3
* Add a unit test to check for casting a IQueryFunctionJoas Schilling2021-07-071-0/+34
* 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