SQLite 3.47.0 增加了一个试验性质的命令行工具sqlite3_rsync,它可以用于实现 SQLite主从复制。显然这是一个非常重要的功能,可以完成 SQLite 原生一致性复制,期待正式版本。 命令行工具默认增加了扩展聚合/窗口函数median()、percentile()、percentile_cont() 以及 percentile_disc()。 命令行工具增加了一个元命令.www...
Add the percentile_cont(Y,P) variant of percentile() to the percentile Jul 24, 2024 tool sqldiff: fail if the 2nd db argument cannot be opened read-only. Jul 12, 2024 vsixtest Extend the refactoring into extensions. Clean up stray newlines. Jun 19, 2020 LICENSE.md Add a LICENSE.md,...
添加实验性的sqlite3_rsync程序。 向CLI添加扩展函数median()、percentile()、percentile_cont()和percentile_disc()。 将.www dot-command添加到CLI。 sqlite3_analyzer实用程序现在可为 WITHOUT ROWID 提供细分统计信息。 如果第二个参数不存在,sqldiff实用程序将避免创建空数据库。 增强sqlite_dbpage表值函数,使得...
Code This branch is207 commits behindsqlite/sqlite:master. README License SQLite Source Repository This repository contains the complete source code for theSQLite database engine. Some test scripts are also included. However, many other test scripts and most of the documentation are managed separately...