uptrace / bun

SQL-first Golang ORM
https://bun.uptrace.dev
BSD 2-Clause "Simplified" License
3.46k stars 206 forks source link

Scan error on column: bun: Scan(unsupported [32]uint8)" #991

Open qRoC opened 1 month ago

qRoC commented 1 month ago

Field to reproduce:

    Field      [32]byte    `bun:",notnull"`

Insert is work, but select with error