10.02.2014, 13:32
Hello guys ![Cheesy](images/smilies/biggrin.png)
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"
![Cheesy](images/smilies/biggrin.png)
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"