| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license headers | Christoph Wurst | 2019-12-05 | 40 | -40/+69 |
* | Merge pull request #17833 from nextcloud/propagator-no-negative-sizes | Roeland Jago Douma | 2019-12-04 | 2 | -0/+17 |
|\ |
|
| * | add LEAST and GREATER to db function builder | Robin Appelman | 2019-11-26 | 2 | -0/+17 |
* | | Merge pull request #17949 from nextcloud/debt/deprecated-const | Joas Schilling | 2019-12-04 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Connection::TRANSACTION_READ_COMMITTED is deprecated | Daniel Kesselberg | 2019-11-14 | 1 | -1/+2 |
* | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 11 | -19/+15 |
* | | add count() as shortcut for count('*') in FunctionBuilder | Robin Appelman | 2019-11-13 | 1 | -2/+3 |
* | | return from QueryBuilder instead of IQueryBuilder | Robin Appelman | 2019-11-13 | 1 | -31/+31 |
|/ |
|
* | add MAX and MIN to functionbuilder | Robin Appelman | 2019-09-06 | 1 | -0/+8 |
* | instead of upsert, fallback to default query on PgSQL <= 9.4 | Arthur Schiwon | 2019-08-14 | 1 | -1/+22 |
* | Add event dispatcher to OCP | Christoph Wurst | 2019-06-25 | 1 | -4/+4 |
* | No need for platform hacks anymore | Roeland Jago Douma | 2019-05-14 | 1 | -22/+0 |
* | Remove the custom prefix from the table name length when checking on the defa... | Joas Schilling | 2019-04-30 | 1 | -1/+1 |
* | Allow to use Subqueries in from | Joas Schilling | 2019-04-16 | 1 | -0/+4 |
* | Indeces, columns and sequences don't have the table prefix | Joas Schilling | 2019-03-28 | 1 | -6/+6 |
* | Fix PHPDoc | Morris Jobke | 2019-03-21 | 2 | -2/+2 |
* | Code cleanup. | Ole Ostergaard | 2019-03-21 | 3 | -10/+8 |
* | Add supression of SqlInjectionChecker. | Ole Ostergaard | 2019-03-21 | 2 | -0/+6 |
* | Add PostgreSQL specific implementation for includeIgnoreConflict. | Ole Ostergaard | 2019-03-21 | 1 | -0/+12 |
* | Add insertIgnoreConflict to Adapter and use it for for executing the file loc... | Ole Ostergaard | 2019-03-21 | 2 | -0/+17 |
* | add casting to string for postgresql query builder | Robin Appelman | 2019-03-14 | 1 | -5/+7 |
* | Only check the Oracle schema conditions if the app supports it | Joas Schilling | 2018-12-17 | 1 | -2/+23 |
* | Only check changed items | Joas Schilling | 2018-12-17 | 1 | -13/+18 |
* | Merge pull request #11942 from nextcloud/techdebt/noid/use-count-function | Morris Jobke | 2018-11-12 | 1 | -2/+3 |
|\ |
|
| * | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -2/+3 |
* | | Add deprecation message ofr insertIfNotExist | Morris Jobke | 2018-11-09 | 3 | -0/+3 |
* | | Catch UniqueConstraintViolationException inside insertIfNotExist | Morris Jobke | 2018-11-09 | 3 | -5/+31 |
|/ |
|
* | Use const for dbname and dbtableprefix defaults | Daniel Kesselberg | 2018-09-23 | 1 | -2/+8 |
* | Disable Oracle enforcement for now until the following issues are solved: | Joas Schilling | 2018-08-06 | 1 | -1/+2 |
* | Fix primary key handling on postgres | Joas Schilling | 2018-07-27 | 1 | -3/+4 |
* | Ignore custom prefixes which are longer | Joas Schilling | 2018-07-27 | 1 | -9/+9 |
* | Ignore automatic generated sequences | Joas Schilling | 2018-07-27 | 1 | -1/+10 |
* | Fix calculation of default name | Joas Schilling | 2018-07-27 | 1 | -3/+23 |
* | Prevent too long identifier names | Joas Schilling | 2018-07-27 | 1 | -1/+41 |
* | Only create the schema when moving between databases | Joas Schilling | 2018-07-19 | 1 | -9/+15 |
* | MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default | Joas Schilling | 2018-07-09 | 1 | -4/+23 |
* | Add count to function builder | Robin Appelman | 2018-06-14 | 1 | -0/+4 |
* | Fix wrong hint about missing indexes | Morris Jobke | 2018-06-13 | 1 | -3/+3 |
* | Add a hint that some indexes are not added yet | Morris Jobke | 2018-06-06 | 1 | -0/+39 |
* | Merge pull request #9425 from nextcloud/db-reconnect-timeout | Morris Jobke | 2018-06-04 | 2 | -1/+53 |
|\ |
|
| * | Check connection status and attempt to reconnect each each minute | Robin Appelman | 2018-05-08 | 2 | -1/+53 |
* | | Add human readable description to migration steps | Robin Appelman | 2018-05-30 | 1 | -4/+23 |
|/ |
|
* | Move regex to a function and add tests | Joas Schilling | 2018-04-19 | 1 | -11/+24 |
* | Allow IPv6 database hosts | Joas Schilling | 2018-04-18 | 1 | -6/+7 |
* | dont keep shared database locks when running cli scripts | Robin Appelman | 2018-04-11 | 1 | -0/+8 |
* | Fix Array to String conversion in QueryBuilder | Roeland Jago Douma | 2018-04-05 | 1 | -1/+1 |
* | Made IExpressionBuilder varadic | Roeland Jago Douma | 2018-03-13 | 1 | -8/+6 |
* | Made orHaving varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+3 |
* | Made addHaving varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+3 |
* | Make having varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+3 |