| Commit message (Expand) | Author | Age | Files | Lines |
| * | - [feature] The behavior of column targeting | Mike Bayer | 2012-04-24 | 5 | -17/+62 |
| * | - [feature] The after_attach event is now | Mike Bayer | 2012-04-24 | 1 | -2/+2 |
| * | - [feature] the SQLite date and time types | Mike Bayer | 2012-04-24 | 2 | -44/+92 |
| |\ |
|
| | * | Improve SQLite DATETIME storage format handling [ticket:2363] | Nathan Wright | 2012-03-12 | 2 | -44/+92 |
| * | | - remove sqlsoup [ticket:2262] | Mike Bayer | 2012-04-24 | 2 | -815/+0 |
| * | | - [bug] column.label(None) now produces an | Mike Bayer | 2012-04-24 | 2 | -14/+3 |
| * | | - [feature] Added a new system | Mike Bayer | 2012-04-24 | 4 | -43/+83 |
| * | | - [feature] The column_reflect event now | Mike Bayer | 2012-04-24 | 2 | -4/+4 |
| * | | - [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 |
| * | | - [bug] The names of the columns on the | Mike Bayer | 2012-04-24 | 2 | -19/+18 |
| * | | - [bug] removed legacy behavior whereby | Mike Bayer | 2012-04-24 | 1 | -48/+1 |
| * | | - [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 | 7 | -428/+17 |
| * | | 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 | 12 | -77/+269 |
| |\ \ |
|
| | * | | - 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 | 7 | -13/+115 |
| * | | | - 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 | 7 | -80/+98 |
| * | | | | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 11 | -657/+1223 |
| |\ \ \ \ |
|
| | * | | | | 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 | 3 | -111/+74 |
| | * | | | | 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 | 3 | -18/+74 |
| | * | | | | - figured out again why deannotate must clone() | Mike Bayer | 2012-02-11 | 5 | -175/+221 |
| | * | | | | many fixes but still can't get heuristics to work as well as what's existing, | Mike Bayer | 2012-02-11 | 4 | -5/+11 |
| | * | | | | tweak for correlated subqueries here, seems to work for test_eager_relations:... | Mike Bayer | 2012-02-10 | 1 | -1/+6 |
| | * | | | | - 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 | 7 | -347/+294 |
| | * | | | | - 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 | 4 | -125/+148 |
| | * | | | | 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 | 4 | -25/+71 |
| * | | | | | 0.8 initial prep | Mike Bayer | 2012-04-22 | 1 | -1/+1 |
| * | | | | | - [bug] Fixed bug in 0.7.6 introduced by | Mike Bayer | 2012-04-19 | 1 | -8/+85 |
| * | | | | | - [bug] UPDATE..FROM syntax with SQL Server | Mike Bayer | 2012-04-18 | 2 | -1/+17 |
| * | | | | | - mysql [bug] Fixed bug whereby if cast() is used | Mike Bayer | 2012-04-16 | 1 | -2/+2 |
| * | | | | | Merged in bentrofatter/sqlalchemy-informix-dialect-fix (pull request #7) | Mike Bayer | 2012-04-12 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Changed misspelled 'altere' reserved word to 'alter' | Benjamin Trofatter | 2012-04-12 | 1 | -1/+1 |
| * | | | | | | - [bug] If conn.begin() fails when calling | Mike Bayer | 2012-04-12 | 1 | -1/+5 |
| |/ / / / / |
|
| * | | | | | - test explicitly for 'VIEW', 'SYSTEM VIEW' | Mike Bayer | 2012-04-12 | 1 | -1/+1 |
| * | | | | | Modified MySQLDialect.get_view_names() to also return system views such as th... | elazar | 2012-04-11 | 1 | -2/+1 |
| * | | | | | - [feature] Added new flag to @validates | Mike Bayer | 2012-04-11 | 3 | -25/+45 |