Commit 196f4d3
authored
Fix retrieval of get_post_table_characterset (#231)
Query command run through `assoc_args_to_str` get double quotes truncated and fail to execute.
Using single quotes in the query prevent error.
`Warning: Failed to get current character set of the posts table. Reason: ERROR at line 1: Unknown command '\_'`
Error may be more prominent on windows.1 parent c99bee5 commit 196f4d3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
660 | | - | |
661 | | - | |
| 660 | + | |
| 661 | + | |
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
| |||
0 commit comments