System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation

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

50 most recent check-ins that include changes to files matching 'SQLite.Interop/src/generic/*'

2024-01-22
09:33
Bump version to 1.0.119.0. Update version history docs. check-in: d4cc85f21d user: mistachkin tags: trunk
2023-07-07
16:46
Revise how 'shared' define constants / compile-time options are handled. check-in: b6d571be01 user: mistachkin tags: trunk
2023-04-25
23:35
Revise the previous check-in to handle the log2() issue in a way that is supported by the SQLite core library. check-in: 9a5a314681 user: mistachkin tags: trunk
2023-04-24
15:50
Work around lack of log2() in MSVC less than 2010. check-in: 3f0aa28ebd user: mistachkin tags: trunk
2023-01-17
18:50
Bump version to 1.0.118.0. Update version history docs. check-in: b0dece3f52 user: mistachkin tags: trunk
2022-11-22
20:16
Add experimental support for native sha3 extension. check-in: dd498797e7 user: mistachkin tags: trunk
2022-08-05
02:33
Add support for creating custom window functions. Pursuant to forum post [21de219031]. check-in: d76560fd5b user: mistachkin tags: trunk
2022-07-20
02:59
Hook up the interop assembly stuff. check-in: 78add980e0 user: mistachkin tags: windowFunc
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. check-in: 63ca2406e1 user: mistachkin tags: trunk
2022-07-05
23:06
Bump version to 1.0.117.0. Update version history docs. check-in: 108ab5b565 user: mistachkin tags: trunk
2022-03-03
19:39
Fix an omission from the previous check-in. check-in: f8dbbf18da user: mistachkin tags: trunk
2021-12-07
03:03
Bump version to 1.0.116.0. Update version history docs. check-in: 4d68e5d7ae user: mistachkin tags: trunk
2021-10-14
20:48
Fix metadata UTF-16 string length calculations on Linux. Fix for forum post [eeaefb84ec]. check-in: 6cda6ab5ab user: mistachkin tags: trunk
2021-10-12
01:40
Bump version to 1.0.115.5. Update version history docs. check-in: 452a22af62 user: mistachkin tags: trunk
2021-08-31
01:27
Adapt to an upstream change in the SQLite core library. check-in: e55d2f921e user: mistachkin tags: trunk
2021-07-28
00:17
Bump version to 1.0.115.0. Update version history docs. check-in: c294c3c3cb user: mistachkin tags: trunk
2021-05-23
15:25
Fix compilation issues seen with the .NET Compact Framework. check-in: 6693b87658 user: mistachkin tags: trunk
2021-05-06
02:10
Further enhancements to the logging subsystem. check-in: 398e1ba2fd user: mistachkin tags: trunk
2021-05-03
00:39
Fix typo in the previous check-in. check-in: c5e9bdc083 user: mistachkin tags: trunk
00:00
Portability improvements to the previous check-in. check-in: 4721291c20 user: mistachkin tags: trunk
2021-05-02
23:16
Attempt to improve thread-safety of sqlite3_config_log_interop() in the interop assembly. check-in: b4f099f9ae user: mistachkin tags: trunk
2021-03-05
08:12
Add support for math functions now provided by the SQLite core library. check-in: d9db7c6868 user: mistachkin tags: trunk
2021-03-02
01:08
More refactoring in the interop assembly. check-in: e17fc53bdb user: mistachkin tags: trunk
2021-03-01
04:47
Enhancements to native diagnostics in the interop assembly. check-in: 7c24f2130b user: mistachkin tags: trunk
2021-01-15
21:17
Add support for the sqlite3session_memory_used() API. check-in: 9f37b0f1aa user: mistachkin tags: trunk
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. check-in: 5dbf0b6519 user: mistachkin tags: trunk
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]. check-in: 951c902c10 user: mistachkin tags: trunk
2020-09-22
21:23
Adjustments to native library integration for version 3.33. check-in: f95bfddecf user: mistachkin tags: trunk
2020-08-14
13:32
Update SQLite core library to the 3.33.0 release. Closed-Leaf check-in: 9a82d5c9c7 user: mistachkin tags: core-3-33
2020-04-03
18:10
Partial cherrypick of [1868813f4]. check-in: a5ac78ea8e user: mistachkin tags: branch-1.0.112
17:42
Partial cherry-pick of [ebd945280e]. Cherry-pick of [cc8089d56c]. Manually reset build number to '1.0.112.1'. Limited to core NuGet packages for .NET Framework v2.0 / v4.0 and .NET Standard 2.x only. check-in: da47d95976 user: mistachkin tags: branch-1.0.112
2020-01-26
22:06
Merge all changes from SQLite core library pre-release branch. check-in: 1868813f4f user: mistachkin tags: trunk
2020-01-19
00:44
Increase the value of SQLITE_MAX_ATTACHED to 30. check-in: 38fd571006 user: mistachkin tags: corePreRelease
2019-12-08
04:59
Bump version to 1.0.113.0. Update version history docs. check-in: ebd945280e user: mistachkin tags: trunk
2019-10-06
05:01
Minor build fixes. check-in: 23e8ca95a9 user: mistachkin tags: netStandard21
2019-10-05
17:58
Set executable bits. check-in: d7701b72b8 user: mistachkin tags: netStandard21
2019-07-13
19:11
Bump version to 1.0.112.0. check-in: e1836d9707 user: mistachkin tags: trunk
2019-05-15
01:49
Bump version number. Update version history docs. check-in: 95e0135ad1 user: mistachkin tags: trunk
2018-12-19
02:07
Improve integration with ZipVFS. check-in: cd61337179 user: mistachkin tags: trunk
2018-10-13
19:25
Update SEE integration to include the prefix file. check-in: 9e5573776e user: mistachkin tags: trunk
2018-10-06
19:31
Update SQLite core library to the 3.25.2 release. check-in: f63d42cac7 user: mistachkin tags: trunk
2018-08-13
21:49
Final updates for release 1.0.109.0. check-in: 27de5a6698 user: mistachkin tags: trunk, release, release-1.0.109.0
2018-08-07
00:06
Fix issue with P/Invoke portability to Windows CE by wrapping sqlite3_msize() on that platform. Enhance tests. check-in: 54ebb78b16 user: mistachkin tags: preRelease
2018-05-28
23:41
Fix compilation issues due to internal changes in the SQLite core library. check-in: fb73a8c990 user: mistachkin tags: trunk
2018-05-06
20:09
Add preliminary support for the .NET Framework 4.7.2. Also, update the SQLite core library to the latest 3.23.2 release candidate. check-in: 880e608b09 user: mistachkin tags: trunk
2018-04-26
01:16
Add preliminary support for .NET Core 2.0 and the .NET Standard 2.0. Pursuant to [5c89cecd1b]. check-in: ec79fb3446 user: mistachkin tags: trunk
2018-04-07
10:04
Revise logging callback integration with the interop assembly. check-in: 61908b2901 user: mistachkin tags: netStandard20
2018-03-08
18:05
Bump version to 1.0.109.0. Update version history docs. check-in: a9d9bde461 user: mistachkin tags: trunk
2018-02-08
01:53
Bump version to 1.0.108.0. Update version history docs. check-in: c85016abb5 user: mistachkin tags: trunk
00:43
Add 'interopError' function to the SQLite interop assembly. check-in: afeca954f4 user: mistachkin tags: trunk