- DriverManagerInternal::slotAppQuits() used to destroy all drivers on QApplication quit, so even if there are DriverManager's static instances that are destroyed on program "static destruction", drivers are not kept after QApplication death. |
|
More...
|
almost 22 years ago
|
tableview test passes now, yay :o) |
|
More...
|
almost 22 years ago
|
inlines fixed for newer compilers |
|
More...
|
almost 22 years ago
|
-added id for connectiondata -some const added |
|
More...
|
almost 22 years ago
|
i will get the tableview test to work !!!!!! |
|
More...
|
almost 22 years ago
|
some changes for kmdi wrapper on kde3.1 |
|
More...
|
almost 22 years ago
|
started added implementation for new cursor stuff...passes all but tableview test |
|
More...
|
almost 22 years ago
|
compleatly rewrote core: - kexi isn't dependend of koffice libs anymore - kexi's parts are loaded on demand - kexi uses KMDI now - kexi can use database files directly to open - the meta table approach is adopted to the forntend - core is strictly split up in a gui and a non-gui part |
|
More...
|
almost 22 years ago
|
buffer code fixed |
|
More...
|
almost 22 years ago
|
Cursor: m_beforeFirst is probably not needed anymore; m_at==0 is enough |
|
More...
|
almost 22 years ago
|
removed 'inline' keyword from severl functions to get to compile on gcc 3.3.1 |
|
More...
|
almost 22 years ago
|
- Cursor: some members made private or protected - Field: isNumericType(), isTextType() added, etc.; type names are now i18n'd in an array; some methods inlined |
|
More...
|
almost 22 years ago
|
- SQLiteConnection:: sqlite_freemem() used to free error message when needed; the same for SQLiteCursor - serverResult(), etc. methods aded also to Cursor class, so finer grained error info is available |
|
More...
|
almost 22 years ago
|
Documentation added for few newer and older methods. |
|
More...
|
almost 22 years ago
|
- KexiDB::Cursor: many code like drv_getNextRecord() moved from SQLiteCursor down to Cursor class |
|
More...
|
almost 22 years ago
|
QCString -> QString in drivername |
|
More...
|
almost 22 years ago
|
- KexiDB::ConenctionData: now offers (optional) driverName info - KexiDB::Driver::Info (short usefull structure) is now offered by DriverManager |
|
More...
|
almost 22 years ago
|
by default there is no valid record |
|
More...
|
almost 22 years ago
|
mimetype updated |
|
More...
|
almost 22 years ago
|
CVS_SILENT: more debug |
|
More...
|
almost 22 years ago
|
Trying to get cursor positioning logic right |
|
More...
|
almost 22 years ago
|
CVS_SILENT: some more debug |
|
More...
|
almost 22 years ago
|
Changed implementation to use result object instead of cursor, and leave the cursor stuff to kexidb. Also changed transaction type to 'nontransaction' |
|
More...
|
almost 22 years ago
|
CVS_SILENT: small update |
|
More...
|
almost 22 years ago
|
CVS_SILENT: drv name list is not lower case now |
|
More...
|
almost 22 years ago
|
Connection::lastInsertedAutoIncValue() introduced |
|
More...
|
almost 22 years ago
|
- KexiDB driver services' properties updated: - X-Kexi-DriverType=[File|Network] - and X-Kexi-FileDBDriverMime (for file-based drivers only; for sqlite it is: application/x-sqlite) -MimeType property removed - startup speed improoved: drivers lookup in KexiDB::DriverManager is now on demand. - Driver name now reuses QObject::name() |
|
More...
|
almost 22 years ago
|
properties set updated |
|
More...
|
almost 22 years ago
|
Passes cursor test but fails tableview test due to a bug in (i think) create table putting bad data in tables |
|
More...
|
almost 22 years ago
|
Used a more professional comment for driver :) |
|
More...
|
almost 22 years ago
|