SQLite (64-bit)

最新版本 SQLite 3.43.0 (64-bit)

SQLite 3.43.0 (64-bit)

SQLite 3.43.0 (64-bit)
SQLite 64 位是一個進程內庫,它實現了一個自包含的,無服務器的,零配置的事務性 SQL 數據庫引擎。 SQLite 的代碼是在公共領域,因此可用於任何目的,商業或私人。下載 Windows PC 的 SQLite 離線安裝程序安裝 64 位! SQLite 64 位是世界上部署最廣泛的數據庫,其應用程序數量比我們可以計算的還要多,其中包括幾個高性能項目。6123586
SQLite 特性:
即使在系統崩潰後,事務也是原子性,一致性,隔離性和持久性(ACID)和電源故障。零配置 - 無需安裝或管理。具有高級功能(如部分索引和通用表表達式)的完整 SQL 實現。 (省略功能)完整的數據庫存儲在一個跨平台的磁盤文件中。非常適合用作應用程序文件格式。支持太字節大小的數據庫和千兆字節大小的字符串和 blob。 (請參閱 limits.html。)小代碼佔用空間:小於 500KiB 完全配置或省略可選功能少得多。簡單,易於使用的 API。用 ANSI- C 編寫。包括 TCL 綁定。幾十種其他語言的綁定可單獨提供。備受好評的源代碼,具有 100%的分支測試覆蓋率。可作為一個單一的 ANSI- C 源代碼文件,易於編譯,因此很容易添加到一個更大的項目。獨立:不需要外部依賴。跨平台:開箱即用支持 Android,* BSD,iOS,Linux,Mac,Solaris,VxWorks 和 Windows(Win32,WinCE,WinRT)。易於移植到其他系統。來源是在公共領域。用於任何目的。附帶可用於管理 SQLite 數據庫的獨立命令行界面(CLI)客戶端。也可用:下載 SQLite for Mac





ScreenShot

軟體資訊
檔案版本 SQLite 3.43.0 (64-bit)

檔案名稱 sqlite-dll-win64-x64-3430000.zip
檔案大小
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 免費軟體
作者 Richard Hipp
官網 https://sqlite.org/
更新日期 2023-08-25
更新日誌

What's new in this version:

- Add support for Contentless-Delete FTS5 Indexes. This is a variety of FTS5 full-text search index that omits storing the content that is being indexed while also allowing records to be deleted.
- Added the octet_length(X) SQL function
- Added the sqlite3_stmt_explain() API
- Performance enhancements to JSON processing results in a 2x performance improvement for some kinds of processing on large JSON strings
- New makefile target "verify-source" checks to ensure that there are no unintentional changes in the source tree. (Works for canonical source code only - not for precompiled amalgamation tarballs.)
- Added the SQLITE_USE_SEH compile-time option that enables Structured Exception Handling on Windows while working with the memory-mapped shm file that is part of WAL mode processing. This option is enabled by default when building on Windows using Makefile.msc.
- The VFS for unix now assumes that the nanosleep() system call is available unless compiled with -DHAVE_NANOSLEEP=0

Enhancements to the date and time functions:
- Added new time shift modifiers of the form ±YYYY-MM-DD HH:MM:SS.SSS
- Added the timediff() SQL function

Query planner enhancements:
- Generalize the LEFT JOIN strength reduction optimization so that it works for RIGHT and FULL JOINs as well. Rename it to OUTER JOIN strength reduction
- Enhance the theorem prover in the OUTER JOIN strength reduction optimization so that it returns fewer false-negatives

Enhancements to the decimal extension:
- New function decimal_pow2(N) returns the N-th power of 2 for integer N between -20000 and +20000
- New function decimal_exp(X) works like decimal(X) except that it returns the result in exponential notation - with a "e+NN" at the end
- If X is a floating-point value, then the decimal(X) function now does a full expansion of that value into its exact decimal equivalent

SQLite 3.43.0 (64-bit) 相關參考資料
Chocolatey Software | SQLite 3.43.2

Yes, this package incorrectly install the x86 version. It will fail with Error: %1 is not a valid Win32 application when loading x64 plugins. Ken Keenan • 9 ...

https://community.chocolatey.o

SQLite 3.43.0 regression on REAL formatting with old ...

2023年9月14日 — SQLite 3.43.0 regression on REAL formatting with old MSVC compilers. (1) By anonymous on ... 64-bit-integer SQLite 3.43.1 2023-09-11 12:25:57 ...

https://sqlite.org

SQLite 3.43.0 发布,又有啥新功能? 转载

2023年9月6日 — SQLite 3.43.0 增加了Contentless-Delete FTS5 索引。这是一种FTS5 全文索引的变种,不存储被索引的内容,同时支持数据的删除操作。 例如:

https://blog.csdn.net

SQLite Download Page

SQLite Download Page ; sqlite-tools-linux-x64-3450100.zip (10.45 MiB) ; Precompiled Binaries for Mac OS X (x86) ; sqlite-tools-osx-x64-3450100.zip (3.52 MiB) ...

https://www.sqlite.org

SQLite ODBC Driver

2023年10月23日 — Note that this is a 64 bit only driver. If you're using 32 bit software on Win64 you should install the Win32 driver, too. Chris Wolf kindly ...

http://www.ch-werner.de

sqlite package versions

3.43.0 · Potentially vulnerable, -, -. ConanCenter · sqlite3 · 3.42.0 · Potentially ... SQLite 64 bit · 3.35.1 · Potentially vulnerable, Development, -. Npackd ...

https://repology.org

SQLite Release 3.43.0 On 2023-08-24

2023年8月24日 — SQLite Release 3.43.0 On 2023-08-24 · Add support for Contentless-Delete FTS5 Indexes. · Enhancements to the date and time functions: · Added the ...

https://www.sqlite.org

Sqlite upgrade to the latest version · Issue #623 · laravelsail

2023年10月9日 — At the moment, I am running phpunit tests, using Sqlite database engine, which its version is 3.37.2 . However, I would like to upgrade it to ...

https://github.com

sqlite3_bind_bug68849 fail on x86 with sqlite 3.43 #12076

2023年8月29日 — When I tried building php with this set to 64bit, I got the expected results. Changing to a 64-bit ... Note that #2 works in SQLite 3.43.0, but ...

https://github.com

StoneSteps.SQLite.VS2022.Static 3.43.2.1

This package contains static SQLite libraries and header files for the x64 platform, built with Visual C++ 2022, against Debug/Release MT/DLL MSVC CRT.

https://www.nuget.org