Files
sqlalchemy/test/dialect
Mike Bayer a9d93d7467 - refinement of connection.execute() , parameter processing behavior
- Connection's dealings with params are simplified; generation of
ClauseParameters pushed into DefaultDialect.
- simplified ClauseParameters.
- this is to make room for execute_raw() but I haven't decided how that
should look yet.
2007-07-23 15:52:09 +00:00
..