Re: [BUGS] Small bug with numeric in 7.0 (also in 6.5.3)

2000-05-16 Thread Raul Chirea
Tom Lane wrote: >> > Raul Chirea <[EMAIL PROTECTED]> writes: >> > > So, it seems to be a parser difficulty (bug) to correctly determine >> > > the type of a numeric constant with decimals (like 99.9). >> > >> > We've been aware of the problem for a while but are unsure as yet >> > how to solve i

Re: [BUGS] Small bug with numeric in 7.0 (also in 6.5.3)

2000-05-16 Thread Tom Lane
Raul Chirea <[EMAIL PROTECTED]> writes: > This problem bothers me because if one (me, for example ;-) tries to > use a client program that compose the select automaticaly (i.e. Delphi > table component) and there is no way to manually cast that expression > (i.e. "where = 12345.67::numeric") this