Skip to content

Add missing nullability checks during data retrieval #23

@EitanBlumin

Description

@EitanBlumin

Several data retrieval calls could potentially throw an error if the data column is NULL.
A nullability check should be added to avoid this and/or create an informative error message.

if (reply_to.IsNull) reply_to = rdr.GetSqlString(1);

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions