| Commit message (Expand) | Author | Age | Files | Lines |
| * | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 4 | -4/+4 |
| * | use importlib.machinery to load modules instead of imp under Python 3.3 and g... | Matt Chisholm | 2014-04-14 | 1 | -2/+7 |
| * | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 2 | -0/+9 |
| * | - Tweaked the settings for mysql-connector-python; in Py2K, the | Mike Bayer | 2014-03-27 | 2 | -1/+8 |
| * | Added missing text_type requirement to TextTest | Stefan Reich | 2014-03-27 | 1 | -0/+1 |
| * | - fixes to multi-backend tests | Mike Bayer | 2014-03-27 | 3 | -13/+18 |
| * | fixes to get profiling tests working again | Mike Bayer | 2014-03-26 | 2 | -2/+8 |
| * | dont warn, that just crashes the test... | Mike Bayer | 2014-03-26 | 1 | -2/+3 |
| * | try to liberalize the pool._refs assertion a bit | Mike Bayer | 2014-03-26 | 1 | -2/+34 |
| * | - remove nose dependency | Mike Bayer | 2014-03-26 | 1 | -1/+1 |
| * | fix | Mike Bayer | 2014-03-24 | 1 | -1/+1 |
| * | - add some more rules to make sure all tests run if DBs are available | Mike Bayer | 2014-03-24 | 1 | -1/+13 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 10 | -30/+34 |
| * | - Added support for literal rendering of boolean values, e.g. | Mike Bayer | 2014-03-13 | 1 | -2/+71 |
| * | - move some requirements up to the testing module to better support running | Mike Bayer | 2014-03-13 | 1 | -0/+54 |
| * | comment | Mike Bayer | 2014-03-13 | 1 | -0/+7 |
| * | - add a suite test for underscore as initial char | Mike Bayer | 2014-03-13 | 1 | -0/+14 |
| * | - add more support for suite tests, moving some tests from test_query out to ... | Mike Bayer | 2014-03-13 | 3 | -6/+185 |
| * | unitttest has a SkipTest also but pytest doesn't | Mike Bayer | 2014-03-11 | 1 | -6/+4 |
| * | import testing needs to be here as we set .db on it | Mike Bayer | 2014-03-07 | 1 | -0/+1 |
| * | - cx_oracle test for "unicode returns" needs to be cx_oracle only, | Mike Bayer | 2014-03-06 | 2 | -3/+2 |
| * | - no unitest.SkipTest in 2.6...arggggg | Mike Bayer | 2014-03-04 | 1 | -1/+9 |
| * | fix the profiling ids here | Mike Bayer | 2014-03-03 | 1 | -1/+3 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 19 | -481/+749 |
| * | - add new tests for individual type reflection | Mike Bayer | 2014-03-01 | 1 | -0/+46 |
| * | use view_column requirement here | Mike Bayer | 2014-02-28 | 1 | -3/+3 |
| * | - dont create a self-ref FK if test suite marked as not supporting self ref | Mike Bayer | 2014-02-28 | 2 | -13/+27 |
| * | - rewrite SQLite reflection tests into one consistent fixture, which tests | Mike Bayer | 2014-02-16 | 1 | -3/+6 |
| * | - Fixed bug where :class:`.AbstractConcreteBase` would fail to be | Mike Bayer | 2014-02-11 | 1 | -2/+6 |
| * | - Added a new feature which allows automated naming conventions to be | Mike Bayer | 2014-02-01 | 1 | -0/+18 |
| * | add a skip for oracle on this | Mike Bayer | 2014-02-01 | 1 | -0/+24 |
| * | - repair the fixture/test here to make sure state isn't left over causing oth... | Mike Bayer | 2014-01-27 | 1 | -1/+1 |
| * | - repair signature for base get_unique_constraints() method | Mike Bayer | 2014-01-20 | 1 | -0/+1 |
| * | - _cursor_execute() will close the cursor on error; oracle doesn't allow doub... | Mike Bayer | 2014-01-13 | 1 | -2/+2 |
| * | - continue with [ticket:2907] and further clean up how we set up | Mike Bayer | 2014-01-13 | 1 | -1/+5 |
| * | - fix some function mismatch in profiling | Mike Bayer | 2014-01-09 | 1 | -6/+3 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 17 | -17/+17 |
| * | - support addition of fails_if()/only_on(), just wraps the decorators | Mike Bayer | 2014-01-02 | 1 | -0/+5 |
| * | - apply a similar fix for floats to mssql+pyodbc as we did to firebird | Mike Bayer | 2013-12-28 | 2 | -4/+30 |
| * | - fix the insert from select test to use a non-autoinc table | Mike Bayer | 2013-12-28 | 1 | -4/+8 |
| * | - actually check the list of views! | Mike Bayer | 2013-12-27 | 1 | -0/+1 |
| * | - add a test which creates tables and views at the same time, then tests that... | Mike Bayer | 2013-12-27 | 1 | -0/+6 |
| * | - repair some suite tests for firebird | Mike Bayer | 2013-12-27 | 2 | -1/+29 |
| * | - enhance the exclusions system to support database versions within the __onl... | Mike Bayer | 2013-12-17 | 2 | -7/+17 |
| * | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 1 | -2/+2 |
| * | - The precision used when coercing a returned floating point value to | Mike Bayer | 2013-11-22 | 2 | -0/+18 |
| * | adjustment to work on py3k as well | Mike Bayer | 2013-11-21 | 1 | -1/+3 |
| * | - Fixed bug which prevented the ``serializer`` extension from working | Mike Bayer | 2013-11-21 | 1 | -1/+1 |
| * | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 17 | -1/+98 |