Executing query problem
#1

Hello guys
Im using latest R36-2 of BlueG mysql plugin when I am selecting name from DB it not working when I use %e placeholder for escaped string, but when I use %s it works: Here is mysql debug

Here you can see it executed query successfuly, it got player name and stored it to %s placeholder

mysql_tquery - connection: 1, query: "SELECT * FROM `Users` WHERE `Name` = 'Sanios' LIMIT 1", callback: "OnAccountCheck", format: "i"

Here you can see it didnt execute query successfuly, it didnt got player name. Here im using %e to escape string

mysql_tquery - connection: 1, query: "SELECT * FROM `Users` WHERE `Name` = 'e' LIMIT 1", callback: "OnAccountCheck", format: "i"
Reply


Messages In This Thread
Executing query problem - by Riwerry - 10.02.2014, 13:32
Re: Executing query problem - by PowerPC603 - 10.02.2014, 13:56
Re: Executing query problem - by Riwerry - 10.02.2014, 14:01

Forum Jump:


Users browsing this thread: 2 Guest(s)