concretecms / addon_migration_tool

Repository for the concrete5 Migration tool (legacy and modern versions.)
27 stars 26 forks source link

Fix SQL type error #104

Open hissy opened 7 months ago

hissy commented 7 months ago

Fixes #102, #57, #47

This PR converts values to integers when the table column type is an integer.

You can test this fix by adding an image slider block with entries with no images selected.

hissy commented 7 months ago

@KorvinSzanto

Done.

(BC note: If someone created a custom publisher that uses StandardPublisher as fallback, they must change their code)