Re: [Libreoffice-qa] error checking in Base ODBC

2011-10-24 Thread Caolán McNamara
On Sat, 2011-10-22 at 11:11 -0400, Terrence Enger wrote: > Hmm. Is my question really of no interest? Or did I just time it > badly with respect to the big conference? It's the wrong list really, libreoffice-dev is a better choice than libreoffice-qa for what is fundamentally a code level quest

Re: [Libreoffice-qa] error checking in Base ODBC

2011-10-23 Thread Thorsten Behrens
Terrence Enger wrote: > Hmm. Is my question really of no interest? Or did I just time it > badly with respect to the big conference? > Hi Terry, I guess you'll get better answers on the dev list - > On Fri, 2011-10-14 at 09:50 -0400, Terrence Enger wrote: > > I notice that at least some calls

Re: [Libreoffice-qa] error checking in Base ODBC

2011-10-22 Thread Terrence Enger
Hmm. Is my question really of no interest? Or did I just time it badly with respect to the big conference? Terry. On Fri, 2011-10-14 at 09:50 -0400, Terrence Enger wrote: > I notice that at least some calls from Base to ODBC routines > fail to check the return code, and I wonder what we should

[Libreoffice-qa] error checking in Base ODBC

2011-10-14 Thread Terrence Enger
I notice that at least some calls from Base to ODBC routines fail to check the return code, and I wonder what we should be doing. The particular situation that caught my interest arises this way ... (*) Base allocates and uses a connection handle. (*) Upon closing the database, the code tries t