Re: [Zope3-Users] Generations and sql

2006-07-22 Thread David Pratt
Hi Chris. This is really great to know. I haven't yet experimented with z3 generations this way but hoping for the same success. Many thanks. Regards, David Chris McDonough wrote: I use the Zope 2 generations machinery to manage SQL DDL for Postgres. It works pretty good. - C On Jul 19, 20

Re: [Zope3-Users] Generations and sql

2006-07-19 Thread Chris McDonough
I use the Zope 2 generations machinery to manage SQL DDL for Postgres. It works pretty good. - C On Jul 19, 2006, at 2:48 PM, David Pratt wrote: I am interested in hearing from anyone who may be using generations in conjunction with relational database storages in zope3 as a means of mai

[Zope3-Users] Generations and sql

2006-07-19 Thread David Pratt
I am interested in hearing from anyone who may be using generations in conjunction with relational database storages in zope3 as a means of maintaining their schemas. Does anyone have any experience with this to indicate how well this works for rdb's. Many thanks. Regards, David __