carbon-fields
carbon-fields copied to clipboard
Double quotes, with sql_mode = ANSI_QUOTES, failing when visiting edit-post
Version
- Carbon Fields: 3.3.2
- WordPress: 5.8.2
- PHP: 7.4
Expected Behavior
Getting current values when visiting edit-post.
Actual Behavior
Fields are blank, due to a MySQL error, related to a MySQL configuration, such as sql_mode being set to ANSI_QUOTES. MySQL is treating double-quotes as columns.
https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sqlmode_ansi_quotes
Container definition
Any