Conversation
phil-davis
left a comment
There was a problem hiding this comment.
I modified the acceptance test CI so that it does not run the acceptance tests with the "latest" core release. They only run with the daily-master-qa core tarball.
The changed DBAL code is not compatible to run along with ownCloud core 10.
|
I will change the code. This was not intended. We aim to have all apps compatible with 10 and 11. |
Note: this also happened with owncloud/configreport#213 Quite a few apps have had The Otherwise there will be various "if" statements to do things differently depending which Or? |
|
specifically in this case the breaking change was to use Mapper::executeStatement which was recently introduced and is not part of oc10 - only slightly related to the dbal changes |
|
with config report it is a bit different due to the changes related to MySqlPlatform vs MySQLPlatform - we need to make sure configreport has min version oc11 |
No description provided.