[sqlalchemy] Re: Using TurboGears/SQLAlchemy with SQL Server, via adodbapi

2007-01-01 Thread Michael Bayer
hi Paul - If you want to make a patch for these changes, that would be great. Im looking at mssql.py and it seems to have a lot of twiddly details for both pymssql and ado (I didnt write the mssql.py module), so I can't readily say what the proper solutions should be. Rick Morrison is the

[sqlalchemy] Order of constraints at creation time

2007-01-01 Thread [EMAIL PROTECTED]
[This is a repost, direct mail wasn't working] Hi all, I spent a moment at fixing here and there to make some test work under firebird. I'm out of luck figuring out the proper solution for engine.ReflectionTest.testbasic: FB2 fails here because the test tries to create a table with a primary

[sqlalchemy] Order of constraints at creation time

2007-01-01 Thread Lele Gaifax
Hi all, I spent a moment at fixing here and there to make some test work under firebird. I'm out of luck figuring out the proper solution for engine.ReflectionTest.testbasic: FB2 fails here because the test tries to create a table with a primary key and a foreign key to itself, but the issued

[sqlalchemy] Order of constraints at creation time

2007-01-01 Thread Lele Gaifax
Hi all, I spent a moment at fixing here and there to make some test work under firebird. I'm out of luck figuring out the proper solution for engine.ReflectionTest.testbasic: FB2 fails here because the test tries to create a table with a primary key and a foreign key to itself, but the

[sqlalchemy] constants in strings

2007-01-01 Thread ml
Hi! Just for curiosity: why sqlalchemy is using constants in strings? E.g.: cascade = all, delete-orphan Why not something like: cascade = ALL | DELETE_ORPHAN I'm asking because I realized that when I make a mistake in the string the sqlalchemy doesn't report anything and my program crashes

[sqlalchemy] Mailman trunk now backed by SQLAlchemy

2007-01-01 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I thought I would let you know that I've committed a bunch of changes to the Mailman svn trunk that integrates a SQLAlchemy storage for all mailing list data. My goal was to be able to make this change without disrupting the basic

[sqlalchemy] Re: Mailman trunk now backed by SQLAlchemy

2007-01-01 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jan 1, 2007, at 3:24 PM, Michael Bayer wrote: I may put a note on the SQLAlchemy site about this, its big news ! Please feel free Mike, and thanks! - -Barry -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Darwin)

[sqlalchemy] Re: constants in strings

2007-01-01 Thread Michael Bayer
for simplicity and also it was emulating that of hibernate. better solution here would be for invalid options inside the cascade string to raise an error. ive added ticket #406 for this. --~--~-~--~~~---~--~~ You received this message because you are