Kexi/Releases/Kexi 2.5.3: Difference between revisions
Appearance
Created page with "__TOC__ See also Feature Plan for Kexi. ==List of changes== <div style="background-color:#fff0d2;padding:1em;"> General *Force lowe..." |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
*Force lower case letters for object identifiers (except for widget names) | *Force lower case letters for object identifiers (except for widget names) | ||
**Also fix support for objects renamed to not-all-lowercase in earlier version of Kexi. | **Also fix support for objects renamed to not-all-lowercase in earlier version of Kexi. | ||
{{bug|306523}} | **{{bug|306523}} | ||
Database Support Library (KexiDB) | Database Support Library (KexiDB) | ||
*Keep table names in original format but compare them in case-insensitive way when needed. This way importing from databases with tables upper-case characters works. | *Keep table names in original format but compare them in case-insensitive way when needed. This way importing from databases with tables upper-case characters works. | ||
*SQLite Driver: Fix possible data loss of compacted file when | *SQLite Driver: Fix possible data loss of compacted file when tools crash or fail for any reason | ||
Line 30: | Line 31: | ||
Table Designer | Table Designer | ||
*Fix possible crash when saving changes to design of table used elsewhere | *Fix possible crash when saving changes to design of table used elsewhere | ||
{{bug|306672}} | **{{bug|306672}} | ||
Query Designer | Query Designer | ||
*Fix: Missing "*" (All Columns) item in Query Designer (it was present in Kexi 2.2 and ealier) | *Fix: Missing "*" (All Columns) item in Query Designer (it was present in Kexi 2.2 and ealier) | ||
{{bug|306577}} | **{{bug|306577}} | ||
</div> | </div> |
Latest revision as of 19:12, 13 October 2012
See also Feature Plan for Kexi.
List of changes
General
- Force lower case letters for object identifiers (except for widget names)
- Also fix support for objects renamed to not-all-lowercase in earlier version of Kexi.
- Bug #306523
Database Support Library (KexiDB)
- Keep table names in original format but compare them in case-insensitive way when needed. This way importing from databases with tables upper-case characters works.
- SQLite Driver: Fix possible data loss of compacted file when tools crash or fail for any reason
Database Migration
- Fix invalid SQL generation for database import
- Fix importing from databases when table names contain upper-case characters
Main Window
- Fix crashes on Kexi closing
- display names in tab bars, not captions (for consistency); names are displayed in the Project Navigator too
Table Designer
- Fix possible crash when saving changes to design of table used elsewhere
Query Designer
- Fix: Missing "*" (All Columns) item in Query Designer (it was present in Kexi 2.2 and ealier)