server/lib/private/db
Thomas Müller 8991e4505a Merge pull request #6796 from owncloud/statementwrapper-bindparam
Add bindParam to the database statement wrapper
2014-02-18 18:13:57 +01:00
..
adapter.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
adapteroci8.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
adapterpgsql.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
adaptersqlite.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
adaptersqlsrv.php Inherit lastInsertId() from Adapter. 2013-11-04 22:28:41 +01:00
connection.php php 5.3 compatibility regarding OC\DB\Connection fixed 2013-10-21 22:51:56 +02:00
connectionwrapper.php add missing file header 2013-10-23 12:27:54 +02:00
mdb2schemamanager.php on mssql the schema migration sometimes fails due to an already existing transaction - error: 'New transaction is not allowed because there are other threads running in the session.' 2013-11-26 22:39:01 +01:00
mdb2schemareader.php Style fixes 2014-02-12 09:09:51 +01:00
mdb2schemawriter.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
oracleconnection.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
statementwrapper.php Merge pull request #6796 from owncloud/statementwrapper-bindparam 2014-02-18 18:13:57 +01:00