Message3778
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. |
|
Date |
User |
Action |
Args |
2009-07-13 20:37:27 | schlatterbeck | set | recipients:
+ schlatterbeck, richard, ber, tobias-herp, ajaksu2 |
2009-07-13 20:37:27 | schlatterbeck | link | issue1182919 messages |
2009-07-13 20:37:27 | schlatterbeck | create | |
|