mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-28 03:26:01 -04:00
a55d6c5f35
when keys are present in insert.values() or update.values() that aren't in the target table is now an exception. [ticket:2415]