this is a minor release that is primarily to fix a connection pool
issue revealed earlier today.  The pool issue was introduced in 0.3.9
and did not exist in prior versions, and only affects the behavior of
"timeout", nothing to do with the state integrity of the pool or its
connections.   The release also fixes some small bugs involving
binding connections directly to MetaData as well as Sessions.

This is the "release of the zeroes".  Not only number 10 in the 0.3.
series, we also just hit SVN rev 3000 today (!), and this rev also hit
exactly 700 unit tests.  (although 0.4 is nearing 800 at this point).

the internet is a klunky kind of dump truck today, with sporadic
problems reaching SA's host, Python's cheeseshop, and others, so try
sourceforge if cheeseshop is not responding.

download 0.3.10 at:

http://www.sqlalchemy.org/download.html


0.3.10
- general
    - a new mutex that was added in 0.3.9 causes the pool_timeout
      feature to fail during a race condition; threads would
      raise TimeoutError immediately with no delay if many threads
      push the pool into overflow at the same time.  this issue has
been
      fixed.
- sql
    - better quoting of identifiers when manipulating schemas
    - got connection-bound metadata to work with implicit execution
    - foreign key specs can have any chararcter in their identifiers
     [ticket:667]
    - added commutativity-awareness to binary clause comparisons to
      each other, improves ORM lazy load optimization [ticket:664]
- orm
    - cleanup to connection-bound sessions, SessionTransaction
- mysql
    - fixed issue with tables in alternate schemas [ticket:662]
- postgres
    - fixed max identifier length (63) [ticket:571]


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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