Re[2]: [HACKERS] Re: [INTERFACES] Odbc parser error

From: Sferacarta Software <sferac(at)bo(dot)nettuno(dot)it>
To: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>, Byron Nikolaidis <byronn(at)insightdist(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re[2]: [HACKERS] Re: [INTERFACES] Odbc parser error
Date: 1998-10-27 15:01:11
Message-ID: 17667.981027@bo.nettuno.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

Hello Thomas,

lunedì, 26 ottobre 98, you wrote:

>> JS> Yes, I would to suggest a way to solve this problem because in
>> JS> Access we can't link two tables by a numeric field
>> JS> # conn=75511800, query='SELECT "order_detail"."numero" FROM
>> JS> "order_detail" WHERE ("numero" = NULL )'
>> JS> I know this is not standard but Access understand both syntaxes
>> JS> SELECT * FROM table WHERE field IS NULL;
>> JS> SELECT * FROM table WHERE field = NULL;
>> JS> Why not to get PostgreSQL to understand it also ?
>> Done. I modify the pgsql/src/backend/gram.y
>> How about to add it to official release ?

TGL> Or, how about insisting that your commercial software suppliers conform
TGL> to one of the simplest and clearest part of the SQL standard they claim
TGL> to support? Instead of using those suppliers who insist on making small
TGL> and large incompatibilities in their popular software packages to ensure
TGL> that only their own products can interoperate with them?

You are right Tom, but you know there is no way to have something from
those bastards, I prefer to talk with a wall.

TGL> *slap* Ow! Ok, Ok!

TGL> It looks like a nice patch. But it is too late to get it into v6.4. It
TGL> looks like a good addition to v6.5...

TGL> *slap* OW! OK!

TGL> In fact, it is such a nice feature that I'm sure it will fit nicely into
TGL> v6.4.1, and you are welcome to submit a patchset to post on
TGL> postgresql.org to fix v6.4.

TGL> *grin*

TGL> It would be best to include patches for both gram.y and a full gram.c so
TGL> that users may not have to rebuild the parser. Also, if we run into
TGL> parser syntax conflicts in the future it would be a candidate for
TGL> removal, I suppose.

Should I send the patch now or after v6.4 is released ?

Jose'

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-10-27 15:23:38 Re: AWL: PostgreSQL ODBC.
Previous Message Thomas G. Lockhart 1998-10-27 14:48:38 TCL installation troubles

Browse pgsql-interfaces by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-10-27 15:02:43 Re: [INTERFACES] JDBC, Timestamps, and DateStyle
Previous Message Aleksey Demakov 1998-10-27 11:51:31 JDBC, Timestamps, and DateStyle