Commit Graph

28 Commits (7fbb7f4dc4cd1918a5b3dfaa4c8dfb6a7e11d0c3)

Author SHA1 Message Date
Morris Jobke 8ae8eb4734 drop dependency of some commands on old config object 12 years ago
Lukas Reschke f901c5ff08 Fix PHPDoc and remove explicit type hint 12 years ago
Lukas Reschke b3a04840b5 Add type hinting to functions 12 years ago
Robin Appelman e6f6cdd19f Bit more cleanup 12 years ago
Thomas Müller f7097faf82 Special treatment for Oracle 12 years ago
Thomas Müller d824d03fe1 Disable database migrations for MSSQL - scripts have to be applied manually 12 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 13 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 13 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.' 13 years ago
Victor Dubiniuk 97aff7c64e Use quoteIdentifier with proper objects 13 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 13 years ago
Thomas Müller 6e1881dbe4 new console command to generate sql migration scripts 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
Robin Appelman 258e54182a remove invalid type hinting and cleanup namespaces a bit 13 years ago
Bart Visscher 59c5529a2b Rename \OC\DB\Schema to \OC\DB\MDB2SchemaManager 13 years ago
Bart Visscher 9432885428 Change OC_DB_Schema to use DI for db connection object 13 years ago
Robin Appelman d6c56b584a make MDB2Schema reader non static 13 years ago
Bart Visscher 6145e61718 Remove deadcode 13 years ago
Thomas Mueller 10951f9bd5 adding PHPDoc 13 years ago
Bart Visscher 144a8eb01f Quote tablenames 13 years ago
Bart Visscher d89e748926 Use supplied tablename 13 years ago
Thomas Mueller 6f13a35513 documentation added and trying to fix minor code issues 14 years ago
Bart Visscher 82f0bcce30 Also fix sequences in schemachange 14 years ago
Bart Visscher 947e03aab5 Quote index columns that need it 14 years ago
Bart Visscher e9213a6711 Change var_dumps to exceptions 14 years ago
Bart Visscher 8fb36c93f5 Add MDB2 compatible database schema writer 14 years ago
Bart Visscher 5686183e43 Use Doctrine for schema changes 14 years ago