Commit Graph

56 Commits (e36a33c89a8cbd169ace27083768052181b1cf1b)

Author SHA1 Message Date
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Thomas Müller 9ad9d7bfbb naming fixes while reviewing 10 years ago
Joas Schilling 039397bd31 Use setConfigs() instead of calling setConfig() multiple times 10 years ago
Thomas Müller 1d2bef0a01 Use a special filter expression for Oracle to filter the prefix - fixes #13220 10 years ago
Morris Jobke 95374e1404 add default for dbtableprefix 10 years ago
Morris Jobke dbc465de97 use injected config object and fix typos 10 years ago
tbelau666 ad8d55c327 Use Doctrines filter by table name 10 years ago
Morris Jobke 8ae8eb4734 drop dependency of some commands on old config object 10 years ago
unclejamal3000 17f54a5fb6 Enhance question in DB migration script 11 years ago
Andreas Fischer 603ce95211 Add message about unsupported Microsoft SQL Server. 11 years ago
Andreas Fischer de78be3891 Store normalised DBMS type in $type. 11 years ago
Andreas Fischer 0a78fb49f5 Pass Connection instead of AbstractSchemaManager to clearSchema(). 11 years ago
Andreas Fischer f1d05d204e Use exceptions for in input validation. 11 years ago
Andreas Fischer 854dd8fa7c Do not block when nothing is passed via stdin. 11 years ago
Andreas Fischer d2c7a8ee59 Do not ask for password before input parameter validation. 11 years ago
Andreas Fischer 8e758513c8 Remove unnecessary sprintf. 11 years ago
Andreas Fischer 6b2876c64d Move (extended) input validation out into validateInput() method. 11 years ago
Andreas Fischer 5fe25868bc Add message for converting to SQLite being unsupported. 11 years ago
Andreas Fischer 9823d54bb8 Use a variable for the DBMS tyoe we are converting to. 11 years ago
Andreas Fischer 9cc41a2460 Move PostgreSQL sequence resynchronisation out into PgSqlTools class. 11 years ago
Andreas Fischer b0e6542dc2 Add error handling for --clear-schema on Oracle. 11 years ago
Andreas Fischer e3b0b40779 Do not quote table names on Oracle. They appear to be already quoted. 11 years ago
Andreas Fischer f35eae6442 Remove unnecessary +1 from PostgreSQL sequence correction query. 11 years ago
Andreas Fischer 94522586c1 Better variable names for table arrays. 11 years ago
Andreas Fischer 731571491f Improve message about tables not going to be converted. Mention --all-apps option. 11 years ago
Andreas Fischer 56b6504d59 Extract schema creation code into its own method. 11 years ago
Andreas Fischer 370593361b Add option to create all app schemas instead of just installed app. 11 years ago
Andreas Fischer 5ef7d69d41 Do not attempt to covert to the same DBMS. 11 years ago
Andreas Fischer 03a3f66867 Move schema clearing to extra method. 11 years ago
Andreas Fischer 3e0858e51f private -> protected 11 years ago
Thomas Müller 86ab1cf476 typos fixed 11 years ago
Andreas Fischer 01141e1520 Type hinting. 11 years ago
Andreas Fischer b39a74ff6c Some more colors. 11 years ago
Andreas Fischer f9853b253c Deduplicate connection handling code into \OC\DB\ConnectionFactory 11 years ago
Andreas Fischer a585cec530 Remove unnecessary and incorrect comments. 11 years ago
Andreas Fischer e67cf99cef \InvalidArgumentException is in root namespace. 11 years ago
Andreas Fischer 5dbbe6d08b Doc blocks for properties do not repeat the property name. 11 years ago
Andreas Fischer b002f11771 Use question color. 11 years ago
Andreas Fischer e768ead820 Remove whitespace at end of lines. 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Bart Visscher 8a6dcdf4a4 Move password interaction to interact function 11 years ago
Bart Visscher bcb78e48b2 Split execute function into multiple functions 11 years ago
Bart Visscher ae525d1f12 Fix namespace for Exception 11 years ago
Bart Visscher 3abcd13979 Allow converting from any db type 11 years ago
Bart Visscher eede20c5ac Check target DB type 11 years ago
Bart Visscher 2638fd4767 Postgresql needs the sequences adjusted after the inserts 11 years ago
Bart Visscher af3bedf985 Add option to remove all the tables from the destination database 11 years ago
Bart Visscher 1b7eb4dc6c Quote column names on insert 11 years ago
Bart Visscher 4e1a3f212f Review points 11 years ago