[SQLObject] AND syntax in sqlobject 0.6
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Akki N. <ak...@ak...> - 2004-09-27 11:41:42
|
Hi everybody! Did anything changed with the AND syntax in sqlobject 0.6 Here's my code: old_entries = ServerEntrie.select(AND (ServerEntrie.q.entrieDate < time.time() - 3600, ServerEntrie.q.entrieStatus != 4)) And here's the exection: NameError: global name 'AND' is not defined What is my mistake? Is there some different to sqlobject 0.5 Thank you! Akki ############################################################# The freedom of meaning one thing and saying something different is not permitted. E.W. Dijkstra |