mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-18 06:32:08 -04:00
a9d93d7467
- 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.