| - KexiDB::Cursor: - movePrev(), bof() added; - drv_getRecord() splitted to drv_getNextRecord() and drv_getPrevRecord() - fieldCount() added, dont fully works yet |
|
More...
|
about 22 years ago
|
| - KexiDB::Connection::tableSchema() updated for new KexiDB::Connection::executeQuery() semantic. - DriverManager::self() no longer needed. |
|
More...
|
about 22 years ago
|
| lib name update for new api |
|
More...
|
about 22 years ago
|
| small updates |
|
More...
|
about 22 years ago
|
| - KexiDB::Object::setErrorMsg renamed to setError - KexiDB::DriverManager is now just a container for one reference to Internal Library's Driver Manager, so all you are expected to do is to remember about deleting KexiDB::DriverManager instance in your app. You can create many KexiDB::DriverManager objects. - KexiDB lib now handles automatic deletion of drivers after last KexiDB::DriverManager object deletion (thus refcount==0). - tests/newapi now looks more simply at the end of main.cpp file :) |
|
More...
|
about 22 years ago
|
| - Connection::prepareQuery() added for creating not opened cursors. - Connection::executeQuery() now automatically opens the query with created cursor. - Connection::destroy() convenient method added for obligatory use in Conenction subclasses' dctors. destroy() just disconnets() and takes the Connection object out of parent (Driver). - SQLiteConnection updated for above requirements - Cursors and tabledefs are now deleted not in ~Connection but on every Connection::disconnect(). - kexidb/tests/newapi also compiles with qmake and runs on unix |
|
More...
|
about 22 years ago
|
| added missing initializer and check |
|
More...
|
about 22 years ago
|
| SQLITE an MYSQL export-def-wrappers are not required outside of drivers' implementation. Moved to adequate drivers' Makefile.am-s. |
|
More...
|
about 22 years ago
|
| update |
|
More...
|
about 22 years ago
|
| moved to newapi/ |
|
More...
|
about 22 years ago
|
| newapi test moved |
|
More...
|
about 22 years ago
|
| tests dir fix |
|
More...
|
about 22 years ago
|
| make sqlite driver compile |
|
More...
|
about 22 years ago
|
| New rule for ~Connection(): Note for drivers writers: you should call disconnect() from you Connection's subclass' destructor. |
|
More...
|
about 22 years ago
|
| update |
|
More...
|
about 22 years ago
|
| make it comile on older qt |
|
More...
|
about 22 years ago
|
| error code support, const methods, KService* ->KService::Ptr, js's test application |
|
More...
|
about 22 years ago
|
| old version of values encoding commented out for future convenvience |
|
More...
|
about 22 years ago
|
| compile the whole kexidb dir now |
|
More...
|
about 22 years ago
|
| better compile it on unix :) |
|
More...
|
about 22 years ago
|
| kexidbdriver.desktop -> kexidb_driver.desktop |
|
More...
|
about 22 years ago
|
| compile |
|
More...
|
about 22 years ago
|
| New Kexi DB API with implementation. This does not fully work yet. If you need old (working) api - check out full kexi module with: 'cvs co -r old_db_api'. |
|
More...
|
about 22 years ago
|