On Wed, 2009-04-22 at 22:12 +0530, S Arvind wrote:
> Our company wants to move from 8,1 to 8.3 latest. In irc they told me
> to check realse notes for issues while upgrading. But there are lots
> of release notesss. Can anyone tell some most noticable change or
> place-of-error while upgrading?
one I had to solve was the need for explicit casting in SQL queries that
used numeric comparison of REAL with TEXT...
yes... this used to be possible on 8.1 and is no longer on 8.3
so if your applications have such queries maybe you will bumo into some
problems
I used stuff like this: cast(instantin as numeric)
cheers
Joao
>
> Arvind S
>
>
> "Many of lifes failure are people who did not realize how close they
> were to success when they gave up."
> -Thomas Edison