summaryrefslogtreecommitdiffstats
path: root/core/command/db
Commit message (Expand)AuthorAgeFilesLines
* Add option to create all app schemas instead of just installed app.Andreas Fischer2014-04-091-1/+7
* Do not attempt to covert to the same DBMS.Andreas Fischer2014-04-091-0/+8
* Move schema clearing to extra method.Andreas Fischer2014-04-091-8/+13
* private -> protectedAndreas Fischer2014-04-091-5/+5
* typos fixedThomas Müller2014-04-011-2/+5
* Type hinting.Andreas Fischer2014-03-311-6/+10
* Some more colors.Andreas Fischer2014-03-311-2/+2
* Deduplicate connection handling code into \OC\DB\ConnectionFactoryAndreas Fischer2014-03-311-31/+14
* Remove unnecessary and incorrect comments.Andreas Fischer2014-03-311-8/+1
* \InvalidArgumentException is in root namespace.Andreas Fischer2014-03-311-1/+1
* Doc blocks for properties do not repeat the property name.Andreas Fischer2014-03-311-1/+1
* Use question color.Andreas Fischer2014-03-311-1/+1
* Remove whitespace at end of lines.Andreas Fischer2014-03-311-1/+1
* Merge remote-tracking branch 'owncloud/master' into db-convert-toolAndreas Fischer2014-03-311-1/+0
|\
| * Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+0
* | Move password interaction to interact functionBart Visscher2014-02-171-12/+14
* | Split execute function into multiple functionsBart Visscher2014-02-171-69/+89
* | Fix namespace for ExceptionBart Visscher2014-02-121-1/+1
* | Allow converting from any db typeBart Visscher2014-02-111-11/+4
* | Check target DB typeBart Visscher2014-02-111-0/+3
* | Postgresql needs the sequences adjusted after the insertsBart Visscher2014-01-111-0/+12
* | Add option to remove all the tables from the destination databaseBart Visscher2014-01-111-2/+19
* | Quote column names on insertBart Visscher2014-01-111-1/+5
* | Review pointsBart Visscher2013-12-241-8/+4
* | Inject config objectBart Visscher2013-12-241-10/+23
* | Save the new database configBart Visscher2013-12-071-5/+23
* | Add UTF8 charset to connection paramsBart Visscher2013-12-071-0/+10
* | Add command for converting sqlite database to server based oneBart Visscher2013-12-071-0/+164
|/
* new console command to generate sql migration scriptsThomas Müller2013-10-171-0/+45