Re: MySQL Compatibility WAS: 8.5 release timetable, again

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Greg Stark <gsstark(at)mit(dot)edu>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: MySQL Compatibility WAS: 8.5 release timetable, again
Date: 2009-08-27 08:23:20
Message-ID: 4A964278.3060609@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Greg Stark <gsstark(at)mit(dot)edu> writes:
>> Actually it always bothered me that we don't have implicit casts from
>> integer->boolean. I can't see any ambiguity or unintentional effects
>> this would cause problems with. Am I missing something?
>
> Personally, as an old Pascal-lover, I always thought that C's failure
> to distinguish between int and boolean was the single biggest design
> mistake in the language. I'm very glad that SQL doesn't make that
> mistake, and I don't want to go against the standard to introduce it.

Then you should love Python where everything non-empty is regarded True
in boolean context ;-)

Cheers
Tino

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Boszormenyi Zoltan 2009-08-27 09:34:29 Build system problem in 8.3.x
Previous Message Magnus Hagander 2009-08-27 06:54:22 Re: We should Axe /contrib/start-scripts