Files
sqlalchemy/test
Mike Bayer ecee1fb16c - create_engine() reworked to be strict about incoming **kwargs. all keyword
arguments must be consumed by one of the dialect, connection pool, and engine
constructors, else a TypeError is thrown which describes the full set of
invalid kwargs in relation to the selected dialect/pool/engine configuration.
2006-11-12 20:50:51 +00:00
..
2006-10-01 23:15:53 +00:00
2006-09-05 17:16:26 +00:00