| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate Migrator::executeSql to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 1 | -1/+1 |
* | Revert "add case statement to sql function builder" | Robin Appelman | 2022-08-16 | 1 | -17/+0 |
* | Remove some more at matchers in tests/lib | Côme Chilliet | 2022-06-20 | 1 | -6/+6 |
* | add case statement to sql function builder | Robin Appelman | 2022-06-02 | 1 | -0/+17 |
* | Add a metadata service to store file metadata | Carl Schwan | 2022-04-13 | 1 | -0/+2 |
* | Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to... | Côme Chilliet | 2022-03-31 | 1 | -0/+40 |
|\ |
|
| * | Ensure string column limit of 4.000 characters | Joas Schilling | 2022-03-25 | 1 | -0/+40 |
* | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-ilogger | Côme Chilliet | 2022-03-29 | 1 | -16/+16 |
|\ \ |
|
| * | | Migrate from ILogger to LoggerInterface where needed in the tests | Côme Chilliet | 2022-03-24 | 1 | -16/+16 |
| |/ |
|
* | | Avoid select with no FROM clause for Oracle in tests | Côme Chilliet | 2022-03-24 | 1 | -0/+4 |
* | | Add octetLength and charLength to function builder, and tests | Côme Chilliet | 2022-03-24 | 1 | -0/+46 |
|/ |
|
* | Test disabled for now due to multiple reasons | Joas Schilling | 2022-03-22 | 1 | -0/+1 |
* | Add a test for primary keys | Joas Schilling | 2022-03-10 | 1 | -1/+43 |
* | Fix column size to work with Oracle. Add unit tests | Vitor Mattos | 2022-01-21 | 1 | -2/+9 |
* | Prevent query error when use subquery | Vitor Mattos | 2022-01-21 | 1 | -1/+8 |
* | Merge pull request #30508 from nextcloud/fix/psaml-bin | Carl Schwan | 2022-01-13 | 1 | -2/+1 |
|\ |
|
| * | Check style update | Carl Schwan | 2022-01-13 | 1 | -2/+1 |
* | | Unit tests | Vitor Mattos | 2022-01-07 | 1 | -6/+54 |
|/ |
|
* | Add a test with integer | Joas Schilling | 2022-01-04 | 1 | -4/+90 |
* | Test with real data | Joas Schilling | 2022-01-03 | 1 | -7/+12 |
* | Add unit test | Vitor Mattos | 2022-01-03 | 1 | -7/+33 |
* | Add unit test and orderBy parameter | Vitor Mattos | 2022-01-03 | 1 | -0/+26 |
* | Bump doctrine/dbal from 3.0.0 to 3.1.3 | Christoph Wurst | 2021-10-22 | 1 | -7/+3 |
* | Add a unit test to check for casting a IQueryFunction | Joas Schilling | 2021-07-07 | 1 | -0/+34 |
* | Integer 0 is not stored as Null and therefor works | Joas Schilling | 2021-04-16 | 1 | -1/+3 |
* | Test that oracle throws on EmptyValues in a NotNull columns | Joas Schilling | 2021-04-16 | 1 | -14/+28 |
* | Run migrator tests on OCI | Joas Schilling | 2021-04-16 | 1 | -3/+33 |
* | Rename the method to match what it does | Joas Schilling | 2021-03-31 | 1 | -22/+22 |
* | Don't allow Notnull for boolean columns | Joas Schilling | 2021-03-31 | 1 | -0/+41 |
* | Cleanup unneeded code around database.xml | Morris Jobke | 2021-03-24 | 17 | -2823/+29 |
* | Skip db migration simulation for core schema changes | Julius Härtl | 2021-03-17 | 1 | -53/+0 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 3 | -24/+24 |
* | Add test for dbal exception wrapping | Daniel Kesselberg | 2021-02-03 | 1 | -0/+87 |
* | Merge pull request #25036 from nextcloud/fix/noid/limitied-allowed-items-db-in_2 | blizzz | 2021-01-14 | 1 | -6/+82 |
|\ |
|
| * | DB: warn on parameter number constraints | Arthur Schiwon | 2021-01-11 | 1 | -6/+82 |
* | | Only rollback when not MySQL | Joas Schilling | 2021-01-11 | 1 | -2/+10 |
|/ |
|
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 12 | -62/+58 |
* | Add temporary test for migrating int to string | Julius Härtl | 2020-12-08 | 1 | -0/+49 |
* | allow selecting multiple columns with SELECT DISTINCT | Robin Appelman | 2020-11-16 | 1 | -0/+38 |
* | Fix unique key in test table | Joas Schilling | 2020-11-10 | 1 | -4/+8 |
* | Skip the insertIfNotExists() tests on Oracle because it doesn't work with clob | Joas Schilling | 2020-11-10 | 1 | -0/+20 |
* | Easier debugging and spell fix | Joas Schilling | 2020-11-10 | 1 | -6/+9 |
* | Use a different column for the primary key as we can not insert it on oracle | Joas Schilling | 2020-11-10 | 2 | -12/+36 |
* | Add github action for oci8 | Julius Härtl | 2020-11-10 | 1 | -1/+1 |
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 4 | -20/+92 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 3 | -5/+5 |
* | Remove deprecated test of internal attributes via assertAttributeEquals | Morris Jobke | 2020-07-23 | 1 | -2/+2 |
* | Replace TYPE with TYPES | Daniel Kesselberg | 2020-06-30 | 1 | -3/+3 |
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 1 | -1/+1 |