summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - session.refresh() raises an informative error message ifMike Bayer2008-07-054-12/+37
* Ugh, learning to use git-svn, [4884] was not supposed to go upstream. Reverting.Ants Aasma2008-07-011-4/+0
* Session.bind gets used as a default even when table/mapper specific binds are...Ants Aasma2008-07-011-1/+2
* query update and delete need to autoflushAnts Aasma2008-07-011-0/+4
* - fixed up vertical.pyMike Bayer2008-06-281-2/+14
* `session.Query().iterate_instances()` has been renamed to just `instances()`....Gaëtan de Menten2008-06-251-15/+4
* - Repaired `__str__()` method on Query. [ticket:1066]Mike Bayer2008-06-241-1/+1
* - Fixed explicit, self-referential joins between twoMike Bayer2008-06-221-6/+6
* - merged r4868, disallow overly long names from create/drop, from 0.4 branch,...Mike Bayer2008-06-222-21/+42
* - fixed some concrete inheritance ramifications regarding r4866Mike Bayer2008-06-211-4/+4
* - implemented [ticket:887], refresh readonly props upon saveMike Bayer2008-06-212-17/+48
* - In addition to expired attributes, deferred attributesMike Bayer2008-06-212-4/+16
* better commentGaëtan de Menten2008-06-201-1/+2
* - Added is_active flag to Sessions to detect whenMike Bayer2008-06-171-1/+7
* - merged r4841 from 0.4 branch (enable_typechecks lockdown)Mike Bayer2008-06-122-8/+8
* docstrings for instances()/iterate_instances()Mike Bayer2008-06-091-0/+17
* - Query.UpdateDeleteTest.test_delete_fallback fails on mysql due to subquery ...Mike Bayer2008-06-095-142/+77
* merged merge fix from r4834/rel_0_4 branchMike Bayer2008-06-032-2/+5
* make Query._clone() class-agnosticMike Bayer2008-06-022-6/+2
* - removed query.min()/max()/sum()/avg(). these should be called using column...Mike Bayer2008-06-024-74/+144
* merged r4829 of rel_0_4, [ticket:1058]Mike Bayer2008-06-012-2/+6
* - improved the attribute and state accounting performed by query.update() and...Mike Bayer2008-05-291-5/+20
* Add delete and update methods to queryAnts Aasma2008-05-291-3/+93
* Not implemenented binary ops also raise UnevaluatableErrorAnts Aasma2008-05-291-0/+2
* Preliminary implementation for the evaluation frameworkAnts Aasma2008-05-291-0/+96
* added string argument resolution to relation() in conjunction with declarativ...Mike Bayer2008-05-261-2/+10
* - PropertyLoader.foreign_keys becomes privateMike Bayer2008-05-242-104/+92
* - removed info about _local_remote_pairs from PropertyLoader.__determine_fksMike Bayer2008-05-242-5/+5
* Removed inlining for list.append.Jason Kirtland2008-05-231-7/+1
* - unrolled loops for the simplified Session.get_bind() argsJason Kirtland2008-05-211-18/+18
* - globally renamed refresh_instance to refresh_stateMike Bayer2008-05-214-54/+41
* Updated fixmes.Jason Kirtland2008-05-211-4/+4
* Updated some todos.Jason Kirtland2008-05-212-3/+2
* - Docstring fix.Jason Kirtland2008-05-211-6/+6
* - More uses of exc.NO_STATEJason Kirtland2008-05-212-67/+66
* - Centralized 'x is not mapped' reporting into sa.orm.exc.Jason Kirtland2008-05-213-29/+131
* Refactor-o fix.Jason Kirtland2008-05-211-1/+1
* - Fleshed out Session.get_bind(), generating a couple todos: [ticket:1053], [...Jason Kirtland2008-05-202-529/+646
* - added test for threadlocal not supporting begin_nested()Mike Bayer2008-05-181-10/+5
* begin() pre-issues a flush() in all cases, better fix for [ticket:1046] and a...Mike Bayer2008-05-161-9/+1
* dont raise assertions when in autocommit mode [ticket:1046]Mike Bayer2008-05-161-1/+1
* added an assertion to prevent against the use in [ticket:1048]Mike Bayer2008-05-162-1/+4
* auto exists remembers to alias in the case of explicit selectable with of_typ...Mike Bayer2008-05-161-2/+4
* Eep.Jason Kirtland2008-05-141-1/+0
* Query.one() raises either NoResultFound or MultipleResultsFound, [ticket:1034]Jason Kirtland2008-05-142-5/+17
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-2/+6
* - renamed query.slice_() to query.slice()Mike Bayer2008-05-131-3/+3
* - LIMIT/OFFSET of zero is detected within compiler and is countedMike Bayer2008-05-131-25/+38
* - fixed propagation of operate() for aliased relation descriptorsMike Bayer2008-05-132-0/+7
* scaled back the equivalents determined in _equivalent_columns to just current...Mike Bayer2008-05-121-26/+5