int type problem in 7.3

From: Mario Weilguni <mweilguni(at)sime(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: int type problem in 7.3
Date: 2002-10-02 06:31:45
Message-ID: 200210020831.45547.mweilguni@sime.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It seems queries like:
select ... from table where id='' (an empty string) do not work anymore, it worked up to 7.2. This will make migration to 7.3 quite difficult for some application, especially for oracle applications.
Would'nt it be better to evaluate such expressions to false.

Regards,
Mario Weilguni

Browse pgsql-hackers by date

  From Date Subject
Next Message Mario Weilguni 2002-10-02 07:00:17 Fwd: int type problem in 7.3
Previous Message Mario Weilguni 2002-10-02 06:02:46 some more minor incompatibilties 7.2 <-> 7.3