mirror of https://github.com/sysown/proxysql
When SET commands use boolean literals (true/false), SQLite was interpreting them as boolean keywords and storing 1/0 instead of the string values "true"/"false". Fixed by detecting boolean literals in admin_handler_command_set() and quoting them as strings in the UPDATE statement. All 52 MCP module TAP tests now pass.pull/5310/head
parent
81c53896bc
commit
b032c3f690
Loading…
Reference in new issue