summaryrefslogtreecommitdiffstats
path: root/lib/private/db/connection.php
Commit message (Expand)AuthorAgeFilesLines
* 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 r...Thomas Müller2015-03-091-5/+5
* 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
* 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
* 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 serv...Robin Appelman2014-10-221-15/+1
* Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBCon...Robin Appelman2014-10-221-10/+2
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
* 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