| Commit message (Expand) | Author | Age | Files | Lines |
| * | name | Mike Bayer | 2013-10-13 | 1 | -1/+1 |
| * | - 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 |
| * | The ``default`` argument of :class:`.Column` now accepts a class | Mike Bayer | 2013-10-11 | 1 | -0/+7 |
| * | The "name" attribute is set on :class:`.Index` before the "attach" | Mike Bayer | 2013-10-11 | 1 | -0/+9 |
| * | - The method signature of :meth:`.Dialect.reflecttable`, which in | Mike Bayer | 2013-10-11 | 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 |
| * | 0.8 changelog | Mike Bayer | 2013-10-08 | 1 | -0/+7 |
| * | The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey` | Mike Bayer | 2013-10-08 | 1 | -0/+8 |
| * | 11th hour realization that Load() needs to do the _chop_path() thing as | Mike Bayer | 2013-10-06 | 1 | -7/+14 |
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 6 | -82/+320 |
| * | - A new construct :class:`.Bundle` is added, which allows for specification | Mike Bayer | 2013-10-03 | 4 | -0/+139 |
| * | - 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 |
| * | fix typo [ticket:2827] | Mike Bayer | 2013-09-17 | 1 | -1/+1 |
| * | render "backports"/ "forward ports" automatically, only write out | Mike Bayer | 2013-09-17 | 4 | -594/+137 |
| * | - modify what we did in [ticket:2793] so that we can also set the | Mike Bayer | 2013-09-06 | 3 | -7/+60 |
| * | Fixed Query.exists() method for the case, when query doesn't have any filters... | Vladimir Magamedov | 2013-09-04 | 2 | -0/+15 |
| * | Fixed bug where using the ``column_reflect`` event to change the ``.key`` | Mike Bayer | 2013-08-28 | 2 | -0/+17 |
| * | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 5 | -2/+59 |
| * | - fix server-side non-returning example | Mike Bayer | 2013-08-25 | 1 | -3/+4 |
| * | migration for version id feature, eager_defaults | Mike Bayer | 2013-08-25 | 1 | -0/+44 |
| * | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 7 | -6/+285 |
| * | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 2 | -2/+12 |
| * | - The :class:`.CreateColumn` construct can be appled to a custom | Mike Bayer | 2013-08-24 | 2 | -0/+14 |
| * | formatting | Mike Bayer | 2013-08-23 | 1 | -5/+5 |
| * | - update the test times, include pypy, clean up the script | Mike Bayer | 2013-08-21 | 1 | -19/+29 |
| * | add FAQ entry on large inserts | Mike Bayer | 2013-08-21 | 1 | -1/+127 |
| * | fix link | Mike Bayer | 2013-08-21 | 1 | -1/+1 |
| * | move FAQ to the docs, [ticket:2133] | Mike Bayer | 2013-08-21 | 7 | -2/+763 |
| * | yikes return the modname if no lookup found... | Mike Bayer | 2013-08-21 | 1 | -0/+2 |
| * | Fixed bug where list instrumentation would fail to represent a | Mike Bayer | 2013-08-20 | 3 | -0/+30 |
| * | too small! | Mike Bayer | 2013-08-18 | 1 | -1/+1 |
| * | add some height | Mike Bayer | 2013-08-18 | 1 | -2/+5 |
| * | additoinal | Mike Bayer | 2013-08-18 | 1 | -16/+26 |
| * | - reorganize docs so expression, schema are broken out into subfiles, they're... | Mike Bayer | 2013-08-18 | 30 | -1890/+1935 |
| * | 0.9 needs 0.8's changelog also..... | Mike Bayer | 2013-08-18 | 1 | -0/+10 |
| * | Fixed a potential issue in an ordered sequence implementation used | Mike Bayer | 2013-08-18 | 2 | -0/+18 |
| * | - add better notes to query.update(), most notably how to deal with a joined ... | Mike Bayer | 2013-08-18 | 1 | -0/+2 |
| * | Fixed regression dating back to 0.7.9 whereby the name of a CTE might | Mike Bayer | 2013-08-18 | 3 | -0/+23 |
| * | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 1 | -0/+6 |
| * | 0.8 changelog | Mike Bayer | 2013-08-17 | 1 | -0/+7 |
| * | - changelog | Mike Bayer | 2013-08-17 | 1 | -0/+7 |
| * | Merged in bacher09/sqlalchemy (pull request #5)
| Mike Bayer | 2013-08-17 | 1 | -1/+1 |
| |\ |
|
| | * | Fix typo in comparator_factory example | Slava Bacherikov | 2013-08-09 | 1 | -1/+1 |