| Commit message (Expand) | Author | Age | Files | Lines |
| * | ensure single import per line | Mike Bayer | 2023-02-28 | 1 | -1/+3 |
| * | Try running pyupgrade on the code | Federico Caselli | 2022-11-16 | 1 | -3/+1 |
| * | update whatsnew/ migration | Mike Bayer | 2022-09-23 | 1 | -2/+5 |
| * | Comments on (named) constraints | cheremnov | 2022-06-29 | 1 | -1/+1 |
| * | rearchitect reflection for batched performance | Federico Caselli | 2022-06-18 | 1 | -0/+617 |
| * | implement cython for cache_anon_map, prefix_anon_map | Mike Bayer | 2021-12-21 | 1 | -0/+90 |
| * | Replace c extension with cython versions.workflow_test_cython | Federico Caselli | 2021-12-17 | 1 | -0/+1063 |
| * | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -2/+0 |
| * | remove "native decimal" warning | Mike Bayer | 2021-11-17 | 1 | -14/+1 |
| * | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -3/+3 |
| * | Convert execution to move through Session | Mike Bayer | 2020-05-25 | 1 | -5/+11 |
| * | Performance fixes for new result set | Mike Bayer | 2020-05-21 | 1 | -4/+20 |
| * | Deprecate plain string in execute and introduce `exec_driver_sql` | Federico Caselli | 2020-03-21 | 1 | -3/+3 |
| * | Enable F841 | Mike Bayer | 2019-06-20 | 1 | -1/+1 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 2 | -23/+23 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 2 | -49/+78 |
| * | print() is a function in Python 3 | cclauss | 2018-11-28 | 1 | -2/+4 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 2 | -20/+28 |
| * | - Added a new extension suite :mod:`sqlalchemy.ext.baked`. This | Mike Bayer | 2015-03-11 | 1 | -2/+2 |
| * | - delete the file first here so this is deterministic | Mike Bayer | 2014-09-05 | 1 | -0/+3 |
| * | - stress test for invalidation | Mike Bayer | 2014-05-10 | 1 | -0/+51 |
| * | - add a CLI to determine waht kind of test to run | Mike Bayer | 2014-01-11 | 1 | -19/+25 |
| * | - the wrapped memoized_property here was not working, as the attribute name | Mike Bayer | 2013-11-26 | 1 | -4/+4 |
| * | tweaks | Mike Bayer | 2013-08-02 | 1 | -6/+3 |
| * | rework the test here to suit 0.8/0.9 mostly, include time tests | Mike Bayer | 2013-08-02 | 1 | -94/+86 |
| * | no need for all these scripts, not worth maintaining | Mike Bayer | 2013-04-28 | 10 | -1245/+0 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 8 | -70/+70 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -1/+1 |
| * | The long-deprecated and non-functional ``assert_unicode`` flag on | Mike Bayer | 2012-10-25 | 1 | -2/+2 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 6 | -10/+10 |
| * | don't need this is_really_none() thing anymore | Mike Bayer | 2012-08-08 | 1 | -1/+1 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -2/+2 |
| * | - [feature] *Very limited* support for | Mike Bayer | 2012-07-14 | 1 | -16/+16 |
| * | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -1/+3 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -4/+4 |
| * | - move _fixtures to work via the normal methods of _base.MappedTest, convert | Mike Bayer | 2011-03-26 | 1 | -2/+2 |
| * | - remove old perf/ tests from pre-2007 | Mike Bayer | 2011-01-16 | 9 | -498/+0 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 4 | -33/+33 |
| * | - some good inlinings to the whole cascade_iterator() thing. | Mike Bayer | 2010-12-18 | 1 | -0/+1 |
| * | - add a perf script to illustrate 0.7 speed improvements | Mike Bayer | 2010-12-12 | 1 | -0/+185 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -1/+1 |
| * | - explain that these are not part of the test suite | Mike Bayer | 2010-12-05 | 1 | -0/+17 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -3/+2 |
| |\ |
|
| | * | - SqlSoup overhaul | Mike Bayer | 2010-11-24 | 1 | -3/+2 |
| * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 12 | -16/+16 |
| |/ |
|
| * | a little bit of refinement | Mike Bayer | 2010-04-17 | 1 | -1/+1 |
| * | - beef up the --reversetop test option to embed RandomSet throughout the ORM | Mike Bayer | 2010-04-15 | 1 | -1/+1 |
| * | - starting to groom the branch for its inclusion | Mike Bayer | 2010-04-10 | 1 | -0/+84 |
| * | - converted all lazy=True|False|None to 'select'|'joined'|'noload' | Mike Bayer | 2010-03-24 | 3 | -5/+5 |
| * | - To accomodate the fact that there are now two kinds of eager | Mike Bayer | 2010-03-24 | 2 | -5/+5 |