]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the behavior of date-time functions without any arguments (and thus
authordrh <>
Wed, 8 Feb 2023 11:34:05 +0000 (11:34 +0000)
committerdrh <>
Wed, 8 Feb 2023 11:34:05 +0000 (11:34 +0000)
commitc1dab9ded2c16c66e6781984bac804e3218aa5c9
tree3bdd903cbf462aa7bc61336a9f482e55072f8576
parent3393ee7ff613780888ce67934571e274c5ebb302
Change the behavior of date-time functions without any arguments (and thus
the CURRENT_TIME, CURRENT_DATE, and CURRENT_TIMESTAMP variables) so that they
work like 'txn' instead of like 'now'.  This is an incompatibility with legacy,
but brings SQLite into conformance with all other SQL systems.

FossilOrigin-Name: 1ac78be54502779236645eac35b962797f2fb98307d059d2aa19658c4fa74cb7
manifest
manifest.uuid
src/date.c