Re: [SOCI-users] Test case fail on AIX

2012-05-23 Thread Claudio Bantaloukas
And for the record: The problem causing the failed tests was that sqlite was compiled under XL C 12.1 without the -qlanglvl=stdc89 flag ... if some poor soul is compiling sqlite on AIX, take heart, you're not alone... C. On Wed, May 23, 2012 at 2:41 PM, Claudio Bantaloukas wrote: > The problem w

[SOCI-users] Firebird fixes

2012-05-23 Thread Vadim Zeitlin
Hello, As I'm still struggling with the ODBC backend I decided to see whether Firebird backend could be used for my testing for now. Initially it didn't seem so good as it didn't even compile but fixing compilation was simple enough and other than that it seems to work fine so far, especially co

Re: [SOCI-users] Test case fail on AIX

2012-05-23 Thread Claudio Bantaloukas
The problem was due to an older version of the sqlite library. I had already updated sqlite to the latest revision but an older copy with a different extension was getting picked up. There was an error in the way the numbers were decoded by sqlite_column_text. In order to work around the sqlite b