Files
sqlalchemy/lib/sqlalchemy/sql
Mike Bayer 6122c3ad48 - session.execute() will execute a Sequence object passed to
it (regression from 0.4).
- Removed the "raiseerror" keyword argument from object_mapper()
  and class_mapper().  These functions raise in all cases
  if the given class/instance is not mapped.
- Refined ExtensionCarrier to be itself a dict, removed
'methods' accessor
- moved identity_key tests to test/orm/utils.py
- some docstrings
2008-09-28 19:10:22 +00:00
..
2008-07-15 19:46:24 +00:00