| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed bug in example code.pr/84 | Daniel Smith | 2014-04-10 | 1 | -1/+1 |
| * | - Added new utility function :func:`.make_transient_to_detached` which can | Mike Bayer | 2014-04-09 | 2 | -0/+12 |
| * | 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 | 1 | -0/+6 |
| * | - add some docs for the instancestate linkage to the inspection system | Mike Bayer | 2014-04-04 | 1 | -0/+22 |
| * | - Fixes to the newly enhanced boolean coercion in :ticket:`2804` where | Mike Bayer | 2014-04-01 | 1 | -0/+10 |
| * | - Added new flag :paramref:`.expression.between.symmetric`, when set to True | Mike Bayer | 2014-03-30 | 1 | -0/+13 |
| * | - 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 |
| * | - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. Defaults | Mike Bayer | 2014-03-28 | 1 | -0/+15 |
| * | - revert part of c01558ae7f4a for now as we also test that a DELETE of two rows | Mike Bayer | 2014-03-28 | 1 | -7/+3 |
| * | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 1 | -0/+22 |
| * | - Added support to automap for the case where a relationship should | Mike Bayer | 2014-03-28 | 1 | -0/+9 |
| * | - Fixed a very old behavior where the lazy load emitted for a one-to-many | Mike Bayer | 2014-03-27 | 1 | -0/+19 |
| * | - Improved the check for "how to join from A to B" such that when | Mike Bayer | 2014-03-27 | 1 | -0/+11 |
| * | - Tweaked the settings for mysql-connector-python; in Py2K, the | Mike Bayer | 2014-03-27 | 1 | -0/+11 |
| * | - Fixed regression caused by release 0.8.5 / 0.9.3's compatibility | Mike Bayer | 2014-03-25 | 1 | -0/+12 |
| * | - fix some doctest failures (though some remain, as it's not easy to get doctest | Mike Bayer | 2014-03-24 | 1 | -4/+4 |
| * | - Added some new event mechanics for dialect-level events; the initial | Mike Bayer | 2014-03-24 | 2 | -0/+12 |
| * | - Fixed regression from 0.8.3 as a result of :ticket:`2818` | Mike Bayer | 2014-03-22 | 1 | -0/+9 |
| * | - An event listener can now be associated with a :class:`.Engine`, | Mike Bayer | 2014-03-22 | 1 | -0/+13 |
| * | - Fixed a few errant ``u''`` strings that would prevent tests from passing | Mike Bayer | 2014-03-22 | 1 | -0/+7 |
| * | - A major improvement made to the mechanics by which the :class:`.Engine` | Mike Bayer | 2014-03-22 | 1 | -0/+15 |
| * | - Added new datatype :class:`.oracle.DATE`, which is a subclass of | Mike Bayer | 2014-03-22 | 2 | -8/+25 |
| * | - Adjusted ``setup.py`` file to support the possible future | Mike Bayer | 2014-03-22 | 2 | -12/+37 |
| * | changelog to fix #2988 | Mike Bayer | 2014-03-22 | 1 | -0/+10 |
| * | Fix tag typo in changelog_09pr/81 | Tony Narlock | 2014-03-21 | 1 | -1/+1 |
| * | - reword the paragraph which talks about web framework integration for sessions: | Mike Bayer | 2014-03-20 | 1 | -10/+7 |
| * | - The :meth:`.ConnectionEvents.after_cursor_execute` event is now | Mike Bayer | 2014-03-19 | 1 | -0/+14 |
| * | - Fixed bug in mutable extension as well as | Mike Bayer | 2014-03-19 | 1 | -0/+9 |
| * | Merge branch 'ca/dev/add_is_and_isnot_to_tutorial' of https://github.com/char... | Mike Bayer | 2014-03-17 | 1 | -0/+6 |
| |\ |
|
| | * | Add is_ and isnot filter to the tutorialpr/80 | Charles-Axel Dein | 2014-03-15 | 1 | -0/+6 |
| * | | - Improved an error message which would occur if a query() were made | Mike Bayer | 2014-03-17 | 1 | -0/+10 |
| * | | typo | Mike Bayer | 2014-03-16 | 1 | -1/+1 |
| * | | - Added support for the not-quite-yet-documented ``insert=True`` | Mike Bayer | 2014-03-16 | 1 | -0/+6 |
| * | | - fairly epic rework of the cascade documentation | Mike Bayer | 2014-03-15 | 4 | -112/+323 |
| |/ |
|
| * | - Added support for literal rendering of boolean values, e.g. | Mike Bayer | 2014-03-13 | 1 | -0/+6 |
| * | - Added a new feature :func:`.schema.conv`, the purpose of which is to | Mike Bayer | 2014-03-12 | 2 | -0/+10 |
| * | :paramref:`.MetaData.naming_convention` feature will now also | Mike Bayer | 2014-03-12 | 1 | -0/+8 |
| * | - Fixed bug in new :paramref:`.MetaData.naming_convention` feature | Mike Bayer | 2014-03-12 | 1 | -0/+11 |
| * | add a string example for self-refenretial many-to-many | Mike Bayer | 2014-03-11 | 1 | -0/+18 |
| * | - A warning is emitted if the :meth:`.MapperEvents.before_configured` | Mike Bayer | 2014-03-11 | 1 | -0/+8 |
| * | - Added a new keyword argument ``once=True`` to :func:`.event.listen` | Mike Bayer | 2014-03-11 | 1 | -1/+8 |
| * | Fixes argument number in docspr/79 | Noufal Ibrahim | 2014-03-11 | 1 | -1/+1 |
| * | - changelog for pullreq github:74 | Mike Bayer | 2014-03-05 | 1 | -0/+13 |
| * | - Fixed small issue in :class:`.SingletonThreadPool` where the current | Mike Bayer | 2014-03-05 | 1 | -0/+7 |
| * | - Fixed bug in association proxy where assigning an empty slice | Mike Bayer | 2014-03-04 | 1 | -0/+6 |
| * | add a seealso here | Mike Bayer | 2014-03-04 | 2 | -0/+6 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -0/+28 |
| * | - Fixed some test/feature failures occurring in Python 3.4, | Mike Bayer | 2014-03-02 | 1 | -0/+8 |