Roundup Tracker - Issues

Message3778

Author schlatterbeck
Recipients ajaksu2, ber, richard, schlatterbeck, tobias-herp
Date 2009-07-13.20:37:27
Message-id <20090713203726.GD14182@runtux.com>
In-reply-to <1247510267.06.0.622649015208.issue1182919@psf.upfronthosting.co.za>
On Mon, Jul 13, 2009 at 06:37:47PM +0000, Tobias wrote:
> 
> As mentioned before, the purpose of the expression function is:
> development, prove of concept, testablity;  a small step before the SQL
> expression.  Furthermore, I'm not sure whether all of our database
> backends support expressions like "a BETWEEN x AND y" or "a IN (1, 2,
> 5)", and IIRC we store integers as CHARs;  reasons enough to use Python
> expressions for a first shot, I think.

Fine. You'll need a python expression for the non-SQL backends. I think
only anydbm is left of these.
History
Date User Action Args
2009-07-13 20:37:27schlatterbecksetrecipients: + schlatterbeck, richard, ber, tobias-herp, ajaksu2
2009-07-13 20:37:27schlatterbecklinkissue1182919 messages
2009-07-13 20:37:27schlatterbeckcreate