Commit Graph

5 Commits

Author SHA1 Message Date
Mike Bayer ed4fc64bb0 merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3. 2007-07-27 04:08:53 +00:00
Mike Bayer 9aa1b946ed hopefully resolved all the PG deadlocks occuring here 2007-07-20 20:22:35 +00:00
Jason Kirtland 834c0e9056 Merged lower case caching, fetching from r2955
Be sure to close rows fetched in reflection (if not autoclosed)
Fixed bind test, needed transactional storage engine for mysql
2007-07-20 19:43:46 +00:00
Mike Bayer a3f25674fc - fixes for connection bound sessions, connection-bound compiled objects via metadata 2007-07-16 21:29:27 +00:00
Mike Bayer d115a8c94e - the various "engine" arguments, such as "engine", "connectable",
"engine_or_url", "bind_to", etc. are all present, but deprecated.
they all get replaced by the single term "bind".  you also
set the "bind" of MetaData using
metadata.bind = <engine or connection>.  this is part of 0.4
forwards compatibility where "bind" is the only keyword.
[ticket:631]
2007-07-12 22:03:48 +00:00