| Commit message (Expand) | Author | Age | Files | Lines |
| * | - add a test for [ticket:2927], which is an 0.9 issue but only because 0.8 | Mike Bayer | 2014-01-29 | 1 | -0/+9 |
| * | - repair the fixture/test here to make sure state isn't left over causing oth... | Mike Bayer | 2014-01-28 | 1 | -1/+1 |
| * | - add tests for [ticket:2918], confirm this is an 0.9 regression | Mike Bayer | 2014-01-23 | 2 | -0/+49 |
| * | - changelog + test for pullreq github 58 | Mike Bayer | 2014-01-14 | 1 | -0/+7 |
| * | - support addition of fails_if()/only_on(), just wraps the decorators | Mike Bayer | 2014-01-02 | 2 | -5/+12 |
| * | - apply a similar fix for floats to mssql+pyodbc as we did to firebird | Mike Bayer | 2013-12-28 | 1 | -1/+11 |
| * | test hanging on 0.8, suspecting the test framework. this feature is tested on... | Mike Bayer | 2013-12-27 | 1 | -1/+3 |
| * | - The firebird dialect will quote identifiers which begin with an | Mike Bayer | 2013-12-27 | 1 | -0/+9 |
| * | - The "asdecimal" flag used with the :class:`.Float` type will now | Mike Bayer | 2013-12-27 | 1 | -0/+20 |
| * | - repair some suite tests for firebird | Mike Bayer | 2013-12-27 | 1 | -3/+15 |
| * | Remove terminated connections from the pool. | John Anderson | 2013-12-27 | 1 | -3/+4 |
| * | - Fixed issue where a primary key column that has a Sequence on it, | Mike Bayer | 2013-12-20 | 1 | -0/+28 |
| * | - Fixed bug with :meth:`.Insert.from_select` method where the order | Mike Bayer | 2013-12-19 | 1 | -0/+29 |
| * | autoincrement here | Mike Bayer | 2013-12-17 | 1 | -2/+2 |
| * | - for [ticket:2651], leaving CheckConstraint alone, preferring to keep | Mike Bayer | 2013-12-16 | 1 | -1/+2 |
| * | - An adjustment to the :func:`.subqueryload` strategy which ensures that | Mike Bayer | 2013-12-16 | 1 | -0/+54 |
| * | - Fixed bug when using joined table inheritance from a table to a | Mike Bayer | 2013-12-16 | 1 | -14/+65 |
| * | make the error message for [ticket:2889] more accurate, as we support | Mike Bayer | 2013-12-12 | 1 | -1/+1 |
| * | - :func:`.composite` will raise an informative error message when the | Mike Bayer | 2013-12-12 | 1 | -1/+19 |
| * | - Error message when a string arg sent to :func:`.relationship` which | Mike Bayer | 2013-12-12 | 1 | -0/+32 |
| * | - A DBAPI that raises an error on ``connect()`` which is not a subclass | Mike Bayer | 2013-12-07 | 2 | -14/+53 |
| * | - The :class:`.QueuePool` has been enhanced to not block new connection | Mike Bayer | 2013-12-06 | 1 | -0/+82 |
| * | - Made a slight adjustment to the logic which waits for a pooled | Mike Bayer | 2013-12-06 | 1 | -6/+13 |
| * | - changelog + test for pullreq #7, MSSQL dialect for DROP INDEX | Mike Bayer | 2013-12-05 | 1 | -0/+11 |
| * | - move tests for unique constraints to dialect suite, including | Mike Bayer | 2013-12-03 | 2 | -34/+8 |
| * | - backport unique constraints reflection to 0.8.4, thereby | Roman Podolyaka | 2013-12-03 | 1 | -0/+37 |
| * | - the pronoun removal commit. there was only one instance of a | Mike Bayer | 2013-11-30 | 1 | -2/+2 |
| * | -be more agnostic of quotes here | Mike Bayer | 2013-11-23 | 1 | -2/+2 |
| * | - Fixed bug where SQL statement would be improperly ASCII-encoded | Mike Bayer | 2013-11-22 | 2 | -2/+21 |
| * | Fixed bug where Oracle ``VARCHAR`` types given with no length | Mike Bayer | 2013-11-22 | 1 | -0/+6 |
| * | - cleanup | Mike Bayer | 2013-11-22 | 1 | -274/+288 |
| * | disable this test for py3k, this is better fixed in 0.9 | Mike Bayer | 2013-11-21 | 1 | -6/+7 |
| * | - Fixed bug which prevented the ``serializer`` extension from working | Mike Bayer | 2013-11-21 | 1 | -3/+22 |
| * | - add a sanity-check test for repr(), comparing against what we get | Mike Bayer | 2013-11-21 | 1 | -1/+13 |
| * | - apply a timeout to all join() calls for test_pool | Mike Bayer | 2013-11-17 | 1 | -5/+10 |
| * | - Fixed a regression introduced by :ticket:`2818` where the EXISTS | Mike Bayer | 2013-10-30 | 1 | -4/+16 |
| * | - Fixed bug where Oracle table reflection using synonyms would fail | Mike Bayer | 2013-10-25 | 1 | -0/+29 |
| * | - The regexp used by the :func:`.url.make_url` function now parses | Mike Bayer | 2013-10-23 | 1 | -12/+19 |
| * | - Fixed bug where :func:`.type_coerce` would not interpret ORM | Mike Bayer | 2013-10-21 | 1 | -0/+11 |
| * | fix python 2.5 ism | Mike Bayer | 2013-10-20 | 1 | -2/+2 |
| * | - add a type_coerce() step within Enum, Boolean to the CHECK constraint, | Mike Bayer | 2013-10-20 | 1 | -2/+68 |
| * | use sets here to eliminate ordering as a factor | Mike Bayer | 2013-10-18 | 1 | -4/+4 |
| * | - Removed a 128-character truncation from the reflection of the | Mike Bayer | 2013-10-18 | 1 | -0/+11 |
| * | - The change in :ticket:`2721`, which is that the ``deferrable`` keyword | Mike Bayer | 2013-10-18 | 1 | -3/+51 |
| * | The ``.unique`` flag on :class:`.Index` could be produced as ``None`` | Mike Bayer | 2013-10-14 | 1 | -0/+22 |
| * | - Added new option to :func:`.relationship` ``distinct_target_key``. | Mike Bayer | 2013-10-13 | 1 | -0/+200 |
| * | MySQL-connector dialect now allows options in the create_engine | Mike Bayer | 2013-10-13 | 1 | -5/+54 |
| * | Parenthesis will be applied to a compound SQL expression as | Mike Bayer | 2013-10-12 | 1 | -1/+12 |
| * | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 5 | -0/+62 |
| * | A :func:`.select` that is made to refer to itself in its FROM clause, | Mike Bayer | 2013-10-08 | 1 | -0/+12 |