Steve Bergman wrote:
Ian Bicking wrote:If you use Class.q.employeePhone, that should translate to class.employee_phone in the SQL.Is that supposed to work in this context?
No, you have to use it with SQLBuilder syntax, like queryAll(sqlbuilder.Select( [Client.q.clientName, ...], where=(Timesheet.q.clientID == Client.q.id, ...))) -- Ian Bicking / [EMAIL PROTECTED] / http://blog.ianbicking.org

