| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a typo in the ForeignKeypr/83 | nimiq | 2014-04-10 | 1 | -1/+1 |
* | - Added new utility function :func:`.make_transient_to_detached` which can | Mike Bayer | 2014-04-09 | 5 | -3/+95 |
* | repair erroneous whitespace in autodoc directives, preventing members from | Mike Bayer | 2014-04-06 | 1 | -8/+0 |
* | - Restored the import for :class:`.Function` to the ``sqlalchemy.sql.expressi... | Mike Bayer | 2014-04-05 | 2 | -1/+7 |
* | - add some docs for the instancestate linkage to the inspection system | Mike Bayer | 2014-04-04 | 2 | -5/+89 |
* | escape backslash | Mike Bayer | 2014-04-02 | 1 | -1/+1 |
* | - reverse order of columns in sample CTEs as this is a UNION and the cols nee... | Mike Bayer | 2014-04-02 | 3 | -9/+7 |
* | - back off the callcounts a bit for the boolean fix | Mike Bayer | 2014-04-01 | 2 | -20/+23 |
* | - Fixes to the newly enhanced boolean coercion in :ticket:`2804` where | Mike Bayer | 2014-04-01 | 5 | -7/+95 |
* | - Added new flag :paramref:`.expression.between.symmetric`, when set to True | Mike Bayer | 2014-03-30 | 7 | -13/+93 |
* | update | Mike Bayer | 2014-03-30 | 1 | -1/+1 |
* | - fix mapper ref | Mike Bayer | 2014-03-28 | 2 | -4/+1 |
* | 0.9.4rel_0_9_4 | Mike Bayer | 2014-03-28 | 3 | -2/+4 |
* | 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 | 5 | -29/+80 |
* | - revert part of c01558ae7f4a for now as we also test that a DELETE of two rows | Mike Bayer | 2014-03-28 | 4 | -15/+26 |
* | mark failing tests for buggy mysqlconnector | Mike Bayer | 2014-03-28 | 1 | -0/+21 |
* | revert inadvertent pdb | Mike Bayer | 2014-03-28 | 1 | -2/+0 |
* | - the rewording of orderinglist docs got committed by accident, finish it up | Mike Bayer | 2014-03-28 | 1 | -20/+12 |
* | - add further coverage for join_condition to make sure we get this case where | Mike Bayer | 2014-03-28 | 2 | -1/+11 |
* | pickle of execption not supported on mysqlconnector | Mike Bayer | 2014-03-28 | 1 | -0/+2 |
* | - fix set syntax supposed to be dict | Mike Bayer | 2014-03-28 | 1 | -1/+1 |
* | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 10 | -37/+183 |
* | clarify doc here | Mike Bayer | 2014-03-28 | 1 | -4/+4 |
* | - fix py3k bug re: dictionary values(), fixes #3005 | Mike Bayer | 2014-03-28 | 1 | -1/+1 |
* | - Added support to automap for the case where a relationship should | Mike Bayer | 2014-03-28 | 3 | -14/+93 |
* | - Fixed a very old behavior where the lazy load emitted for a one-to-many | Mike Bayer | 2014-03-27 | 4 | -7/+191 |
* | - Improved the check for "how to join from A to B" such that when | Mike Bayer | 2014-03-27 | 3 | -16/+82 |
* | - Tweaked the settings for mysql-connector-python; in Py2K, the | Mike Bayer | 2014-03-27 | 7 | -14/+38 |
* | 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 | 4 | -15/+133 |
* | fixes to get profiling tests working again | Mike Bayer | 2014-03-26 | 3 | -6/+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 |
* | use integer division here | Mike Bayer | 2014-03-26 | 1 | -1/+1 |
* | - work on fixing some race-condition failures: | Mike Bayer | 2014-03-26 | 3 | -7/+11 |
* | - rework memusage tests so that it only runs five iterations at a time, if it... | Mike Bayer | 2014-03-26 | 1 | -29/+47 |
* | - remove nose dependency | Mike Bayer | 2014-03-26 | 1 | -1/+1 |
* | - Fixed regression caused by release 0.8.5 / 0.9.3's compatibility | Mike Bayer | 2014-03-25 | 3 | -2/+17 |
* | add some more mock structure so tricky DBAPIs like pypy work | Mike Bayer | 2014-03-24 | 1 | -0/+8 |
* | 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 | 5 | -7/+21 |
* | fix some mysqlconnector failures | Mike Bayer | 2014-03-24 | 1 | -4/+10 |
* | - fix the uuid routine here to not run out of uuids | Mike Bayer | 2014-03-24 | 3 | -24/+7 |
* | - fix some doctest failures (though some remain, as it's not easy to get doctest | Mike Bayer | 2014-03-24 | 1 | -4/+4 |
* | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 33 | -267/+433 |
* | - Added some new event mechanics for dialect-level events; the initial | Mike Bayer | 2014-03-24 | 6 | -21/+249 |
* | take out accidental PG dialect use here | Mike Bayer | 2014-03-24 | 1 | -1/+1 |
* | some profile updates... | Mike Bayer | 2014-03-23 | 1 | -16/+61 |
* | - Fixed regression from 0.8.3 as a result of :ticket:`2818` | Mike Bayer | 2014-03-22 | 3 | -1/+28 |