| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 1 | -1/+1 |
| * | ORM executemany returning | Mike Bayer | 2020-06-27 | 1 | -168/+293 |
| * | Propose Result as immediate replacement for ResultProxy | Mike Bayer | 2020-05-01 | 1 | -3/+3 |
| * | Correct fix and tests for #4661 | Mike Bayer | 2019-05-10 | 1 | -1/+72 |
| * | Don't warn on multi delete rowcount if supports_sane_multi is False | Mike Bayer | 2019-05-06 | 1 | -0/+18 |
| * | Adding setter to should_evaluate_none property | sanjana | 2019-02-13 | 1 | -0/+33 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -27/+29 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -759/+788 |
| * | Implement __delete__ | Mike Bayer | 2018-11-02 | 1 | -0/+68 |
| * | Add SQL Server CI coverage | Mike Bayer | 2017-08-31 | 1 | -1/+1 |
| * | Check for column object in eval_none, not propkey | Mike Bayer | 2017-07-18 | 1 | -5/+44 |
| * | Don't post-SELECT columns w/o a server default/onupdate for eager_defaults | Mike Bayer | 2017-02-08 | 1 | -0/+40 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -3/+5 |
| * | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -10/+10 |
| * | - these two tests require sane rowcount at the base | Mike Bayer | 2016-12-21 | 1 | -0/+2 |
| * | Use session for exec check | Mike Bayer | 2016-12-21 | 1 | -2/+6 |
| * | Restore object to the identity_map upon delete() unconditionally | Mike Bayer | 2016-10-27 | 1 | -0/+20 |
| * | Spelling fixespr/299 | Ville Skyttä | 2016-08-08 | 1 | -1/+1 |
| * | Deprecate FromClause.count() | Mike Bayer | 2016-06-14 | 1 | -2/+4 |
| * | - Fixed bug in :meth:`.Update.return_defaults` which would cause all | Mike Bayer | 2015-12-14 | 1 | -1/+446 |
| * | - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none` | Mike Bayer | 2015-09-19 | 1 | -1/+46 |
| * | - merge of ticket_3514 None-handling branch | Mike Bayer | 2015-08-17 | 1 | -0/+166 |
| * | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 1 | -0/+1 |
| * | - increase the varchar here | Mike Bayer | 2015-07-01 | 1 | -1/+1 |
| * | - Fixed 1.0 regression where value objects that override | Mike Bayer | 2015-07-01 | 1 | -0/+108 |
| * | - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extension | Mike Bayer | 2015-05-21 | 1 | -1/+7 |
| * | - fix another issue from rf49c367ef, add another test | Mike Bayer | 2015-01-18 | 1 | -1/+30 |
| * | - fix a regression from ref #3178, where dialects that don't actually support | Mike Bayer | 2015-01-17 | 1 | -3/+65 |
| * | - major simplification of _collect_update_commands. in particular, | Mike Bayer | 2014-08-18 | 1 | -0/+2 |
| * | - Fixed bug where attribute "set" events or columns with | Mike Bayer | 2014-08-17 | 1 | -1/+45 |
| * | - UPDATE statements can now be batched within an ORM flush | Mike Bayer | 2014-08-14 | 1 | -18/+13 |
| * | pep8 | Mike Bayer | 2014-08-14 | 1 | -486/+530 |
| * | - reverse course in #3061 so that we instead no longer set None in the attribute | Mike Bayer | 2014-06-23 | 1 | -22/+0 |
| * | - Reverted the change for :ticket:`3060` - this is a unit of work | Mike Bayer | 2014-06-23 | 1 | -0/+21 |
| * | - Related to :ticket:`3060`, an adjustment has been made to the unit | Mike Bayer | 2014-05-30 | 1 | -13/+6 |
| * | - add a new assertsql construct "Or", so that we can test for a UOW flush | Mike Bayer | 2014-05-30 | 1 | -9/+18 |
| * | - Fixed a few edge cases which arise in the so-called "row switch" | Mike Bayer | 2014-05-28 | 1 | -0/+116 |
| * | dont need rowcount here... | Mike Bayer | 2014-03-28 | 1 | -1/+0 |
| * | - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. Defaults | Mike Bayer | 2014-03-28 | 1 | -12/+24 |
| * | - revert part of c01558ae7f4a for now as we also test that a DELETE of two rows | Mike Bayer | 2014-03-28 | 1 | -6/+10 |
| * | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 1 | -11/+97 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -6/+6 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+6 |
| * | - [bug] Lazy loads emitted within flush events | Mike Bayer | 2012-08-19 | 1 | -0/+123 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -53/+53 |
| * | a fix to allow mysql to work | Mike Bayer | 2012-05-04 | 1 | -1/+12 |
| * | - [bug] Fixed issue in unit of work | Mike Bayer | 2012-05-04 | 1 | -0/+25 |
| * | - Fixed the error message emitted for "can't | Mike Bayer | 2011-05-07 | 1 | -1/+2 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -4/+7 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -9/+10 |