sijms / go-ora

Pure go oracle client
MIT License
771 stars 169 forks source link

How to insert a null BFILE filed value? #463

Closed zhanghaiyang9999 closed 8 months ago

zhanghaiyang9999 commented 8 months ago

if a filed type is BFILE type, how to insert a record with null value for the BFILE field? Thanks!

sijms commented 8 months ago

fixed in next release

sijms commented 8 months ago

fixed in v2.7.23: you can create new go_ora.BFile object with Valid=false or simply call CreateNullBFile()