SQLite (64-bit)

最新版本 SQLite 3.20.1 (64-bit)

SQLite 3.20.1 (64-bit)

SQLite 3.20.1 (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.20.1 (64-bit)

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

What's new in this version:

- Fix a potential memory leak in the new sqlite3_result_pointer() interface.

Changes carried forward from version 3.20.0:
- Update the text of error messages returned by sqlite3_errmsg() for some error codes
- Add new pointer passing interfaces
- Backwards-incompatible changes to some extensions in order to take advantage of the improved security offered by the new pointer passing interfaces: a. Extending FTS5 → requires sqlite3_bind_pointer() to find the fts5_api pointer
- carray(PTR,N) → requires sqlite3_bind_pointer() to set the PTR parameter
- remember(V,PTR) → requires sqlite3_bind_pointer() to set the PTR parameter
- Added the SQLITE_STMT virtual table extension
- Added the COMPLETION extension - designed to suggest tab-completions for interactive user interfaces. This is a work in progress. Expect further enhancements in future releases
- Added the UNION virtual table extension
- The built-in date and time functions have been enhanced so that they can be used in CHECK constraints, in indexes on expressions, and in the WHERE clauses of partial indexes, provided that they do not use the 'now', 'localtime', or 'utc' keywords. Futher information
- Added the sqlite3_prepare_v3() and sqlite3_prepare16_v3() interfaces with the extra "prepFlags" parameters
- Provide the SQLITE_PREPARE_PERSISTENT flag for sqlite3_prepare_v3() and use it to limit lookaside memory misuse by FTS3, FTS5, and the R-Tree extension
- Added the PRAGMA secure_delete=FAST command. When secure_delete is set to FAST, old content is overwritten with zeros as long as that does not increase the amount of I/O. Deleted content might still persist on the free-page list but will be purged from all b-tree pages
- Enhancements to the command-line shell: a. Add support for tab-completion using the COMPLETION extension, for both readline and linenoise
- Add the ".cd" command
- Enhance the ".schema" command to show the schema of all attached databases
- Enhance ".tables" so that it shows the schema names for all attached if the name is anything other than "main"
- The ".import" command ignores an initial UTF-8 BOM
- Added the "--newlines" option to the ".dump" command to cause U+000a and U+000d characters to be output literally rather than escaped using the replace() function
- Query planner enhancements: a. When generating individual loops for each ORed term of an OR scan, move any constant WHERE expressions outside of the loop, as is done for top-level loops
- The query planner examines the values of bound parameters to help determine if a partial index is usable
- When deciding between two plans with the same estimated cost, bias the selection toward the one that does not use the sorter
- Evaluate WHERE clause constraints involving correlated subqueries last, in the hope that they never have be evaluated at all
- Do not use the flattening optimization for a sub-query on the RHS of a LEFT JOIN if that subquery reads data from a virtual table as doing so prevents the query planner from creating automatic indexes on the results of the sub-query, which can slow down the query
- Add SQLITE_STMTSTATUS_REPREPARE, SQLITE_STMTSTATUS_RUN, and SQLITE_STMTSTATUS_MEMUSED options for the sqlite3_stmt_status() interface
- Provide PRAGMA functions for PRAGMA integrity_check, PRAGMA quick_check, and PRAGMA foreign_key_check
- Add the -withoutnulls option to the TCL interface eval method
- Enhance the sqlite3_analyzer.exe utility program so that it shows the number of bytes of metadata on btree pages
- The SQLITE_DBCONFIG_ENABLE_QPSG run-time option and the SQLITE_ENABLE_QPSG compile-time option enable the query planner stability guarantee
- Miscellaneous optimizations result in a 2% reduction in CPU cycles used

Bug Fixes:
- Fix the behavior of sqlite3_column_name() for queries that use the flattening optimization so that the result is consistent with other queries that do not use that optimization, and with PostgreSQL, MySQL, and SQLServer
- Fix the query planner so that it knows not to use automatic indexes on the right table of LEFT JOIN if the WHERE clause uses the IS operator
- Ensure that the query planner knows that any column of a flattened LEFT JOIN can be NULL even if that column is labeled with "NOT NULL"
- Fix rare false-positives in PRAGMA integrity_check when run on a database connection with attached databases
- Fix a bug (discovered by OSSFuzz) that causes an assertion fault if certain dodgy CREATE TABLE declarations are used

SQLite 3.20.1 (64-bit) 相關參考資料
AergoLite JDBC Driver

2017-10-08: sqlite-jdbc-3.20.1. Upgrade to SQLite 3.20.1; Various bug fixes. 2017 ... added 64-bit OS support: 64-bit native SQLite binaries for Windows (x86_64) ...

https://github.com

Downloading SQLite 3.20.1 (64-bit) from FileHorse.com

SQLite 64-bit is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.

https://www.filehorse.com

SQLite 3.20.1 (64-bit) Download

2017年8月25日 — SQLite 64-bit is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.

https://www.filehorse.com

SQLite 64 bit 3.20

2017年8月2日 — SQLite 64 bit 3.20 ; Description: software library that implements a self-contained, serverless, zero-configuration, transactional SQL database ...

https://www.npackd.org

SQLite 64 bit 3.20.1

SQLite 64 bit 3.20.1. Full internal name: sqlite64. Project site: https://www.sqlite.org/index.html. Screen shots: Download: Download SQLite 64 bit 3.20.1

https://www.npackd.org

SQLite 64 bit 3.20.1 - Npackd

SQLite 64 bit 3.20.1 ; Description: software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine ; License ...

https://www.npackd.appspot.com

SQLite Download Page

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

https://www.sqlite.org

SQLite Release 3.20.1 On 2017-08-24

2017年8月24日 — SQLite Release 3.20.1 On 2017-08-24 · Update the text of error messages returned by sqlite3_errmsg() for some error codes. · Add new pointer ...

https://www.sqlite.org

sqlite3-3.39.3-150000.3.20.1 RPM for x86_64

2022年12月19日 — Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. ... 3.20.1 ... 64-bit answer. * ...

https://rpmfind.net

期期sqlite-jdbc

SQLite JDBC is a library for accessing and creating SQLite database files in Java. ... Upgrade to SQLite 3.20.1; Various bug fixes. 2017 ... added 64-bit OS support ...

https://gitee.com