]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add support for the 'txn' argument to date/time functions that works like
authordrh <>
Tue, 7 Feb 2023 21:55:14 +0000 (21:55 +0000)
committerdrh <>
Tue, 7 Feb 2023 21:55:14 +0000 (21:55 +0000)
commitd4af882a1bebbefa02cb40ba85b78c82d1deebd9
tree601fa788e8c334f3153b5f7fd7fc227eb08f7517
parentc3ea539dc21f193c277851ab44109aef8de8a15d
Add support for the 'txn' argument to date/time functions that works like
'now' but keeps the same time for the entire transaction.

FossilOrigin-Name: 5e4f45af96247e29910403a63ac148cb313b005f9c014b37a9a49d98f5fef9a6
manifest
manifest.uuid
src/date.c
src/sqliteInt.h
src/vdbeapi.c
src/vdbeaux.c