| Commit message (Expand) | Author | Age | Files | Lines |
| * | - ensure all tests are named test_* | Mike Bayer | 2014-07-30 | 1 | -3/+3 |
| * | - reverse course in #3061 so that we instead no longer set None in the attribute | Mike Bayer | 2014-06-23 | 1 | -0/+110 |
| * | - Additional checks have been added for the case where an inheriting | Mike Bayer | 2014-06-20 | 1 | -4/+4 |
| * | - The "primaryjoin" model has been stretched a bit further to allow | Mike Bayer | 2014-04-19 | 1 | -1/+149 |
| * | - Added a new parameter :paramref:`.Operators.op.is_comparison`. This | Mike Bayer | 2014-01-31 | 1 | -0/+39 |
| * | - Support is improved for supplying a :func:`.join` construct as the | Mike Bayer | 2014-01-22 | 1 | -1/+186 |
| * | - The ``viewonly`` flag on :func:`.relationship` will now prevent | Mike Bayer | 2013-11-19 | 1 | -0/+114 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -4/+4 |
| * | - fix a regression caused by #2587, where query.join() would apply an | Mike Bayer | 2013-06-27 | 1 | -0/+2 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -13/+13 |
| * | - need autoincrement here | Mike Bayer | 2013-02-06 | 1 | -1/+2 |
| * | Fixed the consideration of the ``between()`` operator | Mike Bayer | 2013-02-02 | 1 | -0/+67 |
| * | Allow use of synonyms in primaryjoin / secondaryjoin conditions | Richard Mitchell | 2012-11-27 | 1 | -1/+57 |
| * | merge | Mike Bayer | 2012-09-29 | 1 | -2/+27 |
| |\ |
|
| | * | - fix annotation transfer when producing m2m backref, [ticket:2578] | Mike Bayer | 2012-09-28 | 1 | -2/+27 |
| * | | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+5 |
| |/ |
|
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -117/+117 |
| * | then spiff up that error msg | Mike Bayer | 2012-04-03 | 1 | -1/+6 |
| * | every test passing for test_relationships | Mike Bayer | 2012-04-03 | 1 | -88/+76 |
| * | almost through all the fine tuning | Mike Bayer | 2012-02-25 | 1 | -160/+141 |
| * | start to work on error messages, allow foreign_keys as only argument | Mike Bayer | 2012-02-25 | 1 | -21/+237 |
| * | - figured out again why deannotate must clone() | Mike Bayer | 2012-02-11 | 1 | -57/+59 |
| * | - got m2m, local_remote_pairs, etc. working | Mike Bayer | 2012-02-09 | 1 | -16/+63 |
| * | new test that illustrates the breakage of partial remote side when FKs are as... | Mike Bayer | 2012-02-08 | 1 | -3/+48 |
| * | merge tip | Mike Bayer | 2012-02-08 | 1 | -151/+0 |
| |\ |
|
| | * | some work on the #1401 branch has discovered that this very old test is point... | Mike Bayer | 2012-02-08 | 1 | -148/+0 |
| * | | simplify remote annotation significantly, and also | Mike Bayer | 2012-02-08 | 1 | -0/+3 |
| * | | initial annotations approach to join conditions. all tests pass, plus additi... | Mike Bayer | 2012-02-06 | 1 | -0/+2 |
| |/ |
|
| * | - Changed the handling in determination of join | Mike Bayer | 2011-05-07 | 1 | -3/+2 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -17/+25 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -60/+61 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -54/+54 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -82/+354 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -94/+94 |
| * | - A little more verbiage to the "primaryjoin" error, | Mike Bayer | 2010-12-30 | 1 | -7/+53 |
| * | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -4/+4 |
| |\ |
|
| | * | merge tip | Mike Bayer | 2010-11-18 | 1 | -125/+264 |
| | |\ |
|
| | * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
| * | | | - merge mapper simpler compile branch, [ticket:1966] | Mike Bayer | 2010-11-26 | 1 | -47/+47 |
| |\ \ \ |
|
| | * \ \ | merge tip | Mike Bayer | 2010-11-18 | 1 | -132/+271 |
| | |\ \ \
| | | |/
| | |/| |
|
| | * | | | [ticket:1966] implementation | Mike Bayer | 2010-11-15 | 1 | -47/+47 |
| | | |/
| |/| |
|
| * | | | - modernize MutableTypesTest, add tests for expired/deferred to establish 0.6... | Mike Bayer | 2010-11-19 | 1 | -3/+2 |
| * | | | - active_history flag also added to composite(). | Mike Bayer | 2010-11-19 | 1 | -1/+2 |
| | |/
|/| |
|
| * | | - Added active_history flag to relationship() | Mike Bayer | 2010-11-18 | 1 | -125/+264 |
| |/ |
|
| * | - Similarly, for relationship(), foreign_keys, | Mike Bayer | 2010-08-21 | 1 | -0/+30 |
| * | - Another pass through the series of error messages | Mike Bayer | 2010-08-14 | 1 | -17/+182 |
| * | - converted all lazy=True|False|None to 'select'|'joined'|'noload' | Mike Bayer | 2010-03-24 | 1 | -2/+2 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -128/+185 |
| * | - Fixed bug which caused "row switch" logic, that is an | Mike Bayer | 2010-03-16 | 1 | -2/+2 |
| * | - added test for #1737 | Mike Bayer | 2010-03-16 | 1 | -0/+64 |