parser enhancement request for 6.5

Поиск
Список
Период
Сортировка
От Michael Davis
Тема parser enhancement request for 6.5
Дата
Msg-id 93C04F1F5173D211A27900105AA8FCFC14521E@lambic.prevuenet.com
обсуждение исходный текст
Ответы Re: [HACKERS] parser enhancement request for 6.5  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
I have a problem with Access97 not working properly when entering new
records using a sub form, i.e. entering a new order/orderlines or master and
detail tables.  The problem is caused by a SQL statement that Access97 makes
involving NULL.  The syntax that fails is "column_name" = NULL.  The
following attachment was provided by -Jose'-.  It contains a very small
enhancement to gram.y that will allow Access97 to work properly with sub
forms.  Can this enhancement be added to release 6.5?

 <<gram.patch>>
Thanks, Michael


Вложения

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

Предыдущее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] NUMERIC and Perl
Следующее
От: Michael Davis
Дата:
Сообщение: for row in select loop question