| Commit message (Expand) | Author | Age | Files | Lines |
| * | 0.8.4 prep | Mike Bayer | 2013-12-08 | 2 | -2/+3 |
| * | - A DBAPI that raises an error on ``connect()`` which is not a subclass | Mike Bayer | 2013-12-07 | 1 | -0/+14 |
| * | - The :class:`.QueuePool` has been enhanced to not block new connection | Mike Bayer | 2013-12-06 | 1 | -0/+11 |
| * | - Made a slight adjustment to the logic which waits for a pooled | Mike Bayer | 2013-12-06 | 1 | -0/+15 |
| * | - changelog + test for pullreq #7, MSSQL dialect for DROP INDEX | Mike Bayer | 2013-12-05 | 1 | -0/+11 |
| * | - backport unique constraints reflection to 0.8.4, thereby | Roman Podolyaka | 2013-12-03 | 1 | -0/+9 |
| * | - Added ORA-02396 "maximum idle time" error code to list of | Mike Bayer | 2013-12-03 | 1 | -0/+8 |
| * | - the pronoun removal commit. there was only one instance of a | Mike Bayer | 2013-11-30 | 4 | -15/+18 |
| * | - reduce verbiage in mutation.py regarding legacy style, place under versiona... | Mike Bayer | 2013-11-29 | 2 | -3/+8 |
| * | - Fixed bug where SQL statement would be improperly ASCII-encoded | Mike Bayer | 2013-11-22 | 1 | -0/+11 |
| * | Fixed bug where Oracle ``VARCHAR`` types given with no length | Mike Bayer | 2013-11-22 | 1 | -0/+9 |
| * | - Fixed bug which prevented the ``serializer`` extension from working | Mike Bayer | 2013-11-21 | 1 | -0/+9 |
| * | sync up some changes for #2604 and #2607 from 0.7.10, 0.8.0b2 | Mike Bayer | 2013-11-14 | 2 | -20/+21 |
| * | sync up the 07/08 changelogs from master | Mike Bayer | 2013-11-14 | 2 | -89/+82 |
| * | add start-line here to avoid RST parse errors | Mike Bayer | 2013-11-14 | 1 | -0/+1 |
| * | Fix cross references | Vraj Mohan | 2013-11-14 | 3 | -11/+12 |
| * | Add undocumented members to resolve cross references | Vraj Mohan | 2013-11-14 | 1 | -0/+1 |
| * | Ensure API generation | Vraj Mohan | 2013-11-14 | 1 | -0/+3 |
| * | Ensure API generation and fix cross references | Vraj Mohan | 2013-11-14 | 2 | -0/+32 |
| * | Ensure API doc for make_url and resolve references | Vraj Mohan | 2013-11-14 | 2 | -1/+3 |
| * | Suppress warnings about files not being included in any toctree | Vraj Mohan | 2013-11-14 | 5 | -0/+10 |
| * | Fix indentation and escape *args and **kwargs | Vraj Mohan | 2013-11-12 | 9 | -119/+124 |
| * | add sap sqlanywhere | Mike Bayer | 2013-11-12 | 1 | -0/+1 |
| * | css updates to better work with RTD badge | Mike Bayer | 2013-11-11 | 2 | -2/+17 |
| * | - add a section re: using column_reflect for mapping, link to it from the "na... | Mike Bayer | 2013-10-31 | 2 | -10/+51 |
| * | - Fixed a regression introduced by :ticket:`2818` where the EXISTS | Mike Bayer | 2013-10-30 | 1 | -0/+10 |
| * | no such thing as default_strategy()... | Mike Bayer | 2013-10-28 | 1 | -2/+3 |
| * | fix to the changelog system for when there's no change recs in the body | Mike Bayer | 2013-10-27 | 1 | -1/+5 |
| * | - Fixed bug where index reflection would mis-interpret indkey values | Mike Bayer | 2013-10-27 | 1 | -0/+12 |
| * | - farm out everthing to do with rtd out to the sqlalchemy.org site | Mike Bayer | 2013-10-27 | 6 | -206/+33 |
| * | 0.8.3 releaserel_0_8_3 | Mike Bayer | 2013-10-26 | 2 | -2/+3 |
| * | - Fixed bug where Oracle table reflection using synonyms would fail | Mike Bayer | 2013-10-25 | 1 | -0/+9 |
| * | - The regexp used by the :func:`.url.make_url` function now parses | Mike Bayer | 2013-10-23 | 1 | -0/+8 |
| * | - Fixed bug where :func:`.type_coerce` would not interpret ORM | Mike Bayer | 2013-10-21 | 1 | -0/+8 |
| * | - add a type_coerce() step within Enum, Boolean to the CHECK constraint, | Mike Bayer | 2013-10-20 | 1 | -1/+13 |
| * | - add a "limitations of reflection" section, [ticket:2233] | Mike Bayer | 2013-10-18 | 2 | -1/+36 |
| * | - Removed a 128-character truncation from the reflection of the | Mike Bayer | 2013-10-18 | 1 | -0/+9 |
| * | - The change in :ticket:`2721`, which is that the ``deferrable`` keyword | Mike Bayer | 2013-10-18 | 1 | -0/+20 |
| * | The ``.unique`` flag on :class:`.Index` could be produced as ``None`` | Mike Bayer | 2013-10-14 | 1 | -0/+10 |
| * | - Added new option to :func:`.relationship` ``distinct_target_key``. | Mike Bayer | 2013-10-13 | 1 | -0/+19 |
| * | MySQL-connector dialect now allows options in the create_engine | Mike Bayer | 2013-10-13 | 1 | -0/+9 |
| * | Parenthesis will be applied to a compound SQL expression as | Mike Bayer | 2013-10-12 | 1 | -0/+8 |
| * | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -0/+10 |
| * | A :func:`.select` that is made to refer to itself in its FROM clause, | Mike Bayer | 2013-10-08 | 1 | -0/+9 |
| * | Fixed bug where using an annotation such as :func:`.remote` or | Mike Bayer | 2013-10-08 | 1 | -0/+11 |
| * | Non-working "schema" argument on :class:`.ForeignKey` is deprecated; | Mike Bayer | 2013-10-08 | 1 | -0/+7 |
| * | - add monetdb | Mike Bayer | 2013-10-01 | 1 | -2/+10 |
| * | changelog | Mike Bayer | 2013-09-29 | 1 | -0/+9 |
| * | its a feature | Mike Bayer | 2013-09-29 | 1 | -1/+1 |
| * | changelog | Mike Bayer | 2013-09-29 | 1 | -0/+9 |