SQLite

Changes On Branch string_agg
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch string_agg Excluding Merge-Ins

This is equivalent to a diff from fba3129d to 1e61864c

2023-10-21
11:13
Create the new string_agg(X,Y) aggregate function which is an alias for the two-argument group_concat(X,Y) function, for compatibility with SQL-Server and PostgreSQL. (check-in: a3b3df8a user: drh tags: trunk)
11:06
Avoid an unnecessary malloc() for the page usage bitmap when running a partial integrity_check. (check-in: 2904fcbe user: drh tags: trunk)
11:00
Fix a test case broken by the previous check-in. (Leaf check-in: 1e61864c user: drh tags: string_agg)
2023-10-20
20:19
Add string_agg(X,Y) as an alias for group_concat(X,Y), for compatibility with SQLServer and PG. (check-in: b91c19bf user: drh tags: string_agg)
19:59
Fix a problem allowing a COMMIT following an OOM to cause fts5 corruption. (check-in: fba3129d user: dan tags: trunk)
19:06
Fix PRAGMA integrity_check so that it does not raise an error if the schema contains a CREATE VIRTUAL TABLE that does not have its module loaded. (check-in: 5cb61c67 user: drh tags: trunk)

Changes to src/func.c.

Changes to test/aggnested.test.

Changes to test/aggorderby.test.

Changes to test/alterqf.test.

Changes to test/altertrig.test.

Changes to test/bestindex9.test.

Changes to test/bestindexA.test.

Changes to test/changes.test.

Changes to test/changes2.test.

Changes to test/dbpagefault.test.

Changes to test/distinctagg.test.

Changes to test/e_expr.test.

Changes to test/e_select.test.

Changes to test/filter2.test.

Changes to test/fts4merge.test.

Changes to test/func.test.

Changes to test/gcfault.test.

Changes to test/indexA.test.

Changes to test/joinH.test.

Changes to test/memdb2.test.

Changes to test/memjournal2.test.

Changes to test/pendingrace.test.

Changes to test/quickcheck.test.

Changes to test/rowvalue9.test.

Changes to test/rowvalueA.test.

Changes to test/scanstatus2.test.

Changes to test/select3.test.

Changes to test/statfault.test.

Changes to test/table.test.

Changes to test/thread3.test.

Changes to test/tkt-cbd054fa6b.test.

Changes to test/trigger2.test.

Changes to test/unhex.test.

Changes to test/vacuum-into.test.

Changes to test/walseh1.test.

Changes to test/window1.test.

Changes to test/window3.test.