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 353155b516 Merge pull request #7323 from owncloud/Jonny007-MKD-master 11 years ago
..
adapter.php Update adapter.php 12 years ago
adapteroci8.php move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
adapterpgsql.php move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
adaptersqlite.php Also update sqliteadapter 12 years ago
adaptersqlsrv.php Inherit lastInsertId() from Adapter. 12 years ago
connection.php Remove all occurences of @brief and @returns from PHPDoc 12 years ago
connectionfactory.php no statement caching for Oracle 12 years ago
connectionwrapper.php Fix all PHPDoc types and variable names, in /lib 12 years ago
mdb2schemamanager.php generate copy of sqlite database file in data directory 12 years ago
mdb2schemareader.php Add repair step to set MySQL collation to utf8_bin 12 years ago
mdb2schemawriter.php Scrutinizer Auto-Fixes 12 years ago
migrationexception.php Fix typo 12 years ago
migrator.php only commit in case a transaction is active 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 12 years ago
oraclemigrator.php Better unique names for temporary tables 12 years ago
pgsqltools.php Add Bart to PgSqlTools copyright. 12 years ago
sqlitemigrator.php migration test for sqlite - adding type mapping for 'tinyint unsigned' 12 years ago
statementwrapper.php - fix dropTable() and introduce tableExists() 12 years ago