ianperrin / sqlclrdataaudit

Automatically exported from code.google.com/p/sqlclrdataaudit
0 stars 0 forks source link

Correct Store OldValue and NewValue when NULL #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If either the OldValue or the NewValue is NULL, the trigger is storing a 
zero length string the DataAudit table.

It should store NULL

Original issue reported on code.google.com by ianper...@gmail.com on 13 Mar 2007 at 5:11

GoogleCodeExporter commented 9 years ago
returned null when Old/New value equals DBNull.Value

Original comment by ianper...@gmail.com on 13 Mar 2007 at 5:18