TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

SQLite 3.39.3

104 点作者 marcobambini超过 2 年前

3 条评论

pdw超过 2 年前
For discussion on SQLite 3.39.0, see <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31876604" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31876604</a><p>I&#x27;m not sure why a minor SQLite bugfix release needs to be posted here.
评论 #32725455 未加载
评论 #32725017 未加载
评论 #32724913 未加载
评论 #32725282 未加载
gigatexal超过 2 年前
Changes in version 3.39.0 (2022-06-25):<p>Add (long overdue) support for RIGHT and FULL OUTER JOIN.<p>Add new binary comparison operators IS NOT DISTINCT FROM and IS DISTINCT FROM that are equivalent to IS and IS NOT, respective, for compatibility with PostgreSQL and SQL standards.<p>Add a new return code (value &quot;3&quot;) from the sqlite3_vtab_distinct() interface that indicates a query that has both DISTINCT and ORDER BY clauses.<p>Added the sqlite3_db_name() interface.<p>The unix os interface resolves all symbolic links in database filenames to create a canonical name for the database before the file is opened.<p>If the SQLITE_OPEN_NOFOLLOW flag is used with sqlite3_open_v2() or similar, the open will fail if any element of the path is a symbolic link.<p>Defer materializing views until the materialization is actually needed, thus avoiding unnecessary work if the materialization turns out to never be used.<p>The HAVING clause of a SELECT statement is now allowed on any aggregate query, even queries that do not have a GROUP BY clause.<p>Many microoptimizations collectively reduce CPU cycles by about 2.3%.<p>From the changelog.
评论 #32725429 未加载
jarym超过 2 年前
I wanted to find something more interesting than news of a minor patch release about what is probably the worlds most installed database.<p>Turns out the developers sell licenses and a few proprietary extensions - I never knew about CEROD or SEE before. <a href="https:&#x2F;&#x2F;www.sqlite.org&#x2F;purchase&#x2F;license" rel="nofollow">https:&#x2F;&#x2F;www.sqlite.org&#x2F;purchase&#x2F;license</a>?<p>I wonder if proceeds from this commercialisation alone are sufficient to keep the OSS effort going or whether the devs also have other paid endeavours.
评论 #32726337 未加载