neondatabase/neon-vercel-kysely

bytea column improperly inferred as `Buffer`

Closed this issue · 1 comments

Steps to reproduce

  1. create postgres db
  2. create table with bytea column
  3. see that kysley codegen improperly returns Buffer but pg / kysley returns string

Expected result

bytea inferred as string

Actual result

bytea inferred as buffer but pg adapter returns a hex encoded string

Environment

Logs, links

realized I opened this in the wrong repo