sqlc-dev / sqlc-gen-typescript

363 stars 17 forks source link

fix: return `number | string` from mysql execlastid #23

Open yshrsmz opened 8 months ago

yshrsmz commented 8 months ago

fix: #22

We need PK's type to properly support bigNumbers in return type of execlastid, but couldn't find out how.