Hi,

I am testing the new fk support in my db. Currently I have *column 
constraints* for fk that were parsed by genfkey to create triggers.

Simply adding FOREIGN KEY (column) to the column constr. seems not to 
work. But moving everything to the end of the table definition as a 
table constraint works.

As far as I understand the docu is correct here (it is not possible tu 
use FOREIGN KEY in column constr.). But CHECK constraints are. Why is 
there a difference?

Jan


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

Reply via email to