MySQL 8.0 Issue
-
I recently had an issue with a bunch of wordpress sites that use the Pods plugin after migrating to a hosted database server. After finding nothing in any searches or support forums, tried to replicate the issue using Navicat’s query tools. So when I built the query using the gui builder, the query worked, but not the one from wordpress. After examining it more closely I found the problem. The pods plugin uses double quotes (“) in the sql statement. This was fine in MySQL 5.x, but in version 8.0 they added ANSI_QUOTES option to sql_mode. this is a database wide setting, so it’s not something i can update for just a couple sites. Is their a reason Pods is using ” in statements instead of the pretty-much industry-wide single quote (‘) character for identifying strings? If possible could these double quotes please be replaced with the SQL standard single quote. I’m sure I am not the only person who has encountered this issue and won’t be the last
- The topic ‘MySQL 8.0 Issue’ is closed to new replies.