[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/doc/dev
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2004-07-23 18:06:53
Message-ID: 20040723180653.EB1F89985 () office ! kde ! org
[Download RAW message or body]

CVS commit by staniek: 

issues added


  M +20 -4     CHANGELOG-Kexi-js   1.133
  M +5 -0      sqlite_issues.txt   1.3


--- koffice/kexi/doc/dev/CHANGELOG-Kexi-js  #1.132:1.133
@@ -285,5 +285,5 @@
 1. katepart on win32: void KateSyntaxDocument::setupModeList (bool force)
    Works slowly for the 1st time because there is no cache. 
-   Workaround: removed most of apps/katepart/syntac/*.xml files
+   Workaround: removed most of apps/katepart/syntax/*.xml files
 
 CC_MAIL: dkite@shaw.ca
@@ -293,7 +293,4 @@
         -perhaps we'd reuse KDE Menu editor GUI?
  
-TODO:
-add KexiViewBase::removeDataBlock() so we can use it in KexiFormPart::remove()
-
 TODO: Query designer: update query after change in Connection cache
 TODO: Kate Part: call qApp->processEvents() on highlighting schema loading, 
@@ -309,4 +306,23 @@
 - remove single-char token names with chars (more readable + more effective)
 
+2004-07-23
+Core
+- KexiViewBase::removeDataBlock() and KexiDialogBase::removeDataBlock() added.
+- more error messages added
+Main
+- Startup dialog re-enabled
+KexiDB
+- Utils: most smaller functions are now inline
+- optimizations:
+  * Connection::querySingleRecord(), querySingleString():
+    " LIMIT 1" is added to the statement
+  * Connection::resultExists(): "SELECT 1 FROM (<statement>) LIMIT 1" 
+     statement is executed
+  * Connection::resultCount() added: "SELECT COUNT() FROM (<statement>)" 
+     statement is executed
+- Cursor::open(): sets error message when needed
+Query Designer
+- KexiQueryView: shows error on failed execution
+
 2004-07-22
 Main

--- koffice/kexi/doc/dev/sqlite_issues.txt  #1.2:1.3
@@ -78,4 +78,9 @@
 
 ----------------------------------------------------------------
+8. ERRORS Found
+8.1 select * from (select name from persons limit 1) limit 2
+ -should return 1 row; returns 2
+
+----------------------------------------------------------------
 
 HINTS:


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic