summaryrefslogtreecommitdiffstats
path: root/lib/private/db/mdb2schemamanager.php
Commit message (Expand)AuthorAgeFilesLines
* generate copy of sqlite database file in data directoryThomas Müller2014-07-281-1/+2
* - Added test to trigger index id errorVincent Petry2014-07-141-2/+4
* Fix migrator tests to use the correct migrator instancesVincent Petry2014-07-011-1/+1
* adding PK to table encryptionThomas Müller2014-06-061-1/+1
* Removed simulate db update flag and split into separate methodsVincent Petry2014-06-041-12/+25
* Simulate apps database schema update on upgradeVincent Petry2014-06-041-3/+8
* Add `generateChangeScript()` backRobin Appelman2014-06-031-0/+9
* Quote identifiers on mysqlRobin Appelman2014-06-031-1/+3
* Skip migration checks for all sql backends besides mysql, postgres and sqliteRobin Appelman2014-06-031-1/+5
* Only quote identifiers for oracle during migrationRobin Appelman2014-06-031-16/+17
* Try and check migration before applying itRobin Appelman2014-06-031-50/+29
* - fix dropTable() and introduce tableExists()Thomas Müller2014-05-301-34/+0
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-6/+6
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
* Also quote old column name during DB migrationVincent Petry2014-02-271-0/+3
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
* on mssql the schema migration sometimes fails due to an already existing tran...Thomas Mueller2013-11-261-0/+2
* Use quoteIdentifier with proper objectsVictor Dubiniuk2013-10-211-0/+5
* removing pointless calls on quoteIdentifier() - reason: name on $tableDiff do...Thomas Müller2013-10-171-6/+2
* new console command to generate sql migration scriptsThomas Müller2013-10-171-1/+21
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+150