Re: Re: more odbc patches

Поиск
Список
Период
Сортировка
От Cedar Cox
Тема Re: Re: more odbc patches
Дата
Msg-id Pine.LNX.4.21.0101231311220.22623-100000@nanu.visionforisrael.com
обсуждение исходный текст
Ответ на Re: Re: more odbc patches  (Max Khon <fjoe@iclub.nsu.ru>)
Ответы Re: Re: more odbc patches  (Max Khon <fjoe@iclub.nsu.ru>)
Список pgsql-interfaces
I don't get it.  Does this mean the ODBC driver is checking referential
integrity before it passes things to the backend server?  Seems kind of
pointless to me.  I thought the ODBC driver just passes through RI errors
generated by the backend.

-Cedar

On Tue, 23 Jan 2001, Max Khon wrote:

> hi, there!
>
> On Mon, 22 Jan 2001, Bruce Momjian wrote:
>
> > Can someone comment on this?
>
> I have got more comments from Constantin: current implementation will fail
> (return too many rows) if one table has two foreign keys, e.g.:
> CREATE TABLE prim(i integer PRIMARY KEY);
> CREATE TABLE f(i integer REFERENCES prim, j integer REFERENCES prim);


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: RE: Re: extremely newbie questions
Следующее
От: "Kogotkov, Vyacheslav"
Дата:
Сообщение: RE: JDBC2 question -- can't find files needed