-
-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to execute named parameters using '@' in the parameter #48
Comments
The column Not an oxmysql issue. |
It should be I could have sworn there was backward compatibility for putting '@' in there but I might be wrong, so let me know how that goes. |
This form 1.5.1 (['@Identifier'] Work) This form 1.6.0 (['@Identifier'] Not work) Look like mysql-async syntax compatible not working.
|
Yea that's what I thought. Seems there's been a regression in backward compatibility in 1.6. I'm currently digging through the codebase patching another issue. I'll check later to see if this is trivial to re-introduce. |
This is the same issue as in your first post. Again, the issue is your database setup. You need to allow |
Ok, for now i will try this.
|
Can you confirm that both [':var'] and ['@var'] do not work? I'll have to look back to see what I've changed to break this (likely in the patch for named-parameters). I'm on New World for now but if you don't find a solution before me then I'll take a look at it. |
[':var'] and ['@var'] not working both. |
Fixed in #50. |
Version 1.6.0 at same execute fucntion
The text was updated successfully, but these errors were encountered: