- last update
about 1 year ago 72 pass - Issue created by @ilya.no
Sometimes backtick is used as identifier quote character. In IntColumnHandler->create() it's assumed, that only double quotation mark can be used.
Set up database with non-ACSI quote mode, install Drupal 10 with this module and create content with field of type, provided by module. Personally, I've faced this issue during migration from D9 to D10 and execution of `dynamic_entity_reference_update_8201` update function.
Modify code to assume, that backtick can be used as identifier quote character.
Review patch, feedback, commit.
Needs review
4.0
Code