TYPO3-coreapi / ext-coreapi

http://forge.typo3.org/projects/show/extension-coreapi
61 stars 38 forks source link

Ability to perform DBcompare for certain tables and not null Columns #99

Closed thomashohn closed 1 year ago

thomashohn commented 9 years ago

Hi

Nice extension that you have developed. However it would be really nice if

1) DB-compare could be called for a list of tables as specified in SqlSchemaMigrationService\getDatabaseExtra($FDsrc, $FDcomp, $onlyTableList = '', $ignoreNotNullWhenComparing = TRUE) since it sometimes makes sense only to check tables introduces by my own extensions

2) Be able to specify and overwrite ignoreNotNullWhenComparing - since I have a lot of old sites where a lot of columns have the wrong NOT null constraints

Could that be relevant generally?

Greetings

Thomas