]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3Int64ToText() routine and use it to convert integers to text,
authordrh <drh@noemail.net>
Tue, 21 Jul 2020 18:25:19 +0000 (18:25 +0000)
committerdrh <drh@noemail.net>
Tue, 21 Jul 2020 18:25:19 +0000 (18:25 +0000)
commit82b0f106ce12c3b14508f8a395d0fc2fbf95244a
treedd89dad75fb788ae817ee54e2c4d958a9f5a98e2
parentbbd620e22cb9c3e0b2dcfc094827968e438fabdf
Add the sqlite3Int64ToText() routine and use it to convert integers to text,
as it is much faster than the generic text formatter.

FossilOrigin-Name: 14eed318aa9e6e16d1aa13a9f34e3822aa135c39ba06c77df7743509fed6c95e
manifest
manifest.uuid
src/date.c
src/sqliteInt.h
src/util.c
src/vdbemem.c