alex-munteanu / serilog-sinks-mssqlservercore

Deprecated project. Please use official Serilog Sink
Apache License 2.0
1 stars 4 forks source link

Fix event table row mapping issue #11

Closed osudude closed 6 years ago

osudude commented 7 years ago

The sql sink would blow up when a column was defined but no corresponding event value could be found. Instead of blowing up, null is now used for the column value.

Fixed another issue where column name and event property name comparisons were case sensitive. This resulted in hard to track down issues in the case of (Column = IPAddress vs ProperName = ipAddress). Column and event name key comparisons are now case insensitive.