| Commit message (Expand) | Author | Age | Files | Lines |
| * | - session.refresh() raises an informative error message if | Mike Bayer | 2008-07-05 | 4 | -12/+37 |
| * | Ugh, learning to use git-svn, [4884] was not supposed to go upstream. Reverting. | Ants Aasma | 2008-07-01 | 1 | -4/+0 |
| * | Session.bind gets used as a default even when table/mapper specific binds are... | Ants Aasma | 2008-07-01 | 1 | -1/+2 |
| * | query update and delete need to autoflush | Ants Aasma | 2008-07-01 | 1 | -0/+4 |
| * | - fixed up vertical.py | Mike Bayer | 2008-06-28 | 1 | -2/+14 |
| * | `session.Query().iterate_instances()` has been renamed to just `instances()`.... | Gaëtan de Menten | 2008-06-25 | 1 | -15/+4 |
| * | - Repaired `__str__()` method on Query. [ticket:1066] | Mike Bayer | 2008-06-24 | 1 | -1/+1 |
| * | - Fixed explicit, self-referential joins between two | Mike Bayer | 2008-06-22 | 1 | -6/+6 |
| * | - merged r4868, disallow overly long names from create/drop, from 0.4 branch,... | Mike Bayer | 2008-06-22 | 2 | -21/+42 |
| * | - fixed some concrete inheritance ramifications regarding r4866 | Mike Bayer | 2008-06-21 | 1 | -4/+4 |
| * | - implemented [ticket:887], refresh readonly props upon save | Mike Bayer | 2008-06-21 | 2 | -17/+48 |
| * | - In addition to expired attributes, deferred attributes | Mike Bayer | 2008-06-21 | 2 | -4/+16 |
| * | better comment | Gaëtan de Menten | 2008-06-20 | 1 | -1/+2 |
| * | - Added is_active flag to Sessions to detect when | Mike Bayer | 2008-06-17 | 1 | -1/+7 |
| * | - merged r4841 from 0.4 branch (enable_typechecks lockdown) | Mike Bayer | 2008-06-12 | 2 | -8/+8 |
| * | docstrings for instances()/iterate_instances() | Mike Bayer | 2008-06-09 | 1 | -0/+17 |
| * | - Query.UpdateDeleteTest.test_delete_fallback fails on mysql due to subquery ... | Mike Bayer | 2008-06-09 | 5 | -142/+77 |
| * | merged merge fix from r4834/rel_0_4 branch | Mike Bayer | 2008-06-03 | 2 | -2/+5 |
| * | make Query._clone() class-agnostic | Mike Bayer | 2008-06-02 | 2 | -6/+2 |
| * | - removed query.min()/max()/sum()/avg(). these should be called using column... | Mike Bayer | 2008-06-02 | 4 | -74/+144 |
| * | merged r4829 of rel_0_4, [ticket:1058] | Mike Bayer | 2008-06-01 | 2 | -2/+6 |
| * | - improved the attribute and state accounting performed by query.update() and... | Mike Bayer | 2008-05-29 | 1 | -5/+20 |
| * | Add delete and update methods to query | Ants Aasma | 2008-05-29 | 1 | -3/+93 |
| * | Not implemenented binary ops also raise UnevaluatableError | Ants Aasma | 2008-05-29 | 1 | -0/+2 |
| * | Preliminary implementation for the evaluation framework | Ants Aasma | 2008-05-29 | 1 | -0/+96 |
| * | added string argument resolution to relation() in conjunction with declarativ... | Mike Bayer | 2008-05-26 | 1 | -2/+10 |
| * | - PropertyLoader.foreign_keys becomes private | Mike Bayer | 2008-05-24 | 2 | -104/+92 |
| * | - removed info about _local_remote_pairs from PropertyLoader.__determine_fks | Mike Bayer | 2008-05-24 | 2 | -5/+5 |
| * | Removed inlining for list.append. | Jason Kirtland | 2008-05-23 | 1 | -7/+1 |
| * | - unrolled loops for the simplified Session.get_bind() args | Jason Kirtland | 2008-05-21 | 1 | -18/+18 |
| * | - globally renamed refresh_instance to refresh_state | Mike Bayer | 2008-05-21 | 4 | -54/+41 |
| * | Updated fixmes. | Jason Kirtland | 2008-05-21 | 1 | -4/+4 |
| * | Updated some todos. | Jason Kirtland | 2008-05-21 | 2 | -3/+2 |
| * | - Docstring fix. | Jason Kirtland | 2008-05-21 | 1 | -6/+6 |
| * | - More uses of exc.NO_STATE | Jason Kirtland | 2008-05-21 | 2 | -67/+66 |
| * | - Centralized 'x is not mapped' reporting into sa.orm.exc. | Jason Kirtland | 2008-05-21 | 3 | -29/+131 |
| * | Refactor-o fix. | Jason Kirtland | 2008-05-21 | 1 | -1/+1 |
| * | - Fleshed out Session.get_bind(), generating a couple todos: [ticket:1053], [... | Jason Kirtland | 2008-05-20 | 2 | -529/+646 |
| * | - added test for threadlocal not supporting begin_nested() | Mike Bayer | 2008-05-18 | 1 | -10/+5 |
| * | begin() pre-issues a flush() in all cases, better fix for [ticket:1046] and a... | Mike Bayer | 2008-05-16 | 1 | -9/+1 |
| * | dont raise assertions when in autocommit mode [ticket:1046] | Mike Bayer | 2008-05-16 | 1 | -1/+1 |
| * | added an assertion to prevent against the use in [ticket:1048] | Mike Bayer | 2008-05-16 | 2 | -1/+4 |
| * | auto exists remembers to alias in the case of explicit selectable with of_typ... | Mike Bayer | 2008-05-16 | 1 | -2/+4 |
| * | Eep. | Jason Kirtland | 2008-05-14 | 1 | -1/+0 |
| * | Query.one() raises either NoResultFound or MultipleResultsFound, [ticket:1034] | Jason Kirtland | 2008-05-14 | 2 | -5/+17 |
| * | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 1 | -2/+6 |
| * | - renamed query.slice_() to query.slice() | Mike Bayer | 2008-05-13 | 1 | -3/+3 |
| * | - LIMIT/OFFSET of zero is detected within compiler and is counted | Mike Bayer | 2008-05-13 | 1 | -25/+38 |
| * | - fixed propagation of operate() for aliased relation descriptors | Mike Bayer | 2008-05-13 | 2 | -0/+7 |
| * | scaled back the equivalents determined in _equivalent_columns to just current... | Mike Bayer | 2008-05-12 | 1 | -26/+5 |