Skip to content

Commit

Permalink
Minor comment fix. There is a null check in the function, but no chec…
Browse files Browse the repository at this point in the history
…k for nullable types.
  • Loading branch information
cherron-aptera committed Aug 12, 2020
1 parent c31dd9b commit e57c345
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SQLite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3444,8 +3444,6 @@ private static Action<ObjectType, Sqlite3Statement, int> CreateNullableTypedSett

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

0 comments on commit e57c345

Please sign in to comment.