1
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Oct 27, 2024 — Oct 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- KexiDB::Cursor: - movePrev(), bof() added; - drv_getRecord() splitted to drv_getNextRecord() and drv_getPrevRecord() - fieldCount() added, dont fully works yet
Jarosław Staniek
as Jaroslaw Staniek
More... about 22 years ago
- KexiDB::Connection::tableSchema() updated for new KexiDB::Connection::executeQuery() semantic. - DriverManager::self() no longer needed.
Jarosław Staniek
as Jaroslaw Staniek
More... about 22 years ago
lib name update for new api
Jarosław Staniek
as Jaroslaw Staniek
More... about 22 years ago
small updates
Jarosław Staniek
as Jaroslaw Staniek
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 :)
Jarosław Staniek
as Jaroslaw Staniek
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
Jarosław Staniek
as Jaroslaw Staniek
More... about 22 years ago
added missing initializer and check
Jarosław Staniek
as Jaroslaw Staniek
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.
Jarosław Staniek
as Jaroslaw Staniek
More... about 22 years ago
update
Jarosław Staniek
as Jaroslaw Staniek
More... about 22 years ago
moved to newapi/
Jarosław Staniek
as Jaroslaw Staniek
More... about 22 years ago
newapi test moved
Jarosław Staniek
as Jaroslaw Staniek
More... about 22 years ago
tests dir fix
Jarosław Staniek
as Jaroslaw Staniek
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.
Jarosław Staniek
as Jaroslaw Staniek
More... about 22 years ago
update
Jarosław Staniek
as Jaroslaw Staniek
More... about 22 years ago
make it comile on older qt
Jarosław Staniek
as Jaroslaw Staniek
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
Jarosław Staniek
as Jaroslaw Staniek
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'.
Jarosław Staniek
as Jaroslaw Staniek
More... about 22 years ago