Bug with sqlc generating a mysql query
MohammadIsmaill opened this issue · 2 comments
MohammadIsmaill commented
yshrsmz commented
use ? instead in mysql.
select id, name, email, password, created_at from user where email = ? limit 1;MohammadIsmaill commented
yeah it worked ! Thank you
