You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the terminal ,it will throw a SQL syntax error. The SQL is SELECT * FROM users WHERE name LIKE "%xxxx%".
I checked the terminal.js, and I found it has trimed the quot before sending to the server.
Thanks for your help.
The text was updated successfully, but these errors were encountered:
When I use the terminal ,it will throw a SQL syntax error. The SQL is SELECT * FROM
users
WHEREname
LIKE "%xxxx%".I checked the terminal.js, and I found it has trimed the quot before sending to the server.
Thanks for your help.
The text was updated successfully, but these errors were encountered: