commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7635 - in trunk: gnue-common gnue-forms


From: reinhard
Subject: [gnue] r7635 - in trunk: gnue-common gnue-forms
Date: Tue, 21 Jun 2005 09:02:30 -0500 (CDT)

Author: reinhard
Date: 2005-06-21 09:02:28 -0500 (Tue, 21 Jun 2005)
New Revision: 7635

Modified:
   trunk/gnue-common/BUGS
   trunk/gnue-forms/BUGS
Log:
Cleaned up BUGS files.


Modified: trunk/gnue-common/BUGS
===================================================================
--- trunk/gnue-common/BUGS      2005-06-21 08:16:15 UTC (rev 7634)
+++ trunk/gnue-common/BUGS      2005-06-21 14:02:28 UTC (rev 7635)
@@ -5,23 +5,11 @@
   This matches the behaviour of the code when it was in designer only
   Need to find out if this was a known issue and if so then if any
   work was done to rectify it
-* Some drivers are broken for time fields (time without date)
+* Some drivers are broken for time fields (time without date) (due to bugs in
+  the DBSIG2 module)
 * Different drivers return different Python datatypes for the same type of row
-  (for example for date, time, and datetime fields)
-* Field dictionaries (_fieldReferences, _modifiedFlags) are sometimes accessed
-  with lower'ed fieldnames and sometimes with original fieldnames. This results
-  in strange behaviour in several cases, most notably in SQLite not saving any
-  fields that contain uppercase characters in their fieldname.
-* There is no concept of "no record"; to display "nothing" (for example
-  when entering query mode or for the empty line in a dropdown), a new empty
-  record is created - and initialized. This shouldn't be.
-* The post of a result set removes all empty records from the list of cached
-  records. Following access to the result set results in an IndexError
-* The cache in datasources can contain obsoleted values if actions like insert,
-  delete or commit do automatic server side changes (especially if dealing with
-  Appserver). Actually, any operation that can cause Appserver to call a
-  trigger or a procedure would have to invalidate the *complete* client side
-  cache.
+  (for example for date, time, and datetime fields) (due to different behavior
+  of the DBSIG2 module)
 
 
 rpc

Modified: trunk/gnue-forms/BUGS
===================================================================
--- trunk/gnue-forms/BUGS       2005-06-21 08:16:15 UTC (rev 7634)
+++ trunk/gnue-forms/BUGS       2005-06-21 14:02:28 UTC (rev 7635)
@@ -18,6 +18,10 @@
   Reproduce: Appserver's sample.gfd, change to country tab, query, change to
   person tab, enter anything, save.
 
+* There is no concept of "no record"; to display "nothing" (for example
+  when entering query mode or for the empty line in a dropdown), a new empty
+  record is created - and initialized. This shouldn't be.
+
 select text with mouse and cut doesn't work with wx driver
 
 tab key presses in dropdowns on Win32 are not correct with wx driver





reply via email to

[Prev in Thread] Current Thread [Next in Thread]