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
Lukas Reschke d060180140 Use function outside of loop 12 years ago
..
adapter.php Add PHPDoc about sanitization of "insertIfNotExist" 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 Implement ILIKE for sqlite 12 years ago
adaptersqlsrv.php adding ILIKE to AdapterSQLSrv 12 years ago
connection.php Remove implicit prepared statement cache and get the connection from the server container in \OC_DB 12 years ago
connectionfactory.php Move creating the database connection to the server container 12 years ago
mdb2schemamanager.php Merge pull request #10985 from owncloud/db-cleanup 12 years ago
mdb2schemareader.php Add repair step to set MySQL collation to utf8_bin 12 years ago
mdb2schemawriter.php Scrutinizer Auto-Fixes 13 years ago
migrationexception.php Fix typo 12 years ago
migrator.php Special treatment for Oracle 12 years ago
mssqlmigrator.php Disable database migrations for MSSQL - scripts have to be applied manually 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 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
oraclemigrator.php Special treatment for Oracle 12 years ago
pgsqltools.php Add Bart to PgSqlTools copyright. 13 years ago
sqlitemigrator.php Special treatment for Oracle 12 years ago
sqlitesessioninit.php Make sqlite LIKE case sensitive on default 12 years ago
statementwrapper.php Use function outside of loop 12 years ago