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
Vincent Petry b752aff51d Fix migrator tests to use the correct migrator instances 11 years ago
..
adapter.php Remove all occurences of @brief and @returns from PHPDoc 11 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 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
adaptersqlsrv.php Inherit lastInsertId() from Adapter. 12 years ago
connection.php Remove all occurences of @brief and @returns from PHPDoc 11 years ago
connectionfactory.php fixing typos and adding PHPDoc 11 years ago
connectionwrapper.php Fix all PHPDoc types and variable names, in /lib 11 years ago
mdb2schemamanager.php Fix migrator tests to use the correct migrator instances 11 years ago
mdb2schemareader.php Merge pull request #8425 from owncloud/columns_should_be_nullable_by_default 11 years ago
mdb2schemawriter.php Scrutinizer Auto-Fixes 11 years ago
migrationexception.php Fix typo 11 years ago
migrator.php Use get random bytes as uniqeid() is not unique in some cases 11 years ago
mysqlmigrator.php Quote identifiers on mysql 11 years ago
nocheckmigrator.php Skip migration checks for all sql backends besides mysql, postgres and sqlite 11 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 11 years ago
pgsqltools.php Add Bart to PgSqlTools copyright. 11 years ago
sqlitemigrator.php Check sqlite migration on a copy of the database file 11 years ago
statementwrapper.php - fix dropTable() and introduce tableExists() 11 years ago