06.09.2017, 11:01
I'm not familiar with the SQLite's format specifiers, however I do have a question. Why did you use this?
I assume that it's a format specifier for escape string? If you could clarify that it's indeed correct and not a mistake then I cannot think of any other solution apart from trying to change it to %s.
I however might be wrong.
~iSpark
Quote:
format(Query, sizeof Query, "SELECT password FROM users WHERE username = '%q' LIMIT 1", DB_Escape(User[playerid][USER_NAME])); |
I however might be wrong.
~iSpark