Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | 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 ↵ | Thomas Müller | 2015-11-23 | 2 | -2/+4 |
|/ | | | | Oracle adapter | ||||
* | 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 |
|\ | | | | | Database backend for locking | ||||
| * | 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 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 2 | -4/+19 |
| | |||||
* | Do not use digits in random index names | Victor Dubiniuk | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | Using TRANSACTION_READ_COMMITTED | Thomas Müller | 2015-04-16 | 1 | -0/+2 |
| | |||||
* | Merge pull request #14665 from owncloud/fileid-increment | Morris Jobke | 2015-03-26 | 2 | -0/+36 |
|\ | | | | | SQLite autoincrement test | ||||
| * | Rename platform | Robin Appelman | 2015-03-25 | 2 | -2/+2 |
| | | |||||
| * | Add custom sqlite platform to set auto increment | Robin Appelman | 2015-03-25 | 2 | -0/+36 |
| | | |||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 22 | -89/+446 |
|/ | |||||
* | be a little more verbose in the exception message when we cant connect to the db | Robin Appelman | 2015-03-20 | 1 | -1/+1 |
| | |||||
* | Also add a note that clob does not work in the compare array | Joas Schilling | 2015-03-16 | 3 | -0/+3 |
| | |||||
* | Also use all keys for an empty array, just in case | Joas Schilling | 2015-03-12 | 2 | -2/+2 |
| | |||||
* | Fix doc blocks of insertIfNotExists() method | Joas Schilling | 2015-03-11 | 3 | -16/+24 |
| | |||||
* | let insertIfNotExist() throw the native DBALException - no need to hide the ↵ | Thomas Müller | 2015-03-09 | 4 | -35/+16 |
| | | | | real exception | ||||
* | Allow specifying the compare-array for insertIfNotExists() | Joas Schilling | 2015-03-09 | 3 | -10/+16 |
| | |||||
* | Fix PHPDoc on the way .... | Thomas Müller | 2015-03-06 | 1 | -13/+15 |
| | |||||
* | Use an atomic implementation on sqlite for insertIfNotExist() | Thomas Müller | 2015-03-06 | 1 | -33/+9 |
| | |||||
* | Merge pull request #14660 from ↵ | Joas Schilling | 2015-03-03 | 1 | -2/+2 |
|\ | | | | | | | | | metaworx/replace-static-dbtableprefix-with-config-dbtableprefix use `dbtableprefix` for temp table and index names | ||||
| * | replace 'oc_' with dbtableprefix form config for temporary table names and ↵ | martin-rueegg | 2015-03-03 | 1 | -2/+2 |
| | | | | | | | | indexes | ||||
* | | Merge pull request #14496 from owncloud/kill-substr-mssql-master | Thomas Müller | 2015-03-03 | 1 | -102/+0 |
|\ \ | |/ |/| | [Master] Remove hacky Substring support for MSSQL | ||||
| * | Remove hacky Substring support for MSSQL | Lukas Reschke | 2015-02-25 | 1 | -102/+0 |
| | | | | | | | | Substring() is not required for the core functionality and this allows us to get rid of a huge hack... | ||||
* | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 22 | -432/+124 |
|/ | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Dont break code which relies on the cursor being open after insert/update/delete | Bernhard Posselt | 2015-02-24 | 1 | -1/+0 |
| | |||||
* | Merge pull request #14442 from owncloud/fix-oracle-ci-master | Lukas Reschke | 2015-02-24 | 1 | -1/+2 |
|\ | | | | | Close the cursor after the affected count has been extracted. | ||||
| * | Close the cursor after the affected count has been extracted. | Thomas Müller | 2015-02-23 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #14119 from owncloud/dbal251 | Thomas Müller | 2015-02-23 | 1 | -0/+3 |
|\ \ | |/ |/| | Update doctrine/dbal to 2.5.1 #13537 | ||||
| * | Skip primary index if the table has one | Victor Dubiniuk | 2015-02-16 | 1 | -0/+3 |
| | |