[Zope] optional integer arguments

Evan Simpson evan@tokenexchange.com
Wed, 9 Jun 1999 14:36:50 -0500


Try like so:

GetStuff:
arguments: foo bar

SELECT theanswer FROM some_table
<!--#sqlgroup where-->
  some_value=3
<!--#and-->
  <!--#sqltest foo type=int optional-->
<!--#and-->
  <!--#sqltest bar type=int optional-->
<!--#/sqlgroup-->