| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow casting query functions as well | Joas Schilling | 2021-09-24 | 3 | -5/+5 |
* | make it possible to override the default collation | Arthur Schiwon | 2021-09-09 | 3 | -9/+13 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 43 | -88/+43 |
* | Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatement | Christoph Wurst | 2021-05-05 | 1 | -2/+17 |
* | Do not check Oracle column constraints in unrelated migrations | Christoph Wurst | 2021-04-19 | 1 | -2/+2 |
* | Rename the method to match what it does | Joas Schilling | 2021-03-31 | 1 | -3/+3 |
* | Don't allow Notnull for boolean columns | Joas Schilling | 2021-03-31 | 1 | -0/+5 |
* | Document the constraints we test against | Joas Schilling | 2021-03-31 | 1 | -0/+17 |
* | Fix exception messages spacing | Joas Schilling | 2021-03-31 | 1 | -2/+2 |
* | Cleanup unneeded code around database.xml | Morris Jobke | 2021-03-24 | 3 | -520/+24 |
* | Merge pull request #24384 from nextcloud/cleanup/remove-old-migration-check | Morris Jobke | 2021-03-17 | 4 | -138/+5 |
|\ |
|
| * | Skip db migration simulation for core schema changes | Julius Härtl | 2021-03-17 | 4 | -138/+5 |
* | | Merge pull request #25924 from nextcloud/bugfix/noid/only-mark-migrations-as-... | Morris Jobke | 2021-03-17 | 1 | -2/+4 |
|\ \
| |/
|/| |
|
| * | Only mark migrations as installed after execution | Joas Schilling | 2021-03-04 | 1 | -2/+4 |
* | | Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcasts | Roeland Jago Douma | 2021-03-05 | 1 | -2/+2 |
|\ \ |
|
| * | | Remove Redundantcasts | Roeland Jago Douma | 2021-03-04 | 1 | -2/+2 |
| |/ |
|
* | | Type CompositeExpression and ICompositeExpression | Roeland Jago Douma | 2021-03-04 | 1 | -5/+5 |
* | | Add executeQuery and executeUpdate | Roeland Jago Douma | 2021-03-04 | 1 | -0/+37 |
|/ |
|
* | Merge pull request #25656 from nextcloud/enh/type/expressionbuilder | Joas Schilling | 2021-03-03 | 5 | -49/+51 |
|\ |
|
| * | Type the experssionbuilders | Roeland Jago Douma | 2021-03-03 | 5 | -49/+51 |
* | | Merge pull request #25816 from nextcloud/iquerybuilder-join-conditions | Joas Schilling | 2021-03-03 | 1 | -5/+6 |
|\ \ |
|
| * | | allow non string join conditions in query builder | Robin Appelman | 2021-03-03 | 1 | -5/+6 |
| |/ |
|
* / | Filter tables with other table prefix | Daniel Kesselberg | 2021-03-02 | 1 | -4/+4 |
|/ |
|
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
* | When it kicks in | Joas Schilling | 2021-02-18 | 1 | -7/+7 |
* | remove ReconnectWrapper | Robin Appelman | 2021-02-09 | 2 | -56/+4 |
* | Check for generic errors at last. | Daniel Kesselberg | 2021-02-02 | 1 | -13/+13 |
* | Merge pull request #25091 from nextcloud/enhancement/ocp-db-exception-abstrac... | Christoph Wurst | 2021-01-14 | 5 | -24/+272 |
|\ |
|
| * | Add our own DB exception abstraction | Christoph Wurst | 2021-01-12 | 5 | -24/+272 |
* | | Merge pull request #25036 from nextcloud/fix/noid/limitied-allowed-items-db-in_2 | blizzz | 2021-01-14 | 1 | -0/+30 |
|\ \
| |/
|/| |
|
| * | DB: warn on parameter number constraints | Arthur Schiwon | 2021-01-11 | 1 | -0/+30 |
* | | Don't try a transaction for the migrator on MySQL | Joas Schilling | 2021-01-08 | 1 | -2/+7 |
|/ |
|
* | Remove "primary" option from schema builder argument $options as it is not us... | Morris Jobke | 2021-01-08 | 1 | -1/+9 |
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 21 | -357/+491 |
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 1 | -1/+1 |
|\ |
|
| * | Unify links to php.net | J0WI | 2020-09-17 | 1 | -1/+1 |
* | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 10 | -6/+10 |
* | | Merge pull request #24631 from nextcloud/bugfix/noid/prevent-select-asterix-a... | Joas Schilling | 2020-12-14 | 1 | -0/+21 |
|\ \ |
|
| * | | Prevent * and other things in the same query for Oracle | Joas Schilling | 2020-12-14 | 1 | -0/+21 |
* | | | Make sure the migrations table schema is always checked | Julius Härtl | 2020-12-09 | 1 | -1/+1 |
|/ / |
|
* | | Make debugging migration exceptions easier | Joas Schilling | 2020-12-07 | 1 | -1/+8 |
* | | Prevent log_query to mess up regular execution flow | Vincent Petry | 2020-12-02 | 1 | -17/+25 |
* | | Merge pull request #24062 from nextcloud/revert-24060-revert-24039-faster-ins... | Morris Jobke | 2020-11-20 | 2 | -0/+47 |
|\ \ |
|
| * | | Don't drop the table anymore when we create it again | Joas Schilling | 2020-11-16 | 1 | -0/+1 |
| * | | Revert "Revert "Installation goes brrrr"" | Joas Schilling | 2020-11-11 | 1 | -0/+46 |
* | | | Merge pull request #24007 from nextcloud/select-distinct-multiple | Morris Jobke | 2020-11-19 | 1 | -1/+7 |
|\ \ \ |
|
| * | | | allow selecting multiple columns with SELECT DISTINCT | Robin Appelman | 2020-11-16 | 1 | -1/+7 |
| |/ / |
|
* / / | Add types to function builder | Joas Schilling | 2020-11-16 | 4 | -43/+20 |
|/ / |
|
* | | Revert "Installation goes brrrr" | Christoph Wurst | 2020-11-11 | 1 | -46/+0 |