You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect that the Length() method would return the mysql specified bit size, or at least have some way to get that piece of information from *sql.ColumnType.
I'm using github.com/go-sql-driver/mysql v1.8.1.
The text was updated successfully, but these errors were encountered:
methane
changed the title
BUG: BIT(N) columns don't include the N size in their types.
BIT(N) columns don't include the N size in their types.
Jan 30, 2025
Setup:
Example:
Output:
I would expect that the
Length()
method would return the mysql specified bit size, or at least have some way to get that piece of information from*sql.ColumnType
.I'm using
github.com/go-sql-driver/mysql v1.8.1
.The text was updated successfully, but these errors were encountered: