Re: [opendbx] More fun with postgresql

2011-06-16 Thread Norbert Sendetzky
Hi Murray libpq seems to be a source of eternal fun ;-) > When odbx_result() fails in this scenario, it gives an error code > without giving me a result handle (i.e., the returned odbx_result_t > is NULL). That prevents me from calling odbx_result_finish() in a > useful way, which in turn leaves

Re: [opendbx] Bug with Sqlite3, UNION and NULL?

2011-06-16 Thread Norbert Sendetzky
Hi Mariano > That fails with something...we have tried to isolate the problem to the > minimum. To reproduce do these steps: > > 'Create table test (c1 int NULL, c2 int NULL)'. > 'insert into test values(1, NULL)'. > 'insert into test values(NULL, 3)'. > 'select * from (select t1.c1, null t3 fro