Skip to content

Commit e57c345

Browse files
Minor comment fix. There is a null check in the function, but no check for nullable types.
1 parent c31dd9b commit e57c345

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SQLite.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3444,8 +3444,6 @@ private static Action<ObjectType, Sqlite3Statement, int> CreateNullableTypedSett
34443444

34453445
/// <summary>
34463446
/// This creates a strongly typed delegate that will permit fast setting of column values given a Sqlite3Statement and a column index.
3447-
///
3448-
/// Note that this has an extra check to see if it should create a nullable version of the delegate.
34493447
/// </summary>
34503448
/// <typeparam name="ObjectType">The type of the object whose member column is being set</typeparam>
34513449
/// <typeparam name="ColumnMemberType">The CLR type of the member in the object which corresponds to the given SQLite columnn</typeparam>

0 commit comments

Comments
 (0)