Commit Graph

9 Commits (4f31b7b9cc2dac060194de2c769b149a2ac861ba)

Author SHA1 Message Date
Morris Jobke 0eebff152a
Update license headers 8 years ago
Victor Dubiniuk 9f16468789
Die NoCheckMigrator 8 years ago
Morris Jobke 713f684a8b
Adding tests for 4 byte unicode characters 9 years ago
Vincent Petry da0cea404d
Kill update simulation 9 years ago
Joas Schilling 0215b004da
Update with robin 10 years ago
Joas Schilling ba87db3fcc
Fix others 10 years ago
Thomas Müller b55ab6d22a Various database migration fixes (#25209) 10 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Roeland Jago Douma d09f835dca
Move \OC\DB to PSR-4 10 years ago
Thomas Müller 1bf4c75e8b Show individual sql schema migration steps during upgrade - on web as well as on the command line 10 years ago
Lukas Reschke c353d51810 Remove Scrutinizer Auto Fixer 10 years ago
Lukas Reschke 933f60e314 Update author information 10 years ago
Scrutinizer Auto-Fixer 466a085253 Scrutinizer Auto-Fixes 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Roeland Jago Douma 876fb83ddc getMediumStrengthGenerator is deprecated and does not do anything anymore 10 years ago
Morris Jobke c464b32738 OC_DB_MDB2SchemaManager -> OC\DB\MDB2SchemaManager 10 years ago
Thomas Müller 5ed38a75d6 Remove remainings of mssql 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Thomas Müller 89be55a672 let insertIfNotExist() throw the native DBALException - no need to hide the real exception 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Morris Jobke de25084def inject \OCP\IConfig instance in migrator 11 years ago
tbelau666 ad8d55c327 Use Doctrines filter by table name 11 years ago
Morris Jobke 8ae8eb4734 drop dependency of some commands on old config object 11 years ago
Lukas Reschke f901c5ff08 Fix PHPDoc and remove explicit type hint 11 years ago
Lukas Reschke b3a04840b5 Add type hinting to functions 11 years ago
Robin Appelman e6f6cdd19f Bit more cleanup 11 years ago
Thomas Müller f7097faf82 Special treatment for Oracle 11 years ago
Thomas Müller d824d03fe1 Disable database migrations for MSSQL - scripts have to be applied manually 11 years ago
Thomas Müller c87f425fe7 generate copy of sqlite database file in data directory 12 years ago
Vincent Petry 10a29556b0 - Added test to trigger index id error 12 years ago
Vincent Petry b752aff51d Fix migrator tests to use the correct migrator instances 12 years ago
Thomas Müller fe8bae31dc adding PK to table encryption 12 years ago
Vincent Petry d4ffafe467 Removed simulate db update flag and split into separate methods 12 years ago
Vincent Petry 5b97369b00 Simulate apps database schema update on upgrade 12 years ago
Robin Appelman 3be2643168 Add `generateChangeScript()` back 12 years ago
Robin Appelman c6053b2830 Quote identifiers on mysql 12 years ago
Robin Appelman 6f71419f2b Skip migration checks for all sql backends besides mysql, postgres and sqlite 12 years ago
Robin Appelman a59f6818eb Only quote identifiers for oracle during migration 12 years ago
Robin Appelman 3b4555ca91 Try and check migration before applying it 12 years ago
Thomas Müller 999f6216dc - fix dropTable() and introduce tableExists() 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Vincent Petry 22adc397de Also quote old column name during DB migration 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Thomas Mueller 4fbc2774ef on mssql the schema migration sometimes fails due to an already existing transaction - error: 'New transaction is not allowed because there are other threads running in the session.' 12 years ago
Victor Dubiniuk 97aff7c64e Use quoteIdentifier with proper objects 12 years ago
Thomas Müller e55d2359b1 removing pointless calls on quoteIdentifier() - reason: name on $tableDiff doesn't exist and my design the name cannot be changed 12 years ago
Thomas Müller 6e1881dbe4 new console command to generate sql migration scripts 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago