To reproduce the error: ```csharp database.InsertInto( "TableTest", false, new { TinyInt = (byte)15, TinyIntNull = (byte?)10 } ```