Closed as not planned
Description
The README states "This driver supports the ColumnType interface introduced in Go 1.8, with the exception of ColumnType.Length(), which is currently not supported."
I found the ColumnTypeLength
function commented out here:
Lines 66 to 68 in 578c4c8
Based on the discussion in #667, it appears there were no limiting factors preventing this from being implemented: #667 (comment).
@julienschmidt can you confirm? Is this something that no one has gotten to yet? Or did you find some sort of limitation trying to implement this?