Subject Re: [firebird-support] Re: [ib-support] to change the decimal separator
Author Alexandre Benson Smith
aandea_launch wrote:
> Hello All,
>
> Can we make the Embedded Firebird Engine (v1.5 or v2.0) to be aware
> of the OS locale for converting strings to decimal numbers?
>
>
I forgot to mention

How could the engine understand this statement using comma as decimal place

insert into Foo (Value1, Value2) values (1,2,3)

is this
insert into Foo (Value1, Value2) values (1.2,3)

or
insert into Foo (Value1, Value2) values (1,2.3)

or a wrong statement that has 2 fields in the list and 3 values ??? like
this
insert into Foo (Value1, Value2) values (1.0,2.0,3.0)

????


> Thank you!
> Alin Andea
>
>


--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br