On Wed, Dec 8, 2010 at 2:35 PM, Petite Abeille <petite.abei...@gmail.com>wrote:

> Hello,
>
> The pragma foreign_key_list appears to be deprecated in 3.7.4:
>
> http://www.sqlite.org/pragma.html#pragma_foreign_key_list
>
> Any reason for such deprecation?
>

Now that foreign key constraints are enforced natively, why would you want
to have a list of them?  Why should the foreign_key_list pragma continue to
consume code space and developer maintenance time?



>
> What's the alternative to that pragma to achieve the same effect?
>
> Thanks in advance.
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to