summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - [feature] The behavior of column targetingMike Bayer2012-04-249-27/+109
* - [feature] The after_attach event is nowMike Bayer2012-04-243-3/+30
* - [feature] the SQLite date and time typesMike Bayer2012-04-244-44/+185
|\
| * Improve SQLite DATETIME storage format handling [ticket:2363]Nathan Wright2012-03-123-44/+174
| * Move a SQLLite datetime test to a new DateTimeTest caseNathan Wright2012-03-121-9/+12
* | Move a SQLLite datetime test to a new DateTimeTest caseNathan Wright2012-03-121-9/+12
* | - remove sqlsoup [ticket:2262]Mike Bayer2012-04-247-1275/+14
* | update doc versionMike Bayer2012-04-241-3/+3
* | - [bug] column.label(None) now produces anMike Bayer2012-04-245-23/+16
* | - [feature] Added a new systemMike Bayer2012-04-247-44/+177
* | - [feature] The column_reflect event nowMike Bayer2012-04-244-5/+13
* | - [bug] The warning emitted when usingMike Bayer2012-04-243-2/+29
* | - [bug] The "passive" flag on Session.is_modified()Mike Bayer2012-04-244-40/+41
* | callcount tweak here, this moved up due to r5b6237e3f068Mike Bayer2012-04-241-2/+1
* | - [bug] The names of the columns on theMike Bayer2012-04-246-62/+37
* | changelog adjustMike Bayer2012-04-241-8/+9
* | - [bug] removed legacy behavior wherebyMike Bayer2012-04-244-56/+16
* | - [feature] New standalone function with_polymorphic()Mike Bayer2012-04-2310-471/+744
* | - [removed] The legacy "mutable" system of theMike Bayer2012-04-2311-978/+32
* | the callcounts are greater here since object_mapper() has a little more overh...Mike Bayer2012-04-232-4/+2
* | - some adjustments to keep hybrid properties workingMike Bayer2012-04-233-6/+7
* | merge patch for [ticket:2208]. This still needs documentation.Mike Bayer2012-04-2321-144/+697
|\ \
| * | - the inspect interface is done, needs docs.Mike Bayer2012-04-0410-266/+454
| * | merge fixMike Bayer2012-04-031-1/+1
| |\ \
| * | | begin implementing inspection system for #2208Mike Bayer2012-04-0313-77/+429
* | | | - re-merge + CHANGESMike Bayer2012-04-235-5/+91
|\ \ \ \
| * | | | make auto-correlation the same for Query & select()Diana Clarke2012-04-023-5/+81
* | | | | - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-2310-93/+122
* | | | | - merged #1401 branch from bitbucketMike Bayer2012-04-2223-907/+2919
|\ \ \ \ \
| * | | | | then spiff up that error msgMike Bayer2012-04-032-3/+13
| * | | | | every test passing for test_relationshipsMike Bayer2012-04-031-88/+76
| * | | | | - move create_lazy_clause() to relationshipsMike Bayer2012-04-014-111/+96
| * | | | | almost through all the fine tuningMike Bayer2012-02-253-178/+213
| * | | | | start to work on error messages, allow foreign_keys as only argumentMike Bayer2012-02-255-46/+488
| * | | | | - figured out again why deannotate must clone()Mike Bayer2012-02-119-254/+421
| * | | | | many fixes but still can't get heuristics to work as well as what's existing,Mike Bayer2012-02-118-16/+188
| * | | | | tweak for correlated subqueries here, seems to work for test_eager_relations:...Mike Bayer2012-02-102-1/+18
| * | | | | - move properties to use the new create_joinsMike Bayer2012-02-104-154/+79
| * | | | | add a test for reverse remoteMike Bayer2012-02-101-3/+24
| * | | | | fix up this testMike Bayer2012-02-102-15/+40
| * | | | | - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-0911-459/+597
| * | | | | - hooks in the new object to RelationshipProperty, restores the "local" annot...Mike Bayer2012-02-084-449/+152
| * | | | | new test that illustrates the breakage of partial remote side when FKs are as...Mike Bayer2012-02-082-5/+50
| * | | | | merge tipMike Bayer2012-02-081-151/+0
| |\ \ \ \ \
| * | | | | | simplify remote annotation significantly, and alsoMike Bayer2012-02-086-129/+243
| * | | | | | local_remote_pairs/remote_side are comparing against existingMike Bayer2012-02-063-250/+123
| * | | | | | this version has easy cases going well. hard cases not so muchMike Bayer2012-02-063-118/+512
| * | | | | | proof of concept. relationships.JoinCondition is givenMike Bayer2012-02-062-0/+817
| * | | | | | initial annotations approach to join conditions. all tests pass, plus additi...Mike Bayer2012-02-068-27/+110
* | | | | | | 0.8 initial prepMike Bayer2012-04-222-3/+28