Re: Behavior change around triggers between 3.19 and 3.30

Richard Hipp <[email protected]>
Newsgroups gmane.comp.db.sqlite.general
Message-ID <CALwJ=MyuMrMfnfjgEdWA6t63F+qrT7iunY2_LEkXxUVFfqYsiA@mail.gmail.com>
On 1/30/20, Dominique Devienne <[email protected]> wrote:
>
> My first question would be to ask whether there's a pragma or
> compile-time option to get back to the old behavior?

Did you try "PRAGMA legacy_alter_table=ON;"?

>
> Second, any idea when this was introduced?
>

People have been requesting enhanced ALTER TABLE support.  In order to
provide that, we had to change ALTER TABLE to do a full parse of the
entire schema, so that it can find all of the bits and pieces that
need altering.  This means that ALTER TABLE now also finds latent
syntax errors in the schema.


-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.