Does this mean there will be no possibility to prevent inserting a string into
an integer column anymore?
create table x (x integer check (typeof(x) == 'integer'));
insert into x values ('1');
--> will pass in future versions???
----- Original Message -----
From: Richard Hipp <[email protected]>
To: SQLite mailing list <[email protected]>
Sent: Saturday, February 1, 2020, 00:09:07
Subject: [sqlite] Check constrain execution timing change? (Now a bug)
On 1/31/20, Keith Medcalf <[email protected]> wrote:
> That would elevate this to the status of a bug since it should be impossible
> to do this.
It is also not something that is fixable, so the solution will likely
be to simply document it.
--
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users