mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-18 06:32:08 -04:00
9ff169028d
- built extensible operator framework in sql package, ORM builds on top of it to shuttle python operator objects back down to the individual columns. no relation() comparisons yet. implements half of [ticket:643]