On the configuration page for the "Responsive Image Mapping" (admin/config/media/responsive-image-mapping) the mappings are not listed when using sqlite.
I think the problem lies within the listAll() function of the DatabaseStorage.php which is using ->query() instead of ->select() and therefore the mapConditionOperator() is not applied.
Comments
Comment #1
mgoedecke commentedadded patch
Comment #2
mgoedecke commentedComment #3
mgoedecke commentedComment #4
mgoedecke commentedComment #6
mgoedecke commentedComment #7
mgoedecke commentedComment #8
dcrocks commentedThis was reported previously in #2267563: Uncaught SQLite failure breaks responsive images, and had been fixed by #2318191: [meta] Database tests fail on SQLite, which is currently waiting re-roll. The latter has the same fix as yours butI would be happy to get either in. Testing your patch soon.
Comment #9
dcrocks commentedBuilt new clone of D8.0, applied patch successfully, solved problem.
Comment #10
dcrocks commentedThis works.
Comment #11
mgoedecke commentedAh ok - didn't find the other issue when i searched the issue queue.
Thanks for testing!
Comment #12
alexpottCommitted 7cb8425 and pushed to 8.0.x. Thanks!
Comment #14
mgoedecke commentedGlad to help :-)