Re: Why don't we accept exponential format for integers?

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Why don't we accept exponential format for integers?
Дата
Msg-id 1292617876.28145.25.camel@jd-desktop
обсуждение исходный текст
Ответ на Re: Why don't we accept exponential format for integers?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Why don't we accept exponential format for integers?  (Robert Haas <robertmhaas@gmail.com>)
Re: Why don't we accept exponential format for integers?  (Bill Moran <wmoran@potentialtech.com>)
Список pgsql-hackers
> Just another example of the fact that PHP was designed by incompetent
> amateurs :-(
> 
> http://www.junauza.com/2010/12/top-50-programming-quotes-of-all-time.html

Unless I am misunderstanding the argument... perl and python both
support what is suggested here.

jd@jd-desktop:~$ perl -e 'print int('1e+01')';
10

Sincerely,

Joshua D. Drake


-- 
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Why don't we accept exponential format for integers?
Следующее
От: Nathan Boley
Дата:
Сообщение: Re: Why don't we accept exponential format for integers?