TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 SQLite 軟體歷史版本 Download Page4 :: 軟體兄弟

SQLite 歷史版本列表 Page4

最新版本 [var.version]

SQLite 歷史版本列表

SQLite 是一個實現自包含,無服務器,零配置,事務 SQL 數據庫引擎的進程內庫。 SQLite 的代碼是在公共領域,因此可以用於任何目的,商業或私人。 SQLite 是世界上應用最廣泛的數據庫,比我們可以計數的應用程序還要多,其中包括幾個備受矚目的項目。選擇版本:SQLite 3.21.0(32 位)SQLite 3.20.1(64 位) SQLite 軟體介紹

SQLite (32-bit)SQLite (64-bit)


Duet Display 2.5.2.2 查看版本資訊

更新時間:2023-03-01
更新細節:

JRiver Media Center 30.0.66 (64-bit) 查看版本資訊

更新時間:2023-02-23
更新細節:

SQLite 3.41.0 (64-bit) 查看版本資訊

更新時間:2023-02-22
更新細節:

What's new in this version:

Query planner improvements:
- Make use of indexed expressions within an aggregate query that includes a GROUP BY clause
- The query planner has improved awareness of when an index is a covering index and adjusts predicted runtimes accordingly
- The query planner is more aggressive about using co-routines rather than materializing subqueries and views
- Queries against the built-in table-valued functions json_tree() and json_each() will now usually treat "ORDER BY rowid" as a no-op
- Enhance the ability of the query planner to use indexed expressions even if the expression has been modified by the constant-propagation optimization. (See forum thread 0a539c7.)
- Add the built-in unhex() SQL function.
- Add the base64 and base85 application-defined functions as an extension and include that extension in the CLI
- Add the sqlite3_stmt_scanstatus_v2() interface. (This interface is only available if SQLite is compiled using SQLITE_ENABLE_STMT_SCANSTATUS.)
- In-memory databases created using sqlite3_deserialize() now report their filename as an empty string, not as 'x'

Changes to the CLI:
- Add the new base64() and base85() SQL functions
- Enhanced EXPLAIN QUERY PLAN output using the new sqlite3_stmt_scanstatus_v2() interface when compiled using SQLITE_ENABLE_STMT_SCANSTATUS
- The ".scanstats est" command provides query planner estimates in profiles
- The continuation prompt indicates if the input is currently inside of a string literal, identifier literal, comment, trigger definition, etc
- Enhance the --safe command-line option to disallow dangerous SQL functions
- The double-quoted string misfeature is now disabled by default for CLI builds. Legacy use cases can reenable the misfeature at run-time using the ".dbconfig dqs_dml on" and ".dbconfig dqs_ddl on" commands.
- Enhance the PRAGMA integrity_check command so that it detects when text strings in a table are equivalent to but not byte-for-byte identical to the same strings in the index.
- Enhance the carray table-valued function so that it is able to bind an array of BLOB objects
- Added the sqlite3_is_interrupted() interface
- Long-running calls to sqlite3_prepare() and similar now invoke the progress handler callback and react to sqlite3_interrupt()
- The sqlite3_vtab_in_first() and sqlite3_vtab_in_next() functions are enhanced so that they reliably detect if they are invoked on a parameter that was not selected for multi-value IN processing using sqlite3_vtab_in(). They return SQLITE_ERROR instead of SQLITE_MISUSE in this case.
- The parser now ignores excess parentheses around a subquery on the right-hand side of an IN operator, so that SQLite now works the same as PostgreSQL in this regard. Formerly, SQLite treated the subquery as an expression with an implied "LIMIT 1".
- Added the SQLITE_FCNTL_RESET_CACHE option to the sqlite3_file_control() API

Makefile improvements:
- The new makefile target "sqlite3r.c" builds an amalgamation that includes the recovery extension
- New makefile targets "devtest" and "releasetest" for running a quick developmental test prior to doing a check-in and for doing a full release test, respectively
- Miscellaneous performance enhancements

Duet Display 2.5.1.0 查看版本資訊

更新時間:2023-02-10
更新細節:

Duet Display 2.5.0.0 查看版本資訊

更新時間:2023-01-21
更新細節:

What's new in this version:

New Features:
- Added support for middle mouse button in the desktop viewer

Fixed:
- Corrected issue with program not being able to log in on a system with the VC++ Redistributable 2015-2022 14.34 installed

Other Improvements:
- Allowed for discrete NVidia GPU to be selected when in a Dual AMD/NVidia GPU system configuration

Duet Display 2.4.9.3 查看版本資訊

更新時間:2023-01-09
更新細節:

SQLite 3.40.1 (64-bit) 查看版本資訊

更新時間:2022-12-29
更新細節:

What's new in this version:

- Fix the --safe command-line option to the CLI such that it correctly disallows the use of SQL functions like writefile() that can cause harmful side-effects
- Fix a potential infinite loop in the memsys5 alternative memory allocator. This bug was introduced by a performance optimization in version 3.39.0.
- Various other obscure fixes

Duet Display 2.4.7.3 查看版本資訊

更新時間:2022-12-15
更新細節:

Electron 21.3.0 (32-bit) 查看版本資訊

更新時間:2022-11-17
更新細節:

What's new in this version:

Features:
- Added an app.getPreferredSystemLanguages() API to return the user's system languages

Fixed:
- Fixed an issue where calling app.dock.setIcon(/path/t/icon) would crash when called before the ready event on app

Other Changes:
- Updated Chromium to 106.0.5249.181
- Reverted fix for chromium:1361612 due to stability issues

Electron 21.3.0 (64-bit) 查看版本資訊

更新時間:2022-11-17
更新細節:

What's new in this version:

Features:
- Added an app.getPreferredSystemLanguages() API to return the user's system languages

Fixed:
- Fixed an issue where calling app.dock.setIcon(/path/t/icon) would crash when called before the ready event on app

Other Changes:
- Updated Chromium to 106.0.5249.181
- Reverted fix for chromium:1361612 due to stability issues