| Commit message (Expand) | Author | Age | Files | Lines |
* | Move \OC\DB to PSR-4 | Roeland Jago Douma | 2016-04-15 | 31 | -4573/+0 |
* | Fix verbose output of upgrade command - not progressbar in this case and the ... | Thomas Müller | 2016-04-04 | 1 | -3/+18 |
* | Show individual sql schema migration steps during upgrade - on web as well as... | Thomas Müller | 2016-04-04 | 2 | -12/+33 |
* | Prevent certain DBs throwing exceptions on same-value updates | Robin McCorkell | 2016-03-15 | 1 | -1/+1 |
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 3 | -3/+0 |
* | Update author information | Lukas Reschke | 2016-03-01 | 9 | -0/+12 |
* | Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_* | Joas Schilling | 2016-02-29 | 1 | -6/+6 |
* | Make sure we don't quote column names twice | Joas Schilling | 2016-02-23 | 3 | -3/+3 |
* | Add ILIKE support to querybuilder | Thomas Müller | 2016-02-22 | 5 | -0/+79 |
* | Remove old adapter - mssql is not supported | Joas Schilling | 2016-02-19 | 1 | -37/+0 |
* | Make sure our index names fit in oracle | Joas Schilling | 2016-02-16 | 1 | -0/+11 |
* | Move casting to IExpressionBuilder | Joas Schilling | 2016-02-05 | 4 | -5/+90 |
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-05 | 1 | -2/+1 |
* | Move parameter to the right function call | Joas Schilling | 2016-01-26 | 1 | -2/+1 |
* | Use our OCP constants | Joas Schilling | 2016-01-26 | 1 | -3/+4 |
* | Introduce helper method | Joas Schilling | 2016-01-26 | 1 | -99/+34 |
* | Fix Oracle comparisons | Joas Schilling | 2016-01-26 | 2 | -14/+199 |
* | Adjust comments to the new constants | Joas Schilling | 2016-01-26 | 2 | -2/+4 |
* | Merge pull request #18531 from owncloud/ext-user-credentials | Thomas Müller | 2016-01-22 | 4 | -4/+103 |
|\ |
|
| * | allow comparing clob using expressionbuilder->eq if you explicitly say you're... | Robin Appelman | 2016-01-18 | 4 | -5/+47 |
| * | handle bool in setValue | Robin Appelman | 2016-01-18 | 1 | -3/+13 |
| * | also handle not null violations | Robin Appelman | 2016-01-18 | 1 | -1/+1 |
| * | Introduce IDBConnection::setValues() | Robin McCorkell | 2016-01-18 | 1 | -0/+47 |
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-01-15 | 1 | -1/+1 |
|/ |
|
* | Happy new year! | Thomas Müller | 2016-01-12 | 29 | -32/+33 |
* | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -1/+1 |
* | OC_DB_MDB2SchemaManager -> OC\DB\MDB2SchemaManager | Morris Jobke | 2016-01-07 | 2 | -6/+14 |
* | Do not quote the table name for lastInsertId() | Joas Schilling | 2015-12-09 | 1 | -6/+22 |
* | Add a method to the get "to use" table and column name | Joas Schilling | 2015-12-08 | 2 | -2/+19 |
* | Add select distinct to the query builder | Joas Schilling | 2015-12-08 | 1 | -0/+22 |
* | Allow getting the last insert id without much hassle | Joas Schilling | 2015-12-08 | 1 | -0/+15 |
* | More cleanups of OC_Config usage | Morris Jobke | 2015-12-03 | 2 | -2/+2 |
* | Merge pull request #20393 from owncloud/querybuilder-select-with-alias | Thomas Müller | 2015-11-26 | 1 | -0/+24 |
|\ |
|
| * | Add a method to select a field or value with alias | Joas Schilling | 2015-11-23 | 1 | -0/+24 |
* | | Throw an exception in case no table name is passed into lastInsertId of the O... | Thomas Müller | 2015-11-23 | 2 | -2/+4 |
|/ |
|
* | Add escapeLikeParameter to IDBConnection | Robin Appelman | 2015-11-05 | 1 | -0/+10 |
* | define escape character for like statements on oracle | Robin Appelman | 2015-11-05 | 1 | -0/+1 |
* | define escape character for like statements on sqlite | Robin Appelman | 2015-11-05 | 1 | -0/+1 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
* | Allow `set('column', 'null')` to work like in Doctrine | Joas Schilling | 2015-09-24 | 1 | -1/+1 |
* | Merge pull request #17662 from owncloud/locking-db | Thomas Müller | 2015-08-26 | 1 | -0/+10 |
|\ |
|
| * | add method to check if we're inside a transaction | Robin Appelman | 2015-08-10 | 1 | -0/+10 |
* | | Automatically prefix table names with *PREFIX* unless specified | Joas Schilling | 2015-08-10 | 1 | -8/+34 |
|/ |
|
* | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 3 | -46/+0 |
* | Add a log message when the Doctrine Query Builder is retrieved | Joas Schilling | 2015-07-21 | 2 | -7/+39 |
* | Comment out LIMIT 0 case because of the mixed results | Joas Schilling | 2015-07-21 | 1 | -0/+4 |
* | Fix tests for setFirstResult and setMaxResults on oracle | Joas Schilling | 2015-07-21 | 1 | -2/+2 |
* | Add unit tests and automatic quoting | Joas Schilling | 2015-07-21 | 8 | -93/+438 |
* | Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappers | Joas Schilling | 2015-07-21 | 4 | -0/+1257 |
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 2 | -2/+2 |