2008/5/11 Peter Melvyn <[EMAIL PROTECTED]>: > > On 5/11/08, phactor <[EMAIL PROTECTED]> wrote: > > > no keyword REFERENCES. Where is it? > > AFAIK, SQLite engine 'per se' does not support reference integrity, see: > > - http://www.sqlite.org/lang_createtable.html > - http://www.sqlite.org/omitted.html > > > HTH, Peter > > > > Well, so why on http://www.djangoproject.com/documentation/tutorial01/phrase "The foreign key relationship is made explicit by a REFERENCES statement." can be found?
In steps I wrote earlier you can see REFERENSES keyword is appeared for poll_id of test_choice, but not for field_id of test_p. What the difference? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---