sqlc-dev/sqlc-gen-typescript

Bug with sqlc generating a mysql query

MohammadIsmaill opened this issue · 2 comments

image

there is no place to put email in function

use ? instead in mysql.

select id, name, email, password, created_at from user where email = ? limit 1;

yeah it worked ! Thank you