[Erp5-dev] [Erp5-report] ERP5 r24898: 2308 Tests, 1 Errors, 12 Failures

Vincent Pelletier vincent at nexedi.com
Wed Dec 17 09:39:42 CET 2008


Le Tuesday 16 December 2008 14:29:25 Boris Kocherov, vous avez écrit :
>    What do you think about using of object relational mapping libraries
> to resolve this problem? May be, http://www.sqlalchemy.org seems good
> for this?

I'm not sure we want to add a dependancy on this just for worklist caching.

> Sqlalchemy allows automatic schema migration
> http://code.google.com/p/sqlalchemy-migrate/.

There is actualy no migration required: worklist cache table is dropped at 
each refresh anyway (faster than "delete from ..."), so what is needed is 
merely a way to retrieve what is needed to generate a "create table" query 
dynamicaly.

-- 
Vincent Pelletier



More information about the Erp5-dev mailing list