summaryrefslogtreecommitdiffstats
path: root/lib/private/db/connection.php
Commit message (Collapse)AuthorAgeFilesLines
* Update author informationLukas Reschke2016-03-011-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 callJoas Schilling2016-01-261-2/+1
|
* Use our OCP constantsJoas Schilling2016-01-261-3/+4
|
* allow comparing clob using expressionbuilder->eq if you explicitly say ↵Robin Appelman2016-01-181-1/+3
| | | | you're comparing strings
* handle bool in setValueRobin Appelman2016-01-181-3/+13
|
* also handle not null violationsRobin Appelman2016-01-181-1/+1
|
* Introduce IDBConnection::setValues()Robin McCorkell2016-01-181-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üller2016-01-121-1/+1
|
* More cleanups of OC_Config usageMorris Jobke2015-12-031-1/+1
|
* Throw an exception in case no table name is passed into lastInsertId of the ↵Thomas Müller2015-11-231-2/+1
| | | | Oracle adapter
* Add escapeLikeParameter to IDBConnectionRobin Appelman2015-11-051-0/+10
|
* add method to check if we're inside a transactionRobin Appelman2015-08-101-0/+10
|
* Add a log message when the Doctrine Query Builder is retrievedJoas Schilling2015-07-211-6/+38
|
* Add unit tests and automatic quotingJoas Schilling2015-07-211-2/+4
|
* Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappersJoas Schilling2015-07-211-0/+18
|
* Remove OC_LogThomas Müller2015-07-031-1/+1
|
* Using TRANSACTION_READ_COMMITTEDThomas Müller2015-04-161-0/+2
|
* Update license headersJenkins for ownCloud2015-03-261-4/+21
|
* be a little more verbose in the exception message when we cant connect to the dbRobin Appelman2015-03-201-1/+1
|
* Also add a note that clob does not work in the compare arrayJoas Schilling2015-03-161-0/+1
|
* Fix doc blocks of insertIfNotExists() methodJoas Schilling2015-03-111-6/+8
|
* let insertIfNotExist() throw the native DBALException - no need to hide the ↵Thomas Müller2015-03-091-5/+5
| | | | real exception
* Allow specifying the compare-array for insertIfNotExists()Joas Schilling2015-03-091-2/+2
|
* Fix PHPDoc on the way ....Thomas Müller2015-03-061-13/+15
|
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+22
|
* Use a special filter expression for Oracle to filter the prefix - fixes #13220Thomas Müller2015-01-121-0/+7
|
* Prevent leaking db connection info in the stacktraceRobin Appelman2015-01-061-0/+10
|
* Split mapping from Access and Helper classes into it's own. Fully test them, ↵Arthur Schiwon2014-12-191-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 apiRobin Appelman2014-12-091-0/+12
|
* Add dropTable to IDBConnectionRobin Appelman2014-12-091-0/+13
|
* Remove implicit prepared statement cache and get the connection from the ↵Robin Appelman2014-10-221-15/+1
| | | | server container in \OC_DB
* Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement ↵Robin Appelman2014-10-221-10/+2
| | | | \OCP\IDBConnection directly instead
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
| | | | * test case added to avoid adding them later
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
|
* php 5.3 compatibility regarding OC\DB\Connection fixedThomas Müller2013-10-211-1/+1
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+197
Conflicts: lib/private/vcategories.php