nextcloud/lib/private/db
Lukas Reschke 3b1083f46e Merge pull request #7176 from owncloud/style
Some style fixes
2014-02-18 17:30:26 +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 Add caching to appconfig 2014-02-07 14:03:39 +01:00