[Zope] Revision Control / CVS / SVN integration with ZODB?

2005-11-07 Thread Michael Schwartz
Zope has been a fantastic environment for our application (a front end for an Asterisk PBX application), but now that more people are contributing to the development effort, it is becoming a challenge to keep the various environments in sync. The project is now hundreds of page templates, sql

[Zope-DB] newbie DTML: multiple WHERE

2005-05-22 Thread Michael Schwartz
I'd like to pass in a string and a list to a ZSQL method. For example: user: foo ids: [1, 2, 3, 4, 5] I'd like to create a ZSQL method that does an update on multiple rows. For example: Arguments: user, ids (string, list) UPDATE myTable SET Owner = dtml-sqlvar user