| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Added new utility function :func:`.make_transient_to_detached` which can | Mike Bayer | 2014-04-09 | 2 | -2/+37 |
| * | - Restored the import for :class:`.Function` to the ``sqlalchemy.sql.expressi... | Mike Bayer | 2014-04-05 | 1 | -1/+1 |
| * | - add some docs for the instancestate linkage to the inspection system | Mike Bayer | 2014-04-04 | 1 | -5/+67 |
| * | 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 | 2 | -4/+2 |
| * | - back off the callcounts a bit for the boolean fix | Mike Bayer | 2014-04-01 | 1 | -3/+4 |
| * | - Fixes to the newly enhanced boolean coercion in :ticket:`2804` where | Mike Bayer | 2014-04-01 | 2 | -3/+3 |
| * | - Added new flag :paramref:`.expression.between.symmetric`, when set to True | Mike Bayer | 2014-03-30 | 5 | -10/+37 |
| * | - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. Defaults | Mike Bayer | 2014-03-28 | 2 | -17/+40 |
| * | - revert part of c01558ae7f4a for now as we also test that a DELETE of two rows | Mike Bayer | 2014-03-28 | 1 | -1/+12 |
| * | 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 | 1 | -1/+1 |
| * | - 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 | 6 | -14/+51 |
| * | 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 | 1 | -14/+77 |
| * | - Fixed a very old behavior where the lazy load emitted for a one-to-many | Mike Bayer | 2014-03-27 | 1 | -4/+11 |
| * | - Improved the check for "how to join from A to B" such that when | Mike Bayer | 2014-03-27 | 1 | -16/+34 |
| * | - Tweaked the settings for mysql-connector-python; in Py2K, the | Mike Bayer | 2014-03-27 | 3 | -2/+12 |
| * | 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 |
| * | - work on fixing some race-condition failures: | Mike Bayer | 2014-03-26 | 2 | -3/+6 |
| * | - 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 | 1 | -1/+4 |
| * | 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 some new event mechanics for dialect-level events; the initial | Mike Bayer | 2014-03-24 | 3 | -20/+127 |
| * | - Fixed regression from 0.8.3 as a result of :ticket:`2818` | Mike Bayer | 2014-03-22 | 1 | -1/+8 |
| * | - An event listener can now be associated with a :class:`.Engine`, | Mike Bayer | 2014-03-22 | 1 | -28/+31 |
| * | - restore the old behavior of the connection pool replacing itself just | Mike Bayer | 2014-03-22 | 1 | -0/+1 |
| * | - A major improvement made to the mechanics by which the :class:`.Engine` | Mike Bayer | 2014-03-22 | 4 | -63/+31 |
| * | - Added new datatype :class:`.oracle.DATE`, which is a subclass of | Mike Bayer | 2014-03-22 | 3 | -4/+38 |
| * | Merge branch 'fix_table_registration' of https://github.com/malor/sqlalchemy ... | Mike Bayer | 2014-03-22 | 1 | -1/+1 |
| |\ |
|
| | * | Remove tables from metadata when autoload failspr/78 | Roman Podoliaka | 2014-03-12 | 1 | -1/+1 |
| * | | - The :meth:`.ConnectionEvents.after_cursor_execute` event is now | Mike Bayer | 2014-03-19 | 1 | -4/+11 |
| * | | - Fixed bug in mutable extension as well as | Mike Bayer | 2014-03-19 | 3 | -3/+6 |
| * | | - Improved an error message which would occur if a query() were made | Mike Bayer | 2014-03-17 | 1 | -0/+6 |
| * | | - Added support for the not-quite-yet-documented ``insert=True`` | Mike Bayer | 2014-03-16 | 1 | -10/+10 |
| * | | - fairly epic rework of the cascade documentation | Mike Bayer | 2014-03-15 | 1 | -60/+14 |
| * | | - correct this to make the intention clear | Mike Bayer | 2014-03-13 | 1 | -2/+1 |
| * | | - Added support for literal rendering of boolean values, e.g. | Mike Bayer | 2014-03-13 | 2 | -2/+80 |
| * | | - 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 |