summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* nameMike Bayer2013-10-131-1/+1
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-131-0/+19
* MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-131-0/+9
* Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-0/+8
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-0/+10
* The ``default`` argument of :class:`.Column` now accepts a classMike Bayer2013-10-111-0/+7
* The "name" attribute is set on :class:`.Index` before the "attach"Mike Bayer2013-10-111-0/+9
* - The method signature of :meth:`.Dialect.reflecttable`, which inMike Bayer2013-10-111-0/+10
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-081-0/+9
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-081-0/+11
* 0.8 changelogMike Bayer2013-10-081-0/+7
* The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey`Mike Bayer2013-10-081-0/+8
* 11th hour realization that Load() needs to do the _chop_path() thing asMike Bayer2013-10-061-7/+14
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-066-82/+320
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-034-0/+139
* - add monetdbMike Bayer2013-10-011-2/+10
* changelogMike Bayer2013-09-291-0/+9
* its a featureMike Bayer2013-09-291-1/+1
* changelogMike Bayer2013-09-291-0/+9
* fix typo [ticket:2827]Mike Bayer2013-09-171-1/+1
* render "backports"/ "forward ports" automatically, only write outMike Bayer2013-09-174-594/+137
* - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-063-7/+60
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-042-0/+15
* Fixed bug where using the ``column_reflect`` event to change the ``.key``Mike Bayer2013-08-282-0/+17
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-275-2/+59
* - fix server-side non-returning exampleMike Bayer2013-08-251-3/+4
* migration for version id feature, eager_defaultsMike Bayer2013-08-251-0/+44
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-257-6/+285
* added "system=True" to Column, so that we generally don't have to botherMike Bayer2013-08-252-2/+12
* - The :class:`.CreateColumn` construct can be appled to a customMike Bayer2013-08-242-0/+14
* formattingMike Bayer2013-08-231-5/+5
* - update the test times, include pypy, clean up the scriptMike Bayer2013-08-211-19/+29
* add FAQ entry on large insertsMike Bayer2013-08-211-1/+127
* fix linkMike Bayer2013-08-211-1/+1
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-217-2/+763
* yikes return the modname if no lookup found...Mike Bayer2013-08-211-0/+2
* Fixed bug where list instrumentation would fail to represent aMike Bayer2013-08-203-0/+30
* too small!Mike Bayer2013-08-181-1/+1
* add some heightMike Bayer2013-08-181-2/+5
* additoinalMike Bayer2013-08-181-16/+26
* - reorganize docs so expression, schema are broken out into subfiles, they're...Mike Bayer2013-08-1830-1890/+1935
* 0.9 needs 0.8's changelog also.....Mike Bayer2013-08-181-0/+10
* Fixed a potential issue in an ordered sequence implementation usedMike Bayer2013-08-182-0/+18
* - add better notes to query.update(), most notably how to deal with a joined ...Mike Bayer2013-08-181-0/+2
* Fixed regression dating back to 0.7.9 whereby the name of a CTE mightMike Bayer2013-08-183-0/+23
* Improved support for the cymysql driver, supporting version 0.6.5,Mike Bayer2013-08-171-0/+6
* 0.8 changelogMike Bayer2013-08-171-0/+7
* - changelogMike Bayer2013-08-171-0/+7
* Merged in bacher09/sqlalchemy (pull request #5) Mike Bayer2013-08-171-1/+1
|\
| * Fix typo in comparator_factory exampleSlava Bacherikov2013-08-091-1/+1