-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Description
Hi,
Would it be possible to expose a LONG column using a reader interface ? Something like:
var long mysql.LongText
row.Scan(&long)
long.Read(buf)
pgx has something similar for PostgreSQL: https://github.com/jackc/pgx/blob/master/pgproto3/chunkreader.go
What do you think of this ?
Regards,
Étienne
Metadata
Metadata
Assignees
Labels
No labels