Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi all,

Last week's progress:

-Some minor efficiency improvements in DatabaseMetaData.
-Started working on skeleton SDBCX implementation -- most of this was in
fact getting up to speed on what sdbcx does, and looking at the various
helper classes that seem to do most of the actual work.
-Better handling of statement handles, making sure we clean up all
handles etc.
-Implemented automatic commiting of transactions on DDL statements: this
is done since firebird doesn't carry out DDL statements until a
transaction is committed.
-Removed some duplication in Statement, we only really need 1
implementation of execute*, with different processing of results for
each different execute*.
-Implement correct handling of Varchar, rather than coercing it to a
fixed length CHAR.

I've still not gotten to the bottom of the problem I'm having where
deleted columns continue appear in a "SELECT *": this only occurs when
deleting a column from a table that already existed on startup (i.e. in
a loaded db), creating a new table and then deleting a column works as
expected. I'll probably write a simple standalone C program to test that
this isn't a firebird specific problem.

Currently I'm working on the sdbcx driver implementation and also
continuing to work on various parts of the sdbc driver that are still
missing.


Cheers,

        Andrzej


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.