Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | 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 |
| | |||||
* | allow comparing clob using expressionbuilder->eq if you explicitly say ↵ | Robin Appelman | 2016-01-18 | 1 | -1/+3 |
| | | | | you're comparing strings | ||||
* | 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 |
| | | | | | setValues() attempts to insert a new row, or failing that, update an existing row. The ability to set preconditions is also available. | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | More cleanups of OC_Config usage | Morris Jobke | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | Throw an exception in case no table name is passed into lastInsertId of the ↵ | Thomas Müller | 2015-11-23 | 1 | -2/+1 |
| | | | | Oracle adapter | ||||
* | Add escapeLikeParameter to IDBConnection | Robin Appelman | 2015-11-05 | 1 | -0/+10 |
| | |||||
* | add method to check if we're inside a transaction | Robin Appelman | 2015-08-10 | 1 | -0/+10 |
| | |||||
* | Add a log message when the Doctrine Query Builder is retrieved | Joas Schilling | 2015-07-21 | 1 | -6/+38 |
| | |||||
* | Add unit tests and automatic quoting | Joas Schilling | 2015-07-21 | 1 | -2/+4 |
| | |||||
* | Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappers | Joas Schilling | 2015-07-21 | 1 | -0/+18 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Using TRANSACTION_READ_COMMITTED | Thomas Müller | 2015-04-16 | 1 | -0/+2 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+21 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | Fix doc blocks of insertIfNotExists() method | Joas Schilling | 2015-03-11 | 1 | -6/+8 |
| | |||||
* | let insertIfNotExist() throw the native DBALException - no need to hide the ↵ | Thomas Müller | 2015-03-09 | 1 | -5/+5 |
| | | | | real exception | ||||
* | Allow specifying the compare-array for insertIfNotExists() | Joas Schilling | 2015-03-09 | 1 | -2/+2 |
| | |||||
* | Fix PHPDoc on the way .... | Thomas Müller | 2015-03-06 | 1 | -13/+15 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -22/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+22 |
| | |||||
* | Use a special filter expression for Oracle to filter the prefix - fixes #13220 | Thomas Müller | 2015-01-12 | 1 | -0/+7 |
| | |||||
* | Prevent leaking db connection info in the stacktrace | Robin Appelman | 2015-01-06 | 1 | -0/+10 |
| | |||||
* | Split mapping from Access and Helper classes into it's own. Fully test them, ↵ | Arthur Schiwon | 2014-12-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | too. remove unused methods split mapping methods off from Access class fix DB query handling move 'clear mapping' methods from static helper to new mapping class add tests test directly with DB finishing tests and fix return value from setDNbyUUID add corresponding class for groups and make abstract test class neutral. helper tests is now obsolete as the tested functions were moved to the new mapper class. add missing info to PHPDoc add unmap method fix namespaces fix test inheritance PHPDoc and a small code restructure for scrutinizer, no effective changes PostgreSQL does not accept LIMIT in DELETE queries phpdoc fixes, no code changes | ||||
* | Add tableExists to public db api | Robin Appelman | 2014-12-09 | 1 | -0/+12 |
| | |||||
* | Add dropTable to IDBConnection | Robin Appelman | 2014-12-09 | 1 | -0/+13 |
| | |||||
* | Remove implicit prepared statement cache and get the connection from the ↵ | Robin Appelman | 2014-10-22 | 1 | -15/+1 |
| | | | | server container in \OC_DB | ||||
* | Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement ↵ | Robin Appelman | 2014-10-22 | 1 | -10/+2 |
| | | | | \OCP\IDBConnection directly instead | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
| | | | | * test case added to avoid adding them later | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | php 5.3 compatibility regarding OC\DB\Connection fixed | Thomas Müller | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+197 |
Conflicts: lib/private/vcategories.php |