Commit Graph

5 Commits

Author SHA1 Message Date
Mike Bayer 46dcf1fa5d doc edits, moved object display in uowdumper to be hex, fixed test runner in parseconnect 2006-09-25 16:22:32 +00:00
Mike Bayer 8260ca2723 - cleanup on connection methods + documentation. custom DBAPI
arguments specified in query string, 'connect_args' argument
to 'create_engine', or custom creation function via 'creator'
function to 'create_engine'.
- added "recycle" argument to Pool, is "pool_recycle" on create_engine,
defaults to 3600 seconds; connections after this age will be closed and
replaced with a new one, to handle db's that automatically close
stale connections [ticket:274]
2006-08-25 16:27:10 +00:00
Mike Bayer a8d1aecfab - urls support escaped characters in passwords [ticket:281] 2006-08-22 18:58:01 +00:00
Mike Bayer 55edd4ce95 adjument to regexp for parsing courtesy Barry Warsaw 2006-07-10 21:33:03 +00:00
Mike Bayer 120dcee5a7 reorganized unit tests into subdirectories 2006-06-05 17:25:51 +00:00