]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Immediately fail a CREATE TABLE statement that attempts to create a
authordrh <>
Fri, 13 Oct 2023 13:49:46 +0000 (13:49 +0000)
committerdrh <>
Fri, 13 Oct 2023 13:49:46 +0000 (13:49 +0000)
commitaf527231c14206ec6ab9564c93e731cc7ea56001
treef1fa2b1fc9b95d83d399b3bde70bdd2c89ac5618
parent98170653405fc5f0aad29bf6a9513364c50b1191
Immediately fail a CREATE TABLE statement that attempts to create a
table that has a generated column loop.  Legacy allows the table to be
created but the table would not be usable for anything.

FossilOrigin-Name: 3237bf964117c1ef71143042837ef21872bb3d04bfd682075672e768953ec802
manifest
manifest.uuid
src/build.c
src/vdbe.c
test/gencol1.test