ANN: Comparison operators in <dtml-sqltest>
22 Sep
1999
22 Sep
'99
3:16 a.m.
Here's the first cut of my patch to add different comparison operators to dtml-sqltest. This will allow you to write SQL methods like: SELECT * FROM bar WHERE <dtml-sqltest foo op=like type=string> which will generate code like this: SELECT * FROM bar WHERE foo like 'Baz%' You can also use all the other comparison operators like <, <=, >, >=, <> etc. You can get the patch at: http://www.zope.org/Members/hughe Comments, suggestions, bug-fixes welcome. Enjoy, Hugh
9693
Age (days ago)
9693
Last active (days ago)
0 comments
1 participants
participants (1)
-
hugh@embertech.com