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
What steps will reproduce the problem?
1. local userSelect = assert(Server.db:prepare('SELECT user_id, password,
username FROM user WHERE username = ?'))
2. userSelect:execute(currentusername);
3. local row = userSelect:fetch();
What is the expected output? What do you see instead?
The expected output is the md5hash for the user's password.
This hash is received successfully, but there often are (about half the time)
trailing characters out of nowhere - this is most likely a allocation issue?
The added strings are e.g.
</)
tion)
bin")
6g="b)
What version of the product are you using? On what operating system?
Lua 5.1.4, luadbi 0.5-1, luadbi-mysql 0.5-1, luasql-mysql 2.3.0-1
Please provide any additional information below.
If you need any further information please let me know!
Original issue reported on code.google.com by alexande...@gmail.com on 6 Mar 2013 at 9:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
alexande...@gmail.com
on 6 Mar 2013 at 9:24The text was updated successfully, but these errors were encountered: