Open bingoohuang opened 6 years ago
The following toml will not be parsed right. the equal and single quote are missed in the result value.
sql = "select * from table where a = 'b' "
The following toml will not be parsed right. the equal and single quote are missed in the result value.