Re: [sqlite] Problems with 'references'

2008-12-04 Thread Tony Mc
On Thu, 04 Dec 2008 10:34:59 +1100, you wrote: > Tks. It would help if the doco made that known. It is documented in the section that deals with omitted features of SQL, which you can find at: http://www.sqlite.org/omitted.html Best, Tony ___

Re: [sqlite] Problems with 'references'

2008-12-03 Thread Igor Tandetnik
Howard Lowndes <[EMAIL PROTECTED]> wrote: > I'm playing about with the following syntax: > > CREATE TABLE atable ( > a_ref integer > not null > primary key autoincrement, > a_text text > ); > > CREATE TABLE btable ( > b_ref integer >