| Commit message (Expand) | Author | Age | Files | Lines |
| * | - [feature] The after_attach event is now | Mike Bayer | 2012-04-24 | 1 | -2/+2 |
| * | - [bug] column.label(None) now produces an | Mike Bayer | 2012-04-24 | 1 | -2/+3 |
| * | - [bug] The warning emitted when using | Mike Bayer | 2012-04-24 | 1 | -1/+2 |
| * | - [bug] The "passive" flag on Session.is_modified() | Mike Bayer | 2012-04-24 | 2 | -39/+30 |
| * | - [feature] New standalone function with_polymorphic() | Mike Bayer | 2012-04-23 | 4 | -102/+197 |
| * | - [removed] The legacy "mutable" system of the | Mike Bayer | 2012-04-23 | 5 | -217/+8 |
| * | the callcounts are greater here since object_mapper() has a little more overh... | Mike Bayer | 2012-04-23 | 1 | -3/+1 |
| * | - some adjustments to keep hybrid properties working | Mike Bayer | 2012-04-23 | 2 | -5/+6 |
| * | merge patch for [ticket:2208]. This still needs documentation. | Mike Bayer | 2012-04-23 | 9 | -73/+214 |
| |\ |
|
| | * | - the inspect interface is done, needs docs. | Mike Bayer | 2012-04-04 | 7 | -126/+218 |
| | * | begin implementing inspection system for #2208 | Mike Bayer | 2012-04-03 | 4 | -9/+60 |
| * | | - re-merge + CHANGES | Mike Bayer | 2012-04-23 | 2 | -3/+1 |
| |\ \ |
|
| | * | | make auto-correlation the same for Query & select() | Diana Clarke | 2012-04-02 | 2 | -3/+1 |
| | |/ |
|
| * | | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 6 | -73/+85 |
| * | | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 5 | -607/+1044 |
| |\ \ |
|
| | * | | then spiff up that error msg | Mike Bayer | 2012-04-03 | 1 | -2/+7 |
| | * | | - move create_lazy_clause() to relationships | Mike Bayer | 2012-04-01 | 2 | -110/+69 |
| | * | | almost through all the fine tuning | Mike Bayer | 2012-02-25 | 1 | -17/+27 |
| | * | | start to work on error messages, allow foreign_keys as only argument | Mike Bayer | 2012-02-25 | 1 | -15/+56 |
| | * | | - figured out again why deannotate must clone() | Mike Bayer | 2012-02-11 | 2 | -166/+207 |
| | * | | many fixes but still can't get heuristics to work as well as what's existing, | Mike Bayer | 2012-02-11 | 3 | -3/+10 |
| | * | | - move properties to use the new create_joins | Mike Bayer | 2012-02-10 | 3 | -149/+74 |
| | * | | fix up this test | Mike Bayer | 2012-02-10 | 1 | -1/+0 |
| | * | | - got m2m, local_remote_pairs, etc. working | Mike Bayer | 2012-02-09 | 5 | -335/+206 |
| | * | | - hooks in the new object to RelationshipProperty, restores the "local" annot... | Mike Bayer | 2012-02-08 | 2 | -431/+114 |
| | * | | new test that illustrates the breakage of partial remote side when FKs are as... | Mike Bayer | 2012-02-08 | 1 | -2/+2 |
| | * | | simplify remote annotation significantly, and also | Mike Bayer | 2012-02-08 | 2 | -125/+139 |
| | * | | local_remote_pairs/remote_side are comparing against existing | Mike Bayer | 2012-02-06 | 2 | -249/+53 |
| | * | | this version has easy cases going well. hard cases not so much | Mike Bayer | 2012-02-06 | 2 | -103/+385 |
| | * | | proof of concept. relationships.JoinCondition is given | Mike Bayer | 2012-02-06 | 1 | -0/+742 |
| | * | | initial annotations approach to join conditions. all tests pass, plus additi... | Mike Bayer | 2012-02-06 | 1 | -4/+36 |
| * | | | - [bug] Fixed bug in 0.7.6 introduced by | Mike Bayer | 2012-04-19 | 1 | -8/+85 |
| * | | | - [feature] Added new flag to @validates | Mike Bayer | 2012-04-11 | 3 | -25/+45 |
| | |/
|/| |
|
| * | | - [bug] Fixed bug whereby polymorphic_on | Mike Bayer | 2012-03-31 | 1 | -4/+5 |
| * | | - [feature] Added new for_update/with_lockmode() | Mike Bayer | 2012-03-21 | 1 | -2/+10 |
| * | | - 0.7.7 | Mike Bayer | 2012-03-20 | 1 | -1/+31 |
| * | | typos in lib/sqlalchemy/orm | Diana Clarke | 2012-03-17 | 2 | -8/+8 |
| * | | - add __table_cls__ option to declarative, not publicized yet, is for the moment | Mike Bayer | 2012-03-12 | 1 | -12/+8 |
| * | | - [bug] Fixed event registration bug | Mike Bayer | 2012-03-07 | 1 | -1/+1 |
| * | | - [bug] Fixed bug whereby objects using | Mike Bayer | 2012-03-05 | 1 | -15/+38 |
| * | | fix typos, SQL server also needs union all | Mike Bayer | 2012-03-03 | 1 | -4/+4 |
| * | | - [feature] Added cte() method to Query, | Mike Bayer | 2012-03-03 | 1 | -0/+56 |
| * | | - [bug] Fixed the repr() for CascadeOptions to | Mike Bayer | 2012-02-29 | 1 | -25/+40 |
| * | | plus add it to the scoping namespace | Mike Bayer | 2012-02-25 | 1 | -5/+7 |
| * | | - [feature] Added "no_autoflush" context | Mike Bayer | 2012-02-25 | 1 | -0/+28 |
| * | | document with_lockmode(), [ticket:2412] | Mike Bayer | 2012-02-20 | 1 | -1/+16 |
| * | | break up _join_left_to_right to call upon _prepare_right_side and _join_to_left. | Mike Bayer | 2012-02-16 | 1 | -13/+28 |
| * | | - fix some unclear phrases in query regarding polymorphic, | Mike Bayer | 2012-02-16 | 1 | -18/+16 |
| * | | - [bug] Fixed bug whereby MappedCollection | Mike Bayer | 2012-02-13 | 1 | -0/+11 |
| * | | - [feature] Added the ability to query for | Mike Bayer | 2012-02-12 | 2 | -6/+15 |