Conversation
|
@VicDeo I expect that you will need to adjust acceptance test scenario https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiWebdavProperties/setFileProperties.feature#L23 to check for the now-correct value being returned. |
|
@phil-davis thanks. I want to check whether it fails anything else. |
18e24f4 to
af66885
Compare
|
Please keep in mind that this table is really hugh on some installations - schema change will take forever ..... |
|
@DeepDiver1975 yes, but it is possible to add these fields in advance before upgrading the code. |
|
@phil-davis I updated the acceptance test as it parsed complex values incorrectly. |
296e609 to
7c37dac
Compare
Codecov Report
@@ Coverage Diff @@
## master #37314 +/- ##
============================================
- Coverage 64.55% 64.54% -0.01%
- Complexity 19207 19216 +9
============================================
Files 1267 1268 +1
Lines 75065 75097 +32
Branches 1331 1331
============================================
+ Hits 48458 48475 +17
- Misses 26215 26230 +15
Partials 392 392
Continue to review full report at Codecov.
|
|
@pmaier1 Let us consider to include it in 10.5 |
phil-davis
left a comment
There was a problem hiding this comment.
Looks OK in acceptance tests.
Needs a couple of unit tests adjusted for dav 0.6.0
|
Code changes look fine. |
This is the comment https://github.com/owncloud/core/pull/37314/files#diff-d9adeff76c4cf2852e19574ce708c588L190-L192 |
This PR fixes exactly that FixMe: a webdav property constructed using a class this means: All DBMS were storing |
Description
Store webdav property type along with the value
Related Issue
Fixes #32670
Fixes #37027
Motivation and Context
Proper Complex webdav properties support
How Has This Been Tested?
acceptance tests
also see #32670 (comment)
Types of changes
Checklist: