fix wasm session and mysql placeholder state
This commit is contained in:
@@ -294,7 +294,7 @@ String MySQL::parse_query_parameters(String query, StringMap map)
|
||||
}
|
||||
else if(mode == 1) // identifier mode
|
||||
{
|
||||
if(isalnum(c))
|
||||
if(isalnum(c) || c == '_')
|
||||
{
|
||||
identifier.append(1, c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user