nextcloud/lib/private/db
Morris Jobke 50c2a819a0 Extract interaction with config.php into SystemConfig
* introduce SystemConfig to avoid DI circle (used by database connection which is itself needed by AllConfig that itself contains the methods to access the config.php which then would need the database connection - did you get it? ;))
* use DI container and use that method in legacy code paths (for easier refactoring later)
* create and use getSystemConfig instead of query() in DI container
2014-12-08 22:29:42 +01:00
..
adapter.php do not output DB information, and do not set header 2014-11-14 17:43:22 +01:00
adaptermysql.php Introduce cross-db ILIKE 2014-09-16 15:32:34 +02:00
adapteroci8.php Fix ILIKE without wildcards for oracle 2014-09-18 15:09:57 +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 do not output DB information, and do not set header 2014-11-14 17:43:22 +01:00
adaptersqlsrv.php adding ILIKE to AdapterSQLSrv 2014-09-16 15:44:21 +02:00
connection.php Remove implicit prepared statement cache and get the connection from the server container in \OC_DB 2014-10-22 12:26:43 +02:00
connectionfactory.php Extract interaction with config.php into SystemConfig 2014-12-08 22:29:42 +01:00
mdb2schemamanager.php drop dependency of some commands on old config object 2014-11-20 15:03:16 +01:00
mdb2schemareader.php drop dependency of some commands on old config object 2014-11-20 15:03:16 +01:00
mdb2schemawriter.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
migrationexception.php Fix typo 2014-06-03 12:00:39 +02:00
migrator.php Special treatment for Oracle 2014-10-16 17:02:15 +02:00
mssqlmigrator.php Disable database migrations for MSSQL - scripts have to be applied manually 2014-09-15 15:00:32 +02:00
mysqlmigrator.php register type mappings for unknown/unsupported mysql types 2014-07-24 12:17:26 +02:00
nocheckmigrator.php Skip migration checks for all sql backends besides mysql, postgres and sqlite 2014-06-03 11:18:45 +02:00
oracleconnection.php Make declaration compatible 2014-11-17 18:30:17 +01:00
oraclemigrator.php Special treatment for Oracle 2014-10-16 17:02:15 +02:00
pgsqltools.php Add Bart to PgSqlTools copyright. 2014-04-15 16:29:43 +02:00
sqlitemigrator.php Special treatment for Oracle 2014-10-16 17:02:15 +02:00
sqlitesessioninit.php adding new config parameter for sqlite to specify the journal mode 2014-11-25 16:29:06 +01:00
statementwrapper.php do not output DB information, and do not set header 2014-11-14 17:43:22 +01:00