LinuxDoku / migratordotnet

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

null values for Inserts and Updates insert empty strings #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Database.Insert(table, columns, "foo", "bar", null)

Should insert null values where the value is passed as null, but is 
inserting an empty string.

Original issue reported on code.google.com by geoffl...@gmail.com on 12 Feb 2009 at 8:15

GoogleCodeExporter commented 8 years ago
SVN 132
Allow Insert and Update to take null values. Handled in the QuoteValues method 
be returning "null" instead of a 
quoted instance.

Original comment by geoffl...@gmail.com on 14 Feb 2009 at 8:21