| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SQL Server CI coverage | Mike Bayer | 2017-08-31 | 1 | -1/+1 |
* | Additional fixes to sane rowcount | Mike Bayer | 2017-08-31 | 1 | -0/+2 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -550/+597 |
* | - this test is too brittle under load, not worth it, remove it | Mike Bayer | 2017-01-17 | 1 | -59/+0 |
* | Ensure mapper.polymorphic_on is polymorphic_prop.columns[0] | Mike Bayer | 2016-09-21 | 1 | -1/+76 |
* | Deprecate FromClause.count() | Mike Bayer | 2016-06-14 | 1 | -2/+2 |
* | - skip GC tests here when coverage is enabled, seems to interfere | Mike Bayer | 2016-03-08 | 1 | -1/+1 |
* | - use regex here, columns dont matter, keep coming up with different orderings | Mike Bayer | 2016-01-23 | 1 | -3/+3 |
* | - make this test deterministic | Mike Bayer | 2016-01-21 | 1 | -3/+3 |
* | - Added new parameter :paramref:`.orm.mapper.passive_deletes` to | Mike Bayer | 2016-01-20 | 1 | -0/+236 |
* | - Fixed 1.0 regression where a "deferred" attribute would not populate | Mike Bayer | 2015-06-29 | 1 | -0/+56 |
* | - use new Or() directive to test for both SQL variants here, which can vary | Mike Bayer | 2014-06-21 | 1 | -7/+16 |
* | - Additional checks have been added for the case where an inheriting | Mike Bayer | 2014-06-20 | 1 | -38/+64 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
* | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -1/+0 |
* | - additional fix for [ticket:2750] where on an update, we make sure the | Mike Bayer | 2013-06-30 | 1 | -2/+33 |
* | add better tests for [ticket:2750] | Mike Bayer | 2013-06-30 | 1 | -3/+45 |
* | A warning is emitted when trying to flush an object of an inherited | Mike Bayer | 2013-06-30 | 1 | -3/+23 |
* | The resolution of :class:`.ForeignKey` objects to their | Mike Bayer | 2013-06-23 | 1 | -1/+2 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -5/+5 |
* | order the properties here to get the SQL to be deterministic | Mike Bayer | 2013-04-20 | 1 | -7/+7 |
* | Fixed bug whereby ORM would run the wrong kind of | Mike Bayer | 2013-04-11 | 1 | -2/+49 |
* | - Fixed bug in unit of work whereby a joined-inheritance | Mike Bayer | 2013-04-01 | 1 | -0/+67 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -6/+7 |
* | - fix for pypy | Mike Bayer | 2012-08-25 | 1 | -4/+8 |
* | a few oracle fixes | Mike Bayer | 2012-08-25 | 1 | -1/+2 |
* | - [bug] with_polymorphic() produces JOINs | Mike Bayer | 2012-08-01 | 1 | -0/+99 |
* | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -1/+1 |
* | pypy doesn't seem to decrement __subclasses__(), just skip for now | Mike Bayer | 2012-07-17 | 1 | -0/+3 |
* | - [feature] *Very limited* support for | Mike Bayer | 2012-07-14 | 1 | -0/+57 |
* | - [bug] ORM will perform extra effort to determine | Mike Bayer | 2012-07-05 | 1 | -66/+103 |
* | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -5/+3 |
* | 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 |
* | 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 |
* | - 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 |
* | 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 | 1 | -2/+3 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -39/+40 |
* | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -3/+3 |
* | - move _fixtures to work via the normal methods of _base.MappedTest, convert | Mike Bayer | 2011-03-26 | 1 | -8/+8 |
* | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -25/+84 |
* | - 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 |