| Commit message (Expand) | Author | Age | Files | Lines |
| * | - make sure this is 1.0.0 backported to 0.9 | Mike Bayer | 2015-04-04 | 1 | -0/+1 |
| * | - Fixed the pathing used when tests run; for sqla_nose.py and py.test, | Mike Bayer | 2015-04-04 | 1 | -0/+10 |
| * | - Fixed a long-standing bug where the :class:`.Enum` type as used | Mike Bayer | 2015-04-04 | 1 | -0/+10 |
| * | - changelog for #3084, fixes #3084 | Mike Bayer | 2015-04-03 | 1 | -0/+15 |
| * | - changelog + docstring for pullreq github:164 | Mike Bayer | 2015-04-03 | 1 | -0/+11 |
| * | 1.0.0b5rel_1_0_0b5 | Mike Bayer | 2015-04-03 | 2 | -2/+3 |
| * | - update 0.9 changelog from rel_0_9 | Mike Bayer | 2015-04-02 | 1 | -0/+11 |
| * | - Fixed bug where the state tracking within multiple, nested | Mike Bayer | 2015-04-02 | 1 | -0/+12 |
| * | - :class:`.Query` doesn't support joins, subselects, or special | Mike Bayer | 2015-04-01 | 1 | -0/+11 |
| * | - Added a list() call around a weak dictionary used within the | Mike Bayer | 2015-04-01 | 1 | -0/+9 |
| * | - Fixed bug where updated PG index reflection as a result of | Mike Bayer | 2015-04-01 | 1 | -0/+9 |
| * | - The warning emitted by the unicode type for a non-unicode type | Mike Bayer | 2015-03-31 | 1 | -0/+14 |
| * | - Fixed a bug related to "nested" inner join eager loading, which | Mike Bayer | 2015-03-30 | 1 | -0/+12 |
| * | call this 1.0.0b5 for the moment | Mike Bayer | 2015-03-30 | 1 | -0/+3 |
| * | 1.0.0b4rel_1_0_0b4 | Mike Bayer | 2015-03-29 | 2 | -2/+3 |
| * | Fix typospr/165 | Ernest Walzel | 2015-03-26 | 1 | -1/+1 |
| * | fdb drivers seem to be no longer available | Mike Bayer | 2015-03-24 | 1 | -1/+0 |
| * | - also add this to Oracle, and defensively to firebird and sybase | Mike Bayer | 2015-03-24 | 1 | -4/+5 |
| * | - Turned off the "simple order by" flag on the MSSQL dialect; this | Mike Bayer | 2015-03-24 | 1 | -0/+12 |
| * | - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint` | Mike Bayer | 2015-03-24 | 1 | -0/+12 |
| * | - Fixed bug in new "label resolution" feature of :ticket:`2992` where | Mike Bayer | 2015-03-23 | 1 | -0/+10 |
| * | - Fixed unicode support for PyMySQL when using an "executemany" | Mike Bayer | 2015-03-22 | 1 | -0/+12 |
| * | - Fixed bug in new "label resolution" feature of :ticket:`2992` where | Mike Bayer | 2015-03-21 | 1 | -0/+13 |
| * | - 1.0.0b3rel_1_0_0_b3 | Mike Bayer | 2015-03-20 | 2 | -1/+2 |
| * | - Repaired the commit for issue #2771 which was inadvertently commented | Mike Bayer | 2015-03-20 | 1 | -0/+11 |
| * | - 1.0.0b2rel_1_0_0b2 | Mike Bayer | 2015-03-20 | 2 | -2/+3 |
| * | - add a note that we aren't really doing zxjdbc right now even though | Mike Bayer | 2015-03-20 | 1 | -0/+4 |
| * | - reorganize MySQL docs re: unicode, other cleanup and updates | Mike Bayer | 2015-03-20 | 1 | -38/+38 |
| * | - add a test for #2771, fixes #2771 | Mike Bayer | 2015-03-20 | 1 | -0/+11 |
| * | - changelog for #3333, fixes #3333 | Mike Bayer | 2015-03-20 | 1 | -0/+9 |
| * | - Loosened some restrictions that were added to ``@declared_attr`` | Mike Bayer | 2015-03-18 | 1 | -0/+15 |
| * | - fix typo, fixes #3325 | Mike Bayer | 2015-03-17 | 1 | -1/+1 |
| * | - fix incorrect example | Mike Bayer | 2015-03-17 | 1 | -3/+3 |
| * | - The "auto close" for :class:`.ResultProxy` is now a "soft" close. | Mike Bayer | 2015-03-17 | 3 | -0/+70 |
| * | - merge 0.9 changelog | Mike Bayer | 2015-03-16 | 1 | -0/+8 |
| * | - changelog for #3327 fixes #3327 | Mike Bayer | 2015-03-16 | 1 | -0/+14 |
| * | 1.0.0b1rel_1_0_0b1 | Mike Bayer | 2015-03-13 | 2 | -2/+3 |
| * | - add notes for prerelease install | Mike Bayer | 2015-03-13 | 1 | -11/+11 |
| * | - call this 1.0.0b1 | Mike Bayer | 2015-03-13 | 4 | -118/+118 |
| * | - tweaks regarding the use_alter update | Mike Bayer | 2015-03-13 | 1 | -4/+2 |
| * | - repair forwards-port directives | Mike Bayer | 2015-03-12 | 1 | -0/+14 |
| * | - add the fact that we can cache the sql naively as well | Mike Bayer | 2015-03-12 | 1 | -5/+33 |
| * | - fix quantize recipe, fixes #3322 | Mike Bayer | 2015-03-12 | 1 | -1/+1 |
| * | - add a rationale section | Mike Bayer | 2015-03-12 | 1 | -0/+141 |
| * | - try to document how to get columns from constraints. | Mike Bayer | 2015-03-12 | 2 | -3/+8 |
| * | - Added a new extension suite :mod:`sqlalchemy.ext.baked`. This | Mike Bayer | 2015-03-11 | 5 | -1/+259 |
| * | - Added a new entry ``"entity"`` to the dictionaries returned by | Mike Bayer | 2015-03-11 | 1 | -0/+14 |
| * | - The Postgresql :class:`.postgresql.ENUM` type will emit a | Mike Bayer | 2015-03-11 | 2 | -0/+69 |
| * | - Added a new event suite :class:`.QueryEvents`. The | Mike Bayer | 2015-03-10 | 2 | -1/+25 |
| * | - The subquery wrapping which occurs when joined eager loading | Mike Bayer | 2015-03-10 | 2 | -0/+65 |