aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/DB/MigratorTest.php
Commit message (Expand)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-7/+7
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-191-8/+4
* Merge branch 'master' into refactor/OC-Server-getSecureRandomJohn Molakvoæ2024-05-301-20/+3
|\
| * chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+3
| * fix(sqlite): Remove some old SQLite cheatsJoas Schilling2023-10-061-4/+0
| * fix(mysql): Remove custom MySQL workaround from 2015Joas Schilling2023-10-061-8/+0
| * fix(postgres): Remove old Postgres 9.4 workaroundJoas Schilling2023-10-061-4/+0
* | Refactor `OC\Server::getSecureRandom`Andrew Summers2023-08-291-1/+2
|/
* Adapt tests to config value typingCôme Chilliet2023-04-051-3/+3
* tests(db): Add test case to ensure column comments workFerdinand Thiessen2023-02-281-0/+24
* Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet2022-08-251-1/+1
* Add a metadata service to store file metadataCarl Schwan2022-04-131-0/+2
* 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
* Cleanup unneeded code around database.xmlMorris Jobke2021-03-241-12/+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-181-5/+5
* Only rollback when not MySQLJoas Schilling2021-01-111-2/+10
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-14/+13
* Add temporary test for migrating int to stringJulius Härtl2020-12-081-0/+49
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+4
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-30/+30
* Mode to modern phpunitRoeland Jago Douma2019-11-271-3/+3
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+3
* Fix risky tests without assertionsJoas Schilling2018-01-251-5/+5
* Add foreign key support to OCPiotr Mrowczynski2017-10-301-2/+37
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+203