On Aug 14, 11:29 am, Michael Bayer <[EMAIL PROTECTED]> wrote:
> I just put beta2 up.  The important things in this release are major
> MS-SQL and Oracle fixes, after we got some on-the-ground testing done.
>
> Theres also a new function we're planning to use in Pylons called
> "engine_from_config()", which reads a configuration dictionary (such
> as from a .ini file) and returns an Engine instance.
>
> Also some enhancements to Session.execute() which may become important
> as we move more towards the "session-as-executor" model; if you are
> using multiple engines, execute() will search through the
> ClauseElement for tables that it can link to bound engines, thus
> reducing the need to pass a "mapper" along to it.

0.4 looks awesome. Some names jump out at me though:
* sessionmaker - Strange that it's a noun, and not a verb (like
make_session)
* bind/binds arguments - Strange that it's a verb, and not a noun (why
not engine/engines?)

Keep up the good work!

--
Brian Beck / Adventurer of the First Order / www.brianbeck.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to