[sqlalchemy] Re: SQLAlchemy questions

2008-04-14 Thread Paul Johnston
Hi, I think you'll do well to switch to an open library, I certainly found it worthwhile when I made a similar switch 18 months ago. And that's despite getting side-tracked making SA support MSSQL more completely :-) On you specific points: 1. Be able to call custom functions when a field is

[sqlalchemy] Re: SQLAlchemy questions

2008-04-14 Thread Michael Bayer
On Apr 14, 2008, at 4:46 PM, John Sutherland wrote: 5. We also have a circumstance where we have 2 objects in difference databases that represent the same thing, but have a slightly different schema (someone named one field differently), is it possible to have a single object or table