File: /kexi/kexidb/driver.cpp
20 commits found

TimeRevisionRepliesAuthorMessageThursday, 10. August 2006
19:445718200staniekKexiDB = added BLOB-encoding/decoding-related functions = improved storing and retrieving "defaultValue" property of table field 2.0: merged


TimeRevisionRepliesAuthorMessageTuesday, 08. August 2006
21:065712280staniekSVN_SILENT typo


TimeRevisionRepliesAuthorMessageMonday, 07. August 2006
16:065707421279staniek* A test suite added for table altering * General - "skip-startup-dialog" command line option added = .pro files no longer used for building Kexi 2.0 Table Designer = fixed setting types and subtypes = fixed a crash when there are more than 50 "alter table" actions KexiDB = Field::typeForString() and Field::typeGroupForString() are now case-insensitive = added missing support for "indexed" and "type" properties for functions like KexiDB::setFieldProperty() = improved version-related parts of the API = server version information is retrieved CSV Export = GUI-less exporting is supported in the API (usable for tests) 2.0: merged


TimeRevisionRepliesAuthorMessageSunday, 02. July 2006
10:575570780staniekported to the new i18n() API


TimeRevisionRepliesAuthorMessageMonday, 05. June 2006
22:595485890staniekKexiDB - optimization: "rename table" action now uses "ALTER TABLE RENAME TO" SQL statement, O(1). - X-Kexi-DoNotAllowProjectImportingTo KexiDB driver propery added, false by defaut 2.0: ported


TimeRevisionRepliesAuthorMessageSunday, 21. May 2006
16:515432960martinKexiDB now links. tests/newapi/kexidbtest runs successfully.
12:175431350martinKexiDB now links. warnings--.
10:105431000martinKexiDB compiles - but how to make it link against kexiutils?


TimeRevisionRepliesAuthorMessageMonday, 08. May 2006
18:455387430staniekKexiDB - fixed converting floating-point values to SQL-compatible strings when the number was provided as string QVariant 1.0/2.0: ported


TimeRevisionRepliesAuthorMessageThursday, 13. April 2006
19:165295650staniekKexi 2.0 - merged changes since revision 523723


TimeRevisionRepliesAuthorMessageThursday, 30. March 2006
07:435242960mlaurentqt3to4


TimeRevisionRepliesAuthorMessageMonday, 27. March 2006
18:025232760mlaurentFix include


TimeRevisionRepliesAuthorMessageTuesday, 28. February 2006
19:595146140staniekPostgreSQL Driver - fixed escaping binary data (octal values are used for special characters) CCMAIL:kexi-devel@kde.org


TimeRevisionRepliesAuthorMessageThursday, 02. February 2006
09:525047960staniekSVN_SILENT: convert QString values to utf8 before encoding them for BLOB


TimeRevisionRepliesAuthorMessageWednesday, 01. February 2006
21:595047190staniekSVN_SILENT compile, warnings--
21:095047050staniekKexiDB - MySQL: added temporary (unoptimized) implementation of Prepared Statement - MySQL, SQLite: fixed inserting BLOB data (without Prepared Statements) - MySQL: fixed fetching BLOB data (without Prepared Statements) - most debug lines commented out CSV Import Dialog - fixed importing for MySQL backend Form Designer - fixed saving images (binary data) to MySQL backend


TimeRevisionRepliesAuthorMessageWednesday, 04. January 2006
15:074943051562staniekKexiDB - SQLite: opened files are now locked for read/write by default; related error messages improved Simple Printouts - pages to print can be selected - number of copies can be entered - pages collation switch on or off (i.e. 1-2..n; 1-2..n.... for collation and 1-1-...1; 2-2..2; .. for "no collation") - page count is properly computed and printed on the footer as "Page x of y" - "Page Setup" action added; now it's window is only presented when user really wants this - text of the page title properly updated Startup - "--skip-dialog" command line option added. Skips displaying connection dialog\n" and connects directly. Available when opening .kexic or .kexis shortcut files. - opening server-based projects works in File->Open when there's already project opened. - "--connection <shortcut_filename>" command line option added. Specifies a database connection shortcut .kexic file containing connection data. Can be used with --createdb or --create-opendb for convenience instead of using options like --user, --host or --port. Note: Options like --user, --host have precedence over settings defined in the shortcut file. - creating server-based projects works in File->New when there's already project opened. Migration - Project Migration Wizard is proposed if a server-based database is incompatible with Kexi and cannot be opened - if a destination for imported project is a server, it is also opened after imported, if user wanted this CCMAIL:kexi-devel@kde.org
08:444942020binnerdon't return random data


TimeRevisionRepliesAuthorMessageWednesday, 21. December 2005
22:134904600staniekSimple Printouts - added Simple Printouts window with print preview and settings Table View - failed accepting of row editing now cancels window closing - fixes for updating row data (this was sometimes visible in Table Designer) Table Designer - avoid asking twice for saving changes to the design on window closing - find unique name for autogenerated primary key fields Kexi Core - possibility of adding non-db-aware windows/tabs in Kexi General - added --print and --printpreview command line options - (temporary) mini-kolibs added to get print settings stuff and remain independent on kolibs CCMAIL: kexi-devel@kde.org


TimeRevisionRepliesAuthorMessageSunday, 02. October 2005
17:544664473zanderCVSSILENT: update FSF address