Vincent Petry
|
22adc397de
|
Also quote old column name during DB migration
This fixes alter table commands that didn't quote the old column name
|
2014-02-27 09:09:16 +01:00 |
Jörn Friedrich Dreyer
|
2a6a9a8cef
|
polish documentation based on scrutinizer patches
|
2014-02-06 17:02:21 +01:00 |
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.'
The solution is to simple reconnect to the database to start with a fresh connection
|
2013-11-26 22:39:01 +01:00 |
Victor Dubiniuk
|
97aff7c64e
|
Use quoteIdentifier with proper objects
|
2013-10-21 22:31:57 +03:00 |
Thomas Müller
|
e55d2359b1
|
removing pointless calls on quoteIdentifier() - reason: name on $tableDiff doesn't exist and my design the name cannot be changed
adding PHPDoc
|
2013-10-17 14:54:37 +02:00 |
Thomas Müller
|
6e1881dbe4
|
new console command to generate sql migration scripts
|
2013-10-17 12:51:30 +02:00 |
Thomas Müller
|
9c9dc276b7
|
move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
lib/private/vcategories.php
|
2013-09-30 16:36:59 +02:00 |