| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SQL Server CI coverage | Mike Bayer | 2017-08-31 | 1 | -8/+4 |
* | - assert passive_deletes='all' does not affect collection/scalar | Mike Bayer | 2017-06-06 | 1 | -20/+25 |
* | Add conditionals specific to deferred for expire ro properties | Mike Bayer | 2017-05-10 | 1 | -2/+51 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -432/+518 |
* | Check for __clause_element__() in ORM insert/update | Mike Bayer | 2016-10-05 | 1 | -0/+23 |
* | Deprecate FromClause.count() | Mike Bayer | 2016-06-14 | 1 | -19/+19 |
* | Deprecate Mapper.order_by | Mike Bayer | 2016-04-19 | 1 | -8/+26 |
* | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 1 | -1/+1 |
* | - Fixed regression within the flush process when an attribute were | Mike Bayer | 2015-04-29 | 1 | -2/+38 |
* | Small improvement on FlushError can't update error messagepr/149 | Paulo Bu | 2014-11-06 | 1 | -2/+4 |
* | Small improvement on FlushError can't delete error messagepr/148 | Paulo Bu | 2014-11-05 | 1 | -1/+2 |
* | - UPDATE statements can now be batched within an ORM flush | Mike Bayer | 2014-08-14 | 1 | -4/+5 |
* | - use a variant with expected collation here for mysql | Mike Bayer | 2014-07-25 | 1 | -5/+2 |
* | - Additional checks have been added for the case where an inheriting | Mike Bayer | 2014-06-20 | 1 | -10/+12 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -2/+2 |
* | - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. Defaults | Mike Bayer | 2014-03-28 | 1 | -0/+1 |
* | - revert part of c01558ae7f4a for now as we also test that a DELETE of two rows | Mike Bayer | 2014-03-28 | 1 | -1/+1 |
* | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -4/+0 |
* | - fix test warning here (oursql) | Mike Bayer | 2013-10-14 | 1 | -2/+2 |
* | use accepts scalar loader here so we deal with _ProxyImpl correctly | Mike Bayer | 2013-10-11 | 1 | -1/+3 |
* | - fix bug due to regression from #2793, make sure we only go to load | Mike Bayer | 2013-10-11 | 1 | -1/+13 |
* | - cx_oracle seems to have a bug here though it is hard to track down | Mike Bayer | 2013-08-27 | 1 | -0/+1 |
* | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 1 | -1/+5 |
* | - add a test specific to sqlite testing cursor.description encoding (should | Mike Bayer | 2013-05-26 | 1 | -16/+10 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -24/+25 |
* | - this assertion moves out to configure_mappers() now | Mike Bayer | 2013-03-03 | 1 | -5/+11 |
* | getting everything to pass again | Mike Bayer | 2012-09-27 | 1 | -8/+3 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -9/+9 |
* | - [feature] Connection event listeners can | Mike Bayer | 2012-07-18 | 1 | -10/+9 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -5/+6 |
* | - add __table_cls__ option to declarative, not publicized yet, is for the moment | Mike Bayer | 2012-03-12 | 1 | -0/+25 |
* | - [bug] Scaled back the test applied within | Mike Bayer | 2012-01-30 | 1 | -0/+10 |
* | - rework the test suite to make use of SkipTest for tests skipped, unsupporte... | Mike Bayer | 2012-01-22 | 1 | -6/+1 |
* | - Added new flag expire_on_flush=False to column_property(), | Mike Bayer | 2011-10-11 | 1 | -4/+17 |
* | - adjust some tests and such to work better with a mysql 5.5 install | Mike Bayer | 2011-10-11 | 1 | -2/+4 |
* | - Modify the text of the message which occurs | Mike Bayer | 2011-06-04 | 1 | -2/+2 |
* | - Added checks inside the UOW to detect the unusual | Mike Bayer | 2011-04-10 | 1 | -68/+72 |
* | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -36/+52 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -27/+28 |
* | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -24/+24 |
* | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -71/+271 |
* | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -2/+2 |
* | - Fixed bug whereby "passive_deletes='all'" wasn't passing | Mike Bayer | 2011-01-04 | 1 | -9/+24 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -57/+57 |
* | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -4/+4 |
* | - mutable examples now move into sqlalchemy.ext.mutable | Mike Bayer | 2010-12-29 | 1 | -332/+0 |
* | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -4/+4 |
* | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -7/+7 |
|\ |
|
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -6/+6 |
* | | - a column with a "mutable" type mapped as "deferred" will not | Mike Bayer | 2010-11-28 | 1 | -6/+6 |