summaryrefslogtreecommitdiffstats
path: root/lib/private/db/mdb2schemamanager.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-151-178/+0
* Show individual sql schema migration steps during upgrade - on web as well as...Thomas Müller2016-04-041-9/+10
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-051-2/+1
* Happy new year!Thomas Müller2016-01-121-2/+2
* getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
* OC_DB_MDB2SchemaManager -> OC\DB\MDB2SchemaManagerMorris Jobke2016-01-071-1/+1
* Remove remainings of mssqlThomas Müller2015-07-291-3/+0
* Update license headersJenkins for ownCloud2015-03-261-4/+24
* let insertIfNotExist() throw the native DBALException - no need to hide the r...Thomas Müller2015-03-091-1/+1
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+24
* inject \OCP\IConfig instance in migratorMorris Jobke2014-12-221-6/+6
* Use Doctrines filter by table nametbelau6662014-12-221-3/+1
* drop dependency of some commands on old config objectMorris Jobke2014-11-201-3/+3
* Fix PHPDoc and remove explicit type hintLukas Reschke2014-10-241-2/+2
* Add type hinting to functionsLukas Reschke2014-10-241-1/+1
* Merge pull request #10985 from owncloud/db-cleanupThomas Müller2014-10-231-2/+3
|\
| * Bit more cleanupRobin Appelman2014-10-221-2/+3
* | Special treatment for OracleThomas Müller2014-10-161-6/+7
|/
* Disable database migrations for MSSQL - scripts have to be applied manuallyThomas Müller2014-09-151-0/+3
* 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