System.Data.SQLite

Check-in [f8d3d92453]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Make sure that null is passed to the native sqlite3session_table_filter() API when the callback is null. Also, fix type signature of the session extension xFilter native delegate.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: f8d3d924537f2526e605a7e9e2fd45986271a9b0
User & Date: mistachkin 2017-10-11 03:29:49.020
Original Comment: Fix type signature of the session extension xFilter native delegate.
Context
2017-10-11
03:34
More work on tests. check-in: a40c3117c6 user: mistachkin tags: sessions
03:29
Make sure that null is passed to the native sqlite3session_table_filter() API when the callback is null. Also, fix type signature of the session extension xFilter native delegate. check-in: f8d3d92453 user: mistachkin tags: sessions
00:32
More work on tests. check-in: e9782935e2 user: mistachkin tags: sessions
Changes
Unified Diff Side-by-Side Diff Patch
Changes to System.Data.SQLite/SQLiteSession.cs.
Changes to System.Data.SQLite/UnsafeNativeMethods.cs.