Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add string_agg(X,Y) as an alias for group_concat(X,Y), for compatibility | drh | 2023-10-20 |
| | | | | | with SQLServer and PG. FossilOrigin-Name: b91c19bf2680f60d7826ab5d9e7902e2dc2a55d847bbea565a6489d47f2cc8f1 | ||
* | Add the sqlite3_changes64() and sqlite3_total_changes64() API functions. | dan | 2021-06-22 |
| | | | FossilOrigin-Name: 48fdec22c966003f5577e0bf52906ef90df11e4e395723a646304e67ed976f37 | ||
* | Fix a problem causing sqlite3_changes() to return an incorrect value ↵ | dan | 2021-06-22 |
following a "DELETE FROM tbl" command on an intkey table (because internal b+tree cells were being included in the count). FossilOrigin-Name: f662ff4746aaa43e63e20710b8cbfeeceab3183e953ac1685c41846d2e9d124c |