| Commit message (Expand) | Author | Age | Files | Lines |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -65/+53 |
* | Deprecate FromClause.count() | Mike Bayer | 2016-06-14 | 1 | -5/+25 |
* | - major simplification of _collect_update_commands. in particular, | Mike Bayer | 2014-08-18 | 1 | -5/+5 |
* | PEP8 tidy of test/orm/test_dynamic.pypr/117 | Tony Locke | 2014-07-20 | 1 | -110/+83 |
* | Fixes for pg8000 for test/orm/test_dynamic.py | Tony Locke | 2014-07-20 | 1 | -5/+7 |
* | - Fixed bug involving dynamic attributes, that was again a regression | Mike Bayer | 2014-06-26 | 1 | -0/+17 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -14/+14 |
* | - add tests to ensure SELECT of dynamic collection not emitted | Mike Bayer | 2012-12-22 | 1 | -21/+170 |
* | - revert the full iteration of the collection for a passive history event; th... | Mike Bayer | 2012-12-22 | 1 | -7/+21 |
* | - significantly rework the approach to collection events and history within D... | Mike Bayer | 2012-12-21 | 1 | -2/+170 |
* | - cleanup on these tests | Mike Bayer | 2012-12-21 | 1 | -358/+202 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+5 |
* | - [bug] An error is emitted when uselist=False | Mike Bayer | 2012-08-05 | 1 | -3/+37 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -7/+7 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -1/+19 |
* | try a between here since 'in' looks for exact matches, doesn't work | Mike Bayer | 2011-04-15 | 1 | -2/+2 |
* | merge tip + tidy | Mike Bayer | 2011-04-15 | 1 | -2/+7 |
|\ |
|
| * | Exclude test on MySQL 5.1.49 - 5.1.52. | Michael Trier | 2011-04-15 | 1 | -0/+1 |
|/ |
|
* | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -2/+3 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -2/+3 |
* | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -2/+2 |
* | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -25/+121 |
* | change TypeError test to not care about string message | Mike Bayer | 2011-03-15 | 1 | -5/+6 |
* | - Session constructor emits a warning when autoflush=True | Mike Bayer | 2011-02-07 | 1 | -4/+4 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -6/+6 |
* | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -1/+0 |
* | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
* | - query.with_parent() now accepts transient objects | Mike Bayer | 2010-09-06 | 1 | -0/+1 |
* | - Dynamic attributes don't support collection | Mike Bayer | 2010-08-05 | 1 | -1/+13 |
* | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -7/+7 |
* | - Using a "dynamic" loader with a "secondary" table now produces | Mike Bayer | 2009-10-25 | 1 | -14/+65 |
* | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 1 | -1/+1 |
* | assert -> eq_ | Philip Jenvey | 2009-08-29 | 1 | -49/+54 |
* | - renamed PASSIVE_NORESULT to PASSIVE_NO_RESULT | Mike Bayer | 2009-08-07 | 1 | -1/+1 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -5/+5 |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+561 |