[Zope] z3c.sqlalchemy 1.0.0 released - Integration of SQLAlchemy with Zope 2/3

2007-05-05 Thread Andreas Jung
I am pleased to announce the first public release of z3c.sqlalchemy V 1.0.0 What is z3c.sqlalchemy? === z3c.sqlalchemy is yet another wrapper around SQLAlchemy. The functionality of the wrapper is basically focused on easy integration with Zope 2 and Zope

[Zope] Re: Upgrade woes: BTreeFolder --> BTreeFolder2

2007-05-05 Thread Ken Ara
Also unable to delete using zopectl debug, but is there an additional clue at the end of this traceback? : >>> app.OrgDocumentLibrary.manage_delObjects(['Documents']) 2007-05-05 07:37:17 WARNING OFS.Uninstalled Could not import class 'BTree' from module 'BTree' Traceback (most recent call last):

[Zope] SQLAlchemy 0.2 released - a generic database adapter for Zope 2

2007-05-05 Thread Andreas Jung
I am pleased to announce the first public release of SQLAlchemyDA V 0.2.0 Download: - What is SQLAlchemyDA? - SQLAlchemyDA is both a tiny frontend to the z3c.sqlalchemy SQLAlche

Re: [Zope] Upgrade woes: BTreeFolder --> BTreeFolder2

2007-05-05 Thread Dieter Maurer
Ken Ara wrote at 2007-5-4 14:18 -0700: > ... >Could the solution be to redefine this product into >something really simple and then kill it off? There are receipes around how to get rid of objects that are not deletable by normal ways. Usually, they help to delete objects that cause "POSKeyError"

Re: [Zope] SQLAlchemy 0.2 released - a generic database adapter for Zope 2

2007-05-05 Thread Tino Wildenhain
Andreas Jung schrieb: I am pleased to announce the first public release of SQLAlchemyDA V 0.2.0 Nice, saves me a lot of time :-) Btw, what do you think about an idea to (alternatively) configure db-connections in zope.conf? Just to add security (nobody could read credentials,

Re: [Zope] SQLAlchemy 0.2 released - a generic database adapter for Zope 2

2007-05-05 Thread Andrew Milton
+---[ Andreas Jung ]-- | | I am pleased to announce the first public release of | | SQLAlchemyDA V 0.2.0 Does this allow us to have "proper" connection pooling instead of simply having 1 connection per "DA" per configured worker thread as it is with "nor

Re: [Zope] SQLAlchemy 0.2 released - a generic database adapter for Zope 2

2007-05-05 Thread Andreas Jung
--On 5. Mai 2007 20:58:39 +0200 Tino Wildenhain <[EMAIL PROTECTED]> wrote: Andreas Jung schrieb: I am pleased to announce the first public release of SQLAlchemyDA V 0.2.0 Nice, saves me a lot of time :-) Btw, what do you think about an idea to (alternatively) configure db

Re: [Zope] SQLAlchemy 0.2 released - a generic database adapter for Zope 2

2007-05-05 Thread Andreas Jung
--On 6. Mai 2007 05:59:57 +1000 Andrew Milton <[EMAIL PROTECTED]> wrote: +---[ Andreas Jung ]-- | | I am pleased to announce the first public release of | | SQLAlchemyDA V 0.2.0 Does this allow us to have "proper" connection pooling instead of simply