summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - [feature] The after_attach event is nowMike Bayer2012-04-241-2/+2
* - [bug] column.label(None) now produces anMike Bayer2012-04-241-2/+3
* - [bug] The warning emitted when usingMike Bayer2012-04-241-1/+2
* - [bug] The "passive" flag on Session.is_modified()Mike Bayer2012-04-242-39/+30
* - [feature] New standalone function with_polymorphic()Mike Bayer2012-04-234-102/+197
* - [removed] The legacy "mutable" system of theMike Bayer2012-04-235-217/+8
* the callcounts are greater here since object_mapper() has a little more overh...Mike Bayer2012-04-231-3/+1
* - some adjustments to keep hybrid properties workingMike Bayer2012-04-232-5/+6
* merge patch for [ticket:2208]. This still needs documentation.Mike Bayer2012-04-239-73/+214
|\
| * - the inspect interface is done, needs docs.Mike Bayer2012-04-047-126/+218
| * begin implementing inspection system for #2208Mike Bayer2012-04-034-9/+60
* | - re-merge + CHANGESMike Bayer2012-04-232-3/+1
|\ \
| * | make auto-correlation the same for Query & select()Diana Clarke2012-04-022-3/+1
| |/
* | - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-236-73/+85
* | - merged #1401 branch from bitbucketMike Bayer2012-04-225-607/+1044
|\ \
| * | then spiff up that error msgMike Bayer2012-04-031-2/+7
| * | - move create_lazy_clause() to relationshipsMike Bayer2012-04-012-110/+69
| * | almost through all the fine tuningMike Bayer2012-02-251-17/+27
| * | start to work on error messages, allow foreign_keys as only argumentMike Bayer2012-02-251-15/+56
| * | - figured out again why deannotate must clone()Mike Bayer2012-02-112-166/+207
| * | many fixes but still can't get heuristics to work as well as what's existing,Mike Bayer2012-02-113-3/+10
| * | - move properties to use the new create_joinsMike Bayer2012-02-103-149/+74
| * | fix up this testMike Bayer2012-02-101-1/+0
| * | - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-095-335/+206
| * | - hooks in the new object to RelationshipProperty, restores the "local" annot...Mike Bayer2012-02-082-431/+114
| * | new test that illustrates the breakage of partial remote side when FKs are as...Mike Bayer2012-02-081-2/+2
| * | simplify remote annotation significantly, and alsoMike Bayer2012-02-082-125/+139
| * | local_remote_pairs/remote_side are comparing against existingMike Bayer2012-02-062-249/+53
| * | this version has easy cases going well. hard cases not so muchMike Bayer2012-02-062-103/+385
| * | proof of concept. relationships.JoinCondition is givenMike Bayer2012-02-061-0/+742
| * | initial annotations approach to join conditions. all tests pass, plus additi...Mike Bayer2012-02-061-4/+36
* | | - [bug] Fixed bug in 0.7.6 introduced byMike Bayer2012-04-191-8/+85
* | | - [feature] Added new flag to @validatesMike Bayer2012-04-113-25/+45
| |/ |/|
* | - [bug] Fixed bug whereby polymorphic_onMike Bayer2012-03-311-4/+5
* | - [feature] Added new for_update/with_lockmode()Mike Bayer2012-03-211-2/+10
* | - 0.7.7Mike Bayer2012-03-201-1/+31
* | typos in lib/sqlalchemy/ormDiana Clarke2012-03-172-8/+8
* | - add __table_cls__ option to declarative, not publicized yet, is for the momentMike Bayer2012-03-121-12/+8
* | - [bug] Fixed event registration bugMike Bayer2012-03-071-1/+1
* | - [bug] Fixed bug whereby objects usingMike Bayer2012-03-051-15/+38
* | fix typos, SQL server also needs union allMike Bayer2012-03-031-4/+4
* | - [feature] Added cte() method to Query,Mike Bayer2012-03-031-0/+56
* | - [bug] Fixed the repr() for CascadeOptions toMike Bayer2012-02-291-25/+40
* | plus add it to the scoping namespaceMike Bayer2012-02-251-5/+7
* | - [feature] Added "no_autoflush" contextMike Bayer2012-02-251-0/+28
* | document with_lockmode(), [ticket:2412]Mike Bayer2012-02-201-1/+16
* | break up _join_left_to_right to call upon _prepare_right_side and _join_to_left.Mike Bayer2012-02-161-13/+28
* | - fix some unclear phrases in query regarding polymorphic,Mike Bayer2012-02-161-18/+16
* | - [bug] Fixed bug whereby MappedCollectionMike Bayer2012-02-131-0/+11
* | - [feature] Added the ability to query forMike Bayer2012-02-122-6/+15