golistic / pxmysql

Go MySQL driver using X Protocol
MIT License
14 stars 0 forks source link

fix(xmysql): nullable DECIMAL #73

Closed geertjanvdk closed 11 months ago

geertjanvdk commented 11 months ago

It was not possible to use nullable DECIMAL data type.

Fixes #72