nakagami / firebirdsql

Firebird RDBMS sql driver for Go (golang)
MIT License
227 stars 60 forks source link

Fix panic reading null blobs #12

Closed rowland closed 9 years ago

rowland commented 9 years ago

This PR fixes a 'panic: interface conversion: interface is nil, not []uint8' in firebirdsqlRows.Next when reading a null blob.