Re: [sqlite] Docs: ON CONFLICT clause versus CHECK constraints

2014-08-15 Thread Zsbán Ambrus
On 8/15/14, Richard Hipp wrote: > http://www.sqlite.org/draft/lang_conflict.html Thanks for fixing it. -- Ambrus ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Docs: ON CONFLICT clause versus CHECK constraints

2014-08-14 Thread Richard Hipp
On Thu, Aug 14, 2014 at 6:06 PM, Zsbán Ambrus wrote: > Hi, I'd like to report a small confusion in the documentation. > > The documentation page for the ON CONFLICT clause at > "http://sqlite.org/draft/lang_conflict.html; describes at the > beginning what kind of constraints

[sqlite] Docs: ON CONFLICT clause versus CHECK constraints

2014-08-14 Thread Zsbán Ambrus
Hi, I'd like to report a small confusion in the documentation. The documentation page for the ON CONFLICT clause at "http://sqlite.org/draft/lang_conflict.html; describes at the beginning what kind of constraints this clause deals with: > The ON CONFLICT clause applies to UNIQUE and NOT NULL