Hello, I'm very interested in the work proposed to use SQLAlchemy for 
parts of the OPenERP ORM.

In particular, the addition of "data versioning (time dependent data in 
fields)".

Has this work been started in the trunk or is there a particular branch 
I can checkout to see how this is progressing ?

Thanks.



---------------------------------------------------------
30) The ORM layer is being ported to SQL Alchemy. We plan to remain the most
compatible possible so that you will not have to rewrite existing modules,ยท
while using the most possible of SQL Alchemy features. We planned 3 
man*months. on this project and expect to finnish this by the end of may 
/ middle of june. The final result will provide:
being database independant: support for MySQL, Oracle
use the power of SQLAlchemy in your module's code
add features provided by SQL Alchemy
data versioning (time dependant dat in fields)
better schema migrations/handling
more powerful orm, supporting expressions like: 
partnerid.country_id.name == 'Belgium"
use less memory due to a better connection pool handling
_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to