microsoft / ManagedEsent

MIT License
242 stars 36 forks source link

Fix to save zero length data to column via isam cursor #30

Open tom-lei opened 4 years ago

tom-lei commented 4 years ago

Currently it is not possible to store zero length data via isam cursors because ColumnAccessor.SetColumn does not respect/set SetColumnGrbit.ZeroLength (like EsentInterop.SetColumnHelpers does). Therefore System.DBNull is returned e. g. in the case if String.Empty is stored to a column.

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.