Commit Graph

19 Commits (20fc4b8b533407c7282bf1634e90f3a52e5619f0)

Author SHA1 Message Date
Vincent Petry b752aff51d Fix migrator tests to use the correct migrator instances 11 years ago
Thomas Müller fe8bae31dc adding PK to table encryption 11 years ago
Vincent Petry d4ffafe467 Removed simulate db update flag and split into separate methods 11 years ago
Vincent Petry 5b97369b00 Simulate apps database schema update on upgrade 11 years ago
Robin Appelman 3be2643168 Add `generateChangeScript()` back 11 years ago
Robin Appelman c6053b2830 Quote identifiers on mysql 11 years ago
Robin Appelman 6f71419f2b Skip migration checks for all sql backends besides mysql, postgres and sqlite 11 years ago
Robin Appelman a59f6818eb Only quote identifiers for oracle during migration 11 years ago
Robin Appelman 3b4555ca91 Try and check migration before applying it 11 years ago
Thomas Müller 999f6216dc - fix dropTable() and introduce tableExists() 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 11 years ago
Vincent Petry 22adc397de Also quote old column name during DB migration 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 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.' 11 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
Robin Appelman 258e54182a remove invalid type hinting and cleanup namespaces a bit 12 years ago
Bart Visscher 59c5529a2b Rename \OC\DB\Schema to \OC\DB\MDB2SchemaManager 12 years ago
Bart Visscher 9432885428 Change OC_DB_Schema to use DI for db connection object 12 years ago
Robin Appelman d6c56b584a make MDB2Schema reader non static 12 years ago
Bart Visscher 6145e61718 Remove deadcode 12 years ago
Thomas Mueller 10951f9bd5 adding PHPDoc 12 years ago
Bart Visscher 144a8eb01f Quote tablenames 12 years ago
Bart Visscher d89e748926 Use supplied tablename 12 years ago
Thomas Mueller 6f13a35513 documentation added and trying to fix minor code issues 12 years ago
Bart Visscher 82f0bcce30 Also fix sequences in schemachange 12 years ago
Bart Visscher 947e03aab5 Quote index columns that need it 12 years ago
Bart Visscher e9213a6711 Change var_dumps to exceptions 12 years ago
Bart Visscher 8fb36c93f5 Add MDB2 compatible database schema writer 13 years ago
Bart Visscher 5686183e43 Use Doctrine for schema changes 13 years ago