[HACKERS] Bad REFERENCES behaviour

2001-01-24 Thread Christopher Kings-Lynne
There seems to be a bug in the 'REFERENCES' statement. You can create foreign key references to fields that do not exist, that then cause odd (ie. hard to resolve) error messages. The operator error below (that should not be possible) is in creating a reference to a column that does not exist

Re: [HACKERS] Bad REFERENCES behaviour

2001-01-24 Thread Stephan Szabo
On Thu, 25 Jan 2001, Christopher Kings-Lynne wrote: There seems to be a bug in the 'REFERENCES' statement. You can create foreign key references to fields that do not exist, that then cause odd (ie. hard to resolve) error messages. The operator error below (that should not be possible) is