> On 30 Mar 2017, at 9:59am, Olivier Mascia <[email protected]> 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 [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

