System.Data.SQLite

All files named ”SQLite.Interop/src/generic/interop.c”
Login

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

History for SQLite.Interop/src/generic/interop.c

2024-06-05
00:52
Add the 'compress' and 'zipfile' extensions to the interop assembly. file: [4cf38aa2bc] check-in: [2353287b09] user: mistachkin branch: trunk, size: 42564
2023-07-07
16:46
Revise how 'shared' define constants / compile-time options are handled. file: [0a068440b7] check-in: [b6d571be01] user: mistachkin branch: trunk, size: 42072
2023-04-24
15:50
Work around lack of log2() in MSVC less than 2010. file: [760cc9fc45] check-in: [3f0aa28ebd] user: mistachkin branch: trunk, size: 42097
2022-11-22
20:16
Add experimental support for native sha3 extension. file: [1a386b9d33] check-in: [dd498797e7] user: mistachkin branch: trunk, size: 42012
2022-07-20
02:59
Hook up the interop assembly stuff. file: [94d454dfaf] check-in: [78add980e0] user: mistachkin branch: windowFunc, size: 41875
2022-07-06
23:51
Update SQLite core library to the 3.39.0 release. Pickup the SQLite 3.39.0 core library docs from upstream. file: [6b55415879] check-in: [63ca2406e1] user: mistachkin branch: trunk, size: 40924
2022-03-03
19:39
Fix an omission from the previous check-in. file: [3ab07e8772] check-in: [f8dbbf18da] user: mistachkin branch: trunk, size: 40295
2021-10-14
20:48
Fix metadata UTF-16 string length calculations on Linux. Fix for forum post [eeaefb84ec]. file: [365dd7b6b7] check-in: [6cda6ab5ab] user: mistachkin branch: trunk, size: 40370
2021-08-31
01:27
Adapt to an upstream change in the SQLite core library. file: [f83735a2af] check-in: [e55d2f921e] user: mistachkin branch: trunk, size: 39638
2021-05-23
15:25
Fix compilation issues seen with the .NET Compact Framework. file: [769bb44504] check-in: [6693b87658] user: mistachkin branch: trunk, size: 39517
2021-05-06
02:10
Further enhancements to the logging subsystem. file: [51187eef4f] check-in: [398e1ba2fd] user: mistachkin branch: trunk, size: 39422
2021-05-03
00:39
Fix typo in the previous check-in. file: [958b8faaf5] check-in: [c5e9bdc083] user: mistachkin branch: trunk, size: 38933
00:00
Portability improvements to the previous check-in. file: [f2d765a494] check-in: [4721291c20] user: mistachkin branch: trunk, size: 38935
2021-05-02
23:16
Attempt to improve thread-safety of sqlite3_config_log_interop() in the interop assembly. file: [dc2c257e55] check-in: [b4f099f9ae] user: mistachkin branch: trunk, size: 38785
2021-03-05
08:12
Add support for math functions now provided by the SQLite core library. file: [fbc3152bed] check-in: [d9db7c6868] user: mistachkin branch: trunk, size: 38698
2021-03-02
01:08
More refactoring in the interop assembly. file: [9da3a9fac7] check-in: [e17fc53bdb] user: mistachkin branch: trunk, size: 38626
2021-03-01
04:47
Enhancements to native diagnostics in the interop assembly. file: [e5aa2a498f] check-in: [7c24f2130b] user: mistachkin branch: trunk, size: 38476
2021-01-15
21:17
Add support for the sqlite3session_memory_used() API. file: [d271048daa] check-in: [9f37b0f1aa] user: mistachkin branch: trunk, size: 38019
2020-10-28
01:31
Bump version to 1.0.114.0. Update version history docs. Update SQLite core library to the latest trunk code. Pickup the SQLite core library docs from upstream. file: [c344c7e316] check-in: [5dbf0b6519] user: mistachkin branch: trunk, size: 38178
2020-10-25
00:17
Attempt to prevent CriticalHandle derived objects from being passed into the interop assembly after the associated connection handle has been closed. Pursuant to [656293ca37]. file: [70bb0db181] check-in: [951c902c10] user: mistachkin branch: trunk, size: 38179
2020-09-22
21:23
Adjustments to native library integration for version 3.33. file: [2fe65c0051] check-in: [f95bfddecf] user: mistachkin branch: trunk, size: 38080
2020-08-14
13:32
Update SQLite core library to the 3.33.0 release. file: [7c3c14cec0] check-in: [9a82d5c9c7] user: mistachkin branch: core-3-33, size: 37880
2020-01-19
00:44
Increase the value of SQLITE_MAX_ATTACHED to 30. file: [45ea0db9f7] check-in: [38fd571006] user: mistachkin branch: corePreRelease, size: 37825
2018-12-19
02:07
Improve integration with ZipVFS. file: [700bc03200] check-in: [cd61337179] user: mistachkin branch: trunk, size: 37754
2018-10-13
19:25
Update SEE integration to include the prefix file. file: [6af0e2e77f] check-in: [9e5573776e] user: mistachkin branch: trunk, size: 37673
2018-08-07
00:06
Fix issue with P/Invoke portability to Windows CE by wrapping sqlite3_msize() on that platform. Enhance tests. file: [11720748b4] check-in: [54ebb78b16] user: mistachkin branch: preRelease, size: 37595
2018-05-28
23:41
Fix compilation issues due to internal changes in the SQLite core library. file: [892815b17c] check-in: [fb73a8c990] user: mistachkin branch: trunk, size: 37466
2018-04-07
10:04
Revise logging callback integration with the interop assembly. file: [1f3a2bc398] check-in: [61908b2901] user: mistachkin branch: netStandard20, size: 37246
2018-02-08
00:43
Add 'interopError' function to the SQLite interop assembly. file: [0726747459] check-in: [afeca954f4] user: mistachkin branch: trunk, size: 37244
2017-10-10
01:26
More adjustments for the INTEROP_SESSION_EXTENSION define. file: [e3d5b7706b] check-in: [51aeb4bf30] user: mistachkin branch: sessions, size: 36689
2017-10-05
03:26
Work-in-progress on supporting the 'sessions' extension to the SQLite core library. file: [12bc75772c] check-in: [2ce0ba7f72] user: mistachkin branch: sessions, size: 36623
2017-06-10
00:51
Correct cursor type checking in the sqlite3_cursor_rowid_interop() function. file: [9f962b2e85] check-in: [99b0ca713e] user: mistachkin branch: trunk, size: 36369
2017-02-02
19:26
Add experimental support for native sha1 extension. file: [653e0003f0] check-in: [f1feb19c18] user: mistachkin branch: trunk, size: 36269
2016-10-19
19:18
Compilation enhancements for Mono on POSIX. file: [1c51e9dd94] check-in: [6bb855c1dd] user: mistachkin branch: trunk, size: 36136
2016-07-08
21:23
Adapt to internal changes in the upstream SQLite core library. file: [e5467cdf2b] check-in: [bae5ecaea3] user: mistachkin branch: trunk, size: 36119
2016-07-01
09:06
Add experimental support for incremental blob I/O. file: [dc0df2479b] check-in: [ccf2547bfd] user: mistachkin branch: blobIo, size: 36022
2016-04-01
00:15
Merge updates from the 1.0.99 branch. file: [658891bf03] check-in: [72134847ca] user: mistachkin branch: trunk, size: 35470
2016-03-24
00:27
Renamed and modified SQLite.Interop/src/win/interop.c → SQLite.Interop/src/generic/interop.c. Merge updates from trunk. file: [548761110e] check-in: [bb297a629d] user: mistachkin branch: core312, size: 35469
2016-03-23
00:42
Renamed and modified SQLite.Interop/src/win/interop.c → SQLite.Interop/src/generic/interop.c. Move the primary interop assembly source code files into the 'generic' sub-directory. file: [822ba5d06c] check-in: [347ba2f872] user: mistachkin branch: trunk, size: 35390