> On 30 Mar 2017, at 9:59am, Olivier Mascia <o...@integral.be> wrote:
> 
>       PRAGMA schema.foreign_key_check(table-name);
> 
> (with 'schema.' being optional of course)

Had I not read the documentation I’d have tried

PRAGMA foreign_key_check(schema.table-name);

and expected it to work.

> But:
> 
>       PRAGMA foreign_key_list(table-name);

Likewise.  I agree that the documentation should have "schema." somewhere for 
this one.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to