aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Db
Commit message (Collapse)AuthorAgeFilesLines
* Add console command to migrate the charsetThomas Müller2017-04-281-6/+6
|
* Use false because null crashes the cacheJoas Schilling2017-03-261-3/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make sure blob columns are correctly converted as parametersJoas Schilling2017-03-261-1/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Improve error message of charset convert script and behaviourMorris Jobke2017-03-231-4/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Address commentsMorris Jobke2017-03-211-1/+1
| | | | | | | | | * fix URL to documentation * improve logic of UTF8mb4 check * fix connection parameter creation - it's done already in ConnectionFactory::createConnectionParams * remove unused attributes of MDB2SchemaReader Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adding tests for 4 byte unicode charactersMorris Jobke2017-03-211-0/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * success on SQLite and Postgres * failure on MySQL due to the limited charset that only supports up to 3 bytes Add config option to update charset of mysql to utf8mb4 * fully optional * requires additional options set in the database only disable unicode test on mysql Fixing ctor call Adding docker based unit test execution for mysql utf8mb4 Add mysqlmb4 test configuration to Jenkinsfile fix collation on utf8mb4 Properly setup charset and collation in the doctrine connection Allow files containing 4-byte chars in case the database supports it During setup of a mysql database we try to detect if charset 'utf8mb4' can be used Fix mysql settings Add console command to migrate the charset Set ROW_FORMAT before setting collation to mb4 Also select tables with wrong collation Faster MySQL docker Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add autocomplete for db:* and log:*Joas Schilling2016-09-292-2/+59
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix dbconvertRoeland Jago Douma2016-09-061-19/+18
|
* Rebranded to Nextcloud for the occ command line toolSander Ruitenbeek2016-07-301-1/+1
|
* Fix othersJoas Schilling2016-07-212-3/+5
|
* Chunk the "db:convert-type" select queries, to not run out of memory so fastJoas Schilling2016-05-131-14/+56
|
* Rename files to be PSR-4 compliantLukas Reschke2016-04-062-0/+369