summaryrefslogtreecommitdiffstats
path: root/lib/private/db/connection.php
Commit message (Expand)AuthorAgeFilesLines
* 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