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.
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.