]> git.ipfire.org Git - thirdparty/sqlite.git/commit
An alternative implementation of the default-in-values feature that is
authordrh <>
Sat, 15 Feb 2025 20:31:25 +0000 (20:31 +0000)
committerdrh <>
Sat, 15 Feb 2025 20:31:25 +0000 (20:31 +0000)
commit633e3fed602d666cfcffb3d6bc1f50628e27f212
treeeccd075f5e1e3b71fa18f44f13d3536b206109ba
parentac729894be0d60e9bf298b3c45611a4bf7b74b1c
An alternative implementation of the default-in-values feature that is
cleaner (it avoids dodgy poking about in the parser LALR stack looking for
errors) and has less performance impact in the common case where DEFAULT is
not used.

FossilOrigin-Name: a3d831378d146f241e0a6f23eb4b8aac4da99904a91979a2e962e5cfa3ad4605
manifest
manifest.uuid
src/expr.c
src/insert.c
src/parse.y
src/sqliteInt.h