| Commit message (Expand) | Author | Age | Files | Lines |
| * | docs | Mike Bayer | 2014-01-26 | 2 | -10/+4 |
| * | seealsos in the tutorial | Mike Bayer | 2014-01-25 | 1 | -7/+50 |
| * | - start building out very comprehensive docstrings for core functions | Mike Bayer | 2014-01-25 | 2 | -0/+8 |
| * | - doc updates, include links to create_engine from tutorials, cleanup | Mike Bayer | 2014-01-23 | 3 | -48/+82 |
| * | fix typo | Mike Bayer | 2014-01-19 | 1 | -1/+1 |
| * | Fix a typo in the relationship docs | Wichert Akkerman | 2014-01-19 | 1 | -1/+1 |
| * | attic | Mike Bayer | 2014-01-18 | 1 | -1/+12 |
| * | akiban-> foundationdb | Mike Bayer | 2014-01-18 | 1 | -2/+4 |
| * | - changelog + test for pullreq github 58 | Mike Bayer | 2014-01-14 | 1 | -0/+9 |
| * | - add paramlinks and external changelog ext to 0.8 | Mike Bayer | 2014-01-11 | 3 | -355/+4 |
| * | - apply a similar fix for floats to mssql+pyodbc as we did to firebird | Mike Bayer | 2013-12-28 | 1 | -3/+3 |
| * | session docs: Change `object` to `someobject` | Ben Alpert | 2013-12-28 | 1 | -1/+1 |
| * | - The firebird dialect will quote identifiers which begin with an | Mike Bayer | 2013-12-27 | 1 | -0/+8 |
| * | - Fixed bug in Firebird index reflection where the columns within the | Mike Bayer | 2013-12-27 | 1 | -0/+8 |
| * | - The "asdecimal" flag used with the :class:`.Float` type will now | Mike Bayer | 2013-12-27 | 1 | -0/+8 |
| * | changelog, will merge to 0.8 | Mike Bayer | 2013-12-27 | 1 | -0/+9 |
| * | - Fixed issue where a primary key column that has a Sequence on it, | Mike Bayer | 2013-12-20 | 1 | -0/+13 |
| * | - Fixed bug with :meth:`.Insert.from_select` method where the order | Mike Bayer | 2013-12-19 | 1 | -0/+12 |
| * | - for [ticket:2651], leaving CheckConstraint alone, preferring to keep | Mike Bayer | 2013-12-16 | 1 | -0/+8 |
| * | - An adjustment to the :func:`.subqueryload` strategy which ensures that | Mike Bayer | 2013-12-16 | 1 | -0/+11 |
| * | - fix up the FAQ regarding the "foo_id" issue | Mike Bayer | 2013-12-16 | 2 | -18/+528 |
| * | - Fixed bug when using joined table inheritance from a table to a | Mike Bayer | 2013-12-16 | 1 | -0/+10 |
| * | - :func:`.composite` will raise an informative error message when the | Mike Bayer | 2013-12-12 | 1 | -0/+10 |
| * | - Error message when a string arg sent to :func:`.relationship` which | Mike Bayer | 2013-12-12 | 1 | -0/+13 |
| * | sqlany dialect moves to github | Mike Bayer | 2013-12-09 | 1 | -2/+2 |
| * | 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 |