commit-gnue
[Top][All Lists]
Advanced

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

r5760 - trunk/gnue-common/src/datasources


From: johannes
Subject: r5760 - trunk/gnue-common/src/datasources
Date: Mon, 26 Apr 2004 13:28:58 -0500 (CDT)

Author: johannes
Date: 2004-04-26 13:28:57 -0500 (Mon, 26 Apr 2004)
New Revision: 5760

Modified:
   trunk/gnue-common/src/datasources/GConditions.py
Log:
'null' is also a valid condition element


Modified: trunk/gnue-common/src/datasources/GConditions.py
===================================================================
--- trunk/gnue-common/src/datasources/GConditions.py    2004-04-25 15:28:56 UTC 
(rev 5759)
+++ trunk/gnue-common/src/datasources/GConditions.py    2004-04-26 18:28:57 UTC 
(rev 5760)
@@ -297,7 +297,8 @@
   'le':              (2,   2, GCle  ),
   'like':            (2,   2, GClike ),
   'notlike':         (2,   2, GCnotlike ),
-  'between':         (3,   3, GCbetween )
+  'between':         (3,   3, GCbetween ),
+  'null':            (1,   1, GCnull)
   }
 
 





reply via email to

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