You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/private/db
Thomas Müller 1f1643b35f Merge pull request #12995 from owncloud/tbelau666-master 12 years ago
..
adapter.php do not output DB information, and do not set header 12 years ago
adaptermysql.php Introduce cross-db ILIKE 12 years ago
adapteroci8.php Fix ILIKE without wildcards for oracle 12 years ago
adapterpgsql.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
adaptersqlite.php do not output DB information, and do not set header 12 years ago
adaptersqlsrv.php adding ILIKE to AdapterSQLSrv 12 years ago
connection.php Prevent leaking db connection info in the stacktrace 12 years ago
connectionfactory.php Extract interaction with config.php into SystemConfig 12 years ago
mdb2schemamanager.php inject \OCP\IConfig instance in migrator 12 years ago
mdb2schemareader.php drop dependency of some commands on old config object 12 years ago
mdb2schemawriter.php add default for dbtableprefix 12 years ago
migrationexception.php Fix typo 12 years ago
migrator.php add default for dbtableprefix 12 years ago
mssqlmigrator.php Change support message to be more explicit about the enterprise edition 12 years ago
mysqlmigrator.php register type mappings for unknown/unsupported mysql types 12 years ago
nocheckmigrator.php Skip migration checks for all sql backends besides mysql, postgres and sqlite 12 years ago
oracleconnection.php Quote identifiers for oracle 12 years ago
oraclemigrator.php Special treatment for Oracle 12 years ago
pgsqltools.php add default for dbtableprefix 12 years ago
sqlitemigrator.php inject \OCP\IConfig instance in migrator 12 years ago
sqlitesessioninit.php adding new config parameter for sqlite to specify the journal mode 12 years ago
statementwrapper.php do not output DB information, and do not set header 12 years ago