int type problem in 7.3 - Mailing list pgsql-hackers

From Mario Weilguni
Subject int type problem in 7.3
Date
Msg-id 200210020831.45547.mweilguni@sime.com
Whole thread Raw
List 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
to7.3 quite difficult for some application, especially for oracle applications.  
Would'nt it be better to evaluate such expressions to false.

Regards,Mario Weilguni


pgsql-hackers by date:

Previous
From: Mario Weilguni
Date:
Subject: some more minor incompatibilties 7.2 <-> 7.3
Next
From: Mario Weilguni
Date:
Subject: Fwd: int type problem in 7.3