Re: [ADMIN] String concatenation work in version 8.2.11 and 8.3.6

2009-02-26 Thread Tony Liao
thanks,Julius. 2009/2/26 Julius Tuskenis > Hi Tony, > > Its not a bug - automatic casting was removed in 8.3. You should cast( a as > text)||cast(b ... = cast(123456 as text). Other option is to define your own > operators which is to be used only in case you can not fix clients of your > datab

Re: [ADMIN] String concatenation work in version 8.2.11 and 8.3.6

2009-02-26 Thread Julius Tuskenis
Hi Tony, Its not a bug - automatic casting was removed in 8.3. You should cast( a as text)||cast(b ... = cast(123456 as text). Other option is to define your own operators which is to be used only in case you can not fix clients of your database... Tony Liao rašė: hi,all for example t