]> git.ipfire.org Git - thirdparty/sqlite.git/commit
An attempt to allow the DEFAULT keyword in the VALUES clause of an INSERT.
authordrh <>
Wed, 12 Feb 2025 20:54:32 +0000 (20:54 +0000)
committerdrh <>
Wed, 12 Feb 2025 20:54:32 +0000 (20:54 +0000)
commit37189bd4316aed46521972715b84c203460ff2c0
tree85a6422794b22fc775cd579c96a0e7ad439a4c6b
parent9429b59b0b0b4bf667dae5cf2aaf7fdd6ea95dba
An attempt to allow the DEFAULT keyword in the VALUES clause of an INSERT.
This check-in does not work right.

FossilOrigin-Name: 85c108eb0ff8e47046ba6ec702accf46bd56dc077ada0afa3360ffa4fcdc0f34
12 files changed:
manifest
manifest.uuid
src/expr.c
src/insert.c
src/parse.y
src/pragma.c
src/select.c
src/sqliteInt.h
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
src/where.c