| Commit message (Expand) | Author | Age | Files | Lines |
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-05 | 1 | -2/+1 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
* | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -1/+1 |
* | OC_DB_MDB2SchemaManager -> OC\DB\MDB2SchemaManager | Morris Jobke | 2016-01-07 | 1 | -1/+1 |
* | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 1 | -3/+0 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+24 |
* | let insertIfNotExist() throw the native DBALException - no need to hide the r... | Thomas Müller | 2015-03-09 | 1 | -1/+1 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -24/+5 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+24 |
* | inject \OCP\IConfig instance in migrator | Morris Jobke | 2014-12-22 | 1 | -6/+6 |
* | Use Doctrines filter by table name | tbelau666 | 2014-12-22 | 1 | -3/+1 |
* | drop dependency of some commands on old config object | Morris Jobke | 2014-11-20 | 1 | -3/+3 |
* | Fix PHPDoc and remove explicit type hint | Lukas Reschke | 2014-10-24 | 1 | -2/+2 |
* | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
* | Merge pull request #10985 from owncloud/db-cleanup | Thomas Müller | 2014-10-23 | 1 | -2/+3 |
|\ |
|
| * | Bit more cleanup | Robin Appelman | 2014-10-22 | 1 | -2/+3 |
* | | Special treatment for Oracle | Thomas Müller | 2014-10-16 | 1 | -6/+7 |
|/ |
|
* | Disable database migrations for MSSQL - scripts have to be applied manually | Thomas Müller | 2014-09-15 | 1 | -0/+3 |
* | generate copy of sqlite database file in data directory | Thomas Müller | 2014-07-28 | 1 | -1/+2 |
* | - Added test to trigger index id error | Vincent Petry | 2014-07-14 | 1 | -2/+4 |
* | Fix migrator tests to use the correct migrator instances | Vincent Petry | 2014-07-01 | 1 | -1/+1 |
* | adding PK to table encryption | Thomas Müller | 2014-06-06 | 1 | -1/+1 |
* | Removed simulate db update flag and split into separate methods | Vincent Petry | 2014-06-04 | 1 | -12/+25 |
* | Simulate apps database schema update on upgrade | Vincent Petry | 2014-06-04 | 1 | -3/+8 |
* | Add `generateChangeScript()` back | Robin Appelman | 2014-06-03 | 1 | -0/+9 |
* | Quote identifiers on mysql | Robin Appelman | 2014-06-03 | 1 | -1/+3 |
* | Skip migration checks for all sql backends besides mysql, postgres and sqlite | Robin Appelman | 2014-06-03 | 1 | -1/+5 |
* | Only quote identifiers for oracle during migration | Robin Appelman | 2014-06-03 | 1 | -16/+17 |
* | Try and check migration before applying it | Robin Appelman | 2014-06-03 | 1 | -50/+29 |
* | - fix dropTable() and introduce tableExists() | Thomas Müller | 2014-05-30 | 1 | -34/+0 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -6/+6 |
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
* | Also quote old column name during DB migration | Vincent Petry | 2014-02-27 | 1 | -0/+3 |
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+1 |
* | on mssql the schema migration sometimes fails due to an already existing tran... | Thomas Mueller | 2013-11-26 | 1 | -0/+2 |
* | Use quoteIdentifier with proper objects | Victor Dubiniuk | 2013-10-21 | 1 | -0/+5 |
* | removing pointless calls on quoteIdentifier() - reason: name on $tableDiff do... | Thomas Müller | 2013-10-17 | 1 | -6/+2 |
* | new console command to generate sql migration scripts | Thomas Müller | 2013-10-17 | 1 | -1/+21 |
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+150 |