| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | add autoincrements here hopefully fixing oracle test | Mike Bayer | 2012-03-14 | 1 | -4/+8 |
| * | | - expand the check to determine if a selectable column is embedded | Mike Bayer | 2012-02-29 | 1 | -3/+64 |
| * | | remove the "produce test" approach from the polymorphic_rel tests, | Mike Bayer | 2012-02-28 | 2 | -1520/+1609 |
| * | | - fix some unclear phrases in query regarding polymorphic, | Mike Bayer | 2012-02-16 | 4 | -1308/+1872 |
| * | | modify these tests to ensure the CASE output is being used fully | Mike Bayer | 2012-02-14 | 1 | -16/+22 |
| |/ |
|
| * | - [bug] Fixed bug whereby a table-bound Column | Mike Bayer | 2012-01-22 | 1 | -0/+32 |
| * | - rework the test suite to make use of SkipTest for tests skipped, unsupporte... | Mike Bayer | 2012-01-22 | 1 | -2/+2 |
| * | follow the pattern set earlier in the tests | Diana Clarke | 2011-12-11 | 1 | -35/+13 |
| * | whitespace pass | Diana Clarke | 2011-12-11 | 1 | -998/+1427 |
| * | add autoincrement directive for oracle | Mike Bayer | 2011-12-09 | 1 | -2/+4 |
| * | - Standalone expressions in polymorphic_on | Mike Bayer | 2011-12-09 | 1 | -2/+50 |
| * | - [feature] polymorphic_on now accepts many | Mike Bayer | 2011-12-09 | 1 | -18/+145 |
| * | - [bug] Calls to query.join() to a single-table | Mike Bayer | 2011-12-03 | 1 | -2/+49 |
| * | - The behavior of =/!= when comparing a scalar select | Mike Bayer | 2011-09-23 | 1 | -1/+1 |
| * | - Fixed bug regarding calculation of "from" list | Mike Bayer | 2011-09-05 | 1 | -7/+0 |
| * | - Fixed bug where query.join() + aliased=True | Mike Bayer | 2011-07-30 | 1 | -0/+112 |
| * | - Added the same "columns-only" check to | Mike Bayer | 2011-06-08 | 1 | -0/+13 |
| * | - polymorphic_union() gets a "cast_nulls" option, | Mike Bayer | 2011-05-12 | 1 | -1/+57 |
| * | - Changed the handling in determination of join | Mike Bayer | 2011-05-07 | 1 | -13/+63 |
| * | - mapper() will ignore non-configured foreign keys | Mike Bayer | 2011-05-07 | 1 | -0/+83 |
| * | - Fixed bug where determination of "self referential" | Mike Bayer | 2011-05-07 | 1 | -0/+119 |
| * | random cleanup | Mike Bayer | 2011-05-04 | 1 | -12/+32 |
| * | update warnings per zxjdbc | Philip Jenvey | 2011-04-23 | 1 | -1/+1 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 5 | -4/+11 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 13 | -108/+112 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 4 | -27/+29 |
| * | - move _fixtures to work via the normal methods of _base.MappedTest, convert | Mike Bayer | 2011-03-26 | 7 | -23/+23 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 4 | -71/+253 |
| * | blow away some globals in the search for what makes resolve_artifact_names fa... | Mike Bayer | 2011-03-16 | 1 | -37/+62 |
| * | - Changed the underlying approach to query.count(). | Mike Bayer | 2011-03-09 | 1 | -0/+19 |
| * | - Also emits the correct WHERE criterion | Mike Bayer | 2011-02-02 | 1 | -3/+19 |
| * | - Fixed bug where "middle" class in a polymorphic hierarchy | Mike Bayer | 2011-02-02 | 1 | -1/+44 |
| * | - A warning is emitted when a joined-table inheriting mapper | Mike Bayer | 2011-01-30 | 1 | -0/+43 |
| * | - Fixed bug regarding "subqueryload" strategy whereby | Mike Bayer | 2011-01-06 | 1 | -19/+86 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 8 | -284/+284 |
| * | - inlinings | Mike Bayer | 2010-12-16 | 1 | -1/+1 |
| * | callcount destructo engage | Mike Bayer | 2010-12-09 | 1 | -15/+28 |
| * | oracle fixes | Mike Bayer | 2010-12-06 | 1 | -7/+14 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -10/+19 |
| |\ |
|
| | * | - Backport of "optimized get" fix from 0.7, | Mike Bayer | 2010-12-04 | 1 | -9/+121 |
| | * | - Query.get() will raise if the number of params | Mike Bayer | 2010-11-28 | 1 | -1/+1 |
| * | | - move topological, queue into util | Mike Bayer | 2010-12-05 | 5 | -5/+4 |
| * | | - added strictness to the optimized load, [ticket:1992] | Mike Bayer | 2010-12-03 | 1 | -7/+109 |
| * | | merge backout | Mike Bayer | 2010-11-28 | 1 | -1/+0 |
| |\ \ |
|
| | * | | after some usage, its clear that [ticket:1974] should not be implemented. b... | Mike Bayer | 2010-11-28 | 1 | -1/+0 |
| * | | | - mappers can be created against select() constructs, or others, | Mike Bayer | 2010-11-28 | 1 | -1/+1 |
| * | | | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 13 | -33/+33 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 13 | -33/+33 |
| | |/ |
|
| * | | - cascade_backrefs flag on relationship() now set to False by default. | Mike Bayer | 2010-11-28 | 1 | -0/+1 |
| * | | - push polymorphic_on not recognized warning to an exception, [ticket:1875] | Mike Bayer | 2010-11-28 | 1 | -2/+2 |