Re: [sqlalchemy] some question about SQLAlchemu development

2010-03-01 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Bayer ha scritto: On Feb 28, 2010, at 8:12 PM, Manlio Perillo wrote: Michael Bayer ha scritto: [...] * I have noted that some database objects not directly attached to a metadata, like a Sequence, can leave the database in an

Re: [sqlalchemy] some question about SQLAlchemu development

2010-03-01 Thread Michael Bayer
Manlio Perillo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Bayer ha scritto: On Feb 28, 2010, at 8:12 PM, Manlio Perillo wrote: Michael Bayer ha scritto: [...] * I have noted that some database objects not directly attached to a metadata, like a Sequence, can leave the

Re: [sqlalchemy] some question about SQLAlchemu development

2010-03-01 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Bayer ha scritto: [...] I'm not sure, however, if `test_schema` method test should go in `test/engine/test_reflection.py`, since it is not directly related to reflection. With the old patch

Re: [sqlalchemy] some question about SQLAlchemu development

2010-03-01 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Bayer ha scritto: [...] I'm not sure, however, if `test_schema` method test should go in `test/engine/test_reflection.py`, since it is not directly related to reflection. With the old patch

[sqlalchemy] some question about SQLAlchemu development

2010-02-28 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I recently wrote my first big patch for SQLAlchemy: http://www.sqlalchemy.org/trac/attachment/ticket/1679/schema.patch and I have some questions about the source code. * Why objects like Sequence have a `__visit_name__ = 'sequence'`, and the

Re: [sqlalchemy] some question about SQLAlchemu development

2010-02-28 Thread Michael Bayer
On Feb 28, 2010, at 5:05 PM, Manlio Perillo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I recently wrote my first big patch for SQLAlchemy: http://www.sqlalchemy.org/trac/attachment/ticket/1679/schema.patch and I have some questions about the source code. * Why

Re: [sqlalchemy] some question about SQLAlchemu development

2010-02-28 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Bayer ha scritto: [...] * I have noted that some database objects not directly attached to a metadata, like a Sequence, can leave the database in an inconsistent state if the associated test suite fails. I have the same problem with

Re: [sqlalchemy] some question about SQLAlchemu development

2010-02-28 Thread Michael Bayer
On Feb 28, 2010, at 8:12 PM, Manlio Perillo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Bayer ha scritto: [...] * I have noted that some database objects not directly attached to a metadata, like a Sequence, can leave the database in an inconsistent state if the