| Commit message (Expand) | Author | Age | Files | Lines |
| * | 1.0.1rel_1_0_1 | Mike Bayer | 2015-04-23 | 2 | -2/+3 |
| * | - update date | Mike Bayer | 2015-04-23 | 2 | -2/+2 |
| * | - change/migration edits | Mike Bayer | 2015-04-23 | 2 | -15/+23 |
| * | - Fixed support for "literal_binds" mode when using limit/offset | Mike Bayer | 2015-04-23 | 1 | -0/+8 |
| * | changelog for #3380, fixes #3380 | Mike Bayer | 2015-04-23 | 1 | -0/+9 |
| * | - repair a regression caused by #3282, where we no longer were | Mike Bayer | 2015-04-22 | 2 | -2/+48 |
| * | - correct migration note for #3084; doesn't apply to create/drop | Mike Bayer | 2015-04-22 | 1 | -8/+9 |
| * | - typo | Mike Bayer | 2015-04-21 | 1 | -1/+1 |
| * | - Added the string value ``"none"`` to those accepted by the | Mike Bayer | 2015-04-21 | 1 | -0/+11 |
| * | - Fixed issue where a straight SELECT EXISTS query would fail to | Mike Bayer | 2015-04-20 | 1 | -0/+18 |
| * | - add migration note for #3084 | Mike Bayer | 2015-04-20 | 2 | -0/+19 |
| * | - Fixed more regressions caused by NEVER_SET; comparisons | Mike Bayer | 2015-04-20 | 2 | -0/+149 |
| * | - add documentation describing the behavioral change in relationship | Mike Bayer | 2015-04-17 | 1 | -2/+55 |
| * | - Fixed a critical regression caused by :ticket:`3061` where the | Mike Bayer | 2015-04-17 | 1 | -0/+17 |
| * | 1.0.0rel_1_0_0 | Mike Bayer | 2015-04-16 | 3 | -3/+4 |
| * | - Identified an inconsistency when handling :meth:`.Query.join` to the | Mike Bayer | 2015-04-15 | 2 | -11/+91 |
| * | - Made a small improvement to the heuristics of relationship when | Mike Bayer | 2015-04-12 | 1 | -0/+12 |
| * | - Fixed issue where a :class:`.MetaData` object that used a naming | Mike Bayer | 2015-04-10 | 1 | -0/+11 |
| * | - ensure that the keys we put into the parameters dictionary | Mike Bayer | 2015-04-08 | 1 | -1/+4 |
| * | - Fixed a regression where the "last inserted id" mechanics would | Mike Bayer | 2015-04-08 | 1 | -0/+8 |
| * | - changelog for pr github:166 | Mike Bayer | 2015-04-08 | 1 | -0/+7 |
| * | - 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 |