summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-22/+11
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-0/+24
* | add some more detail about concurrencyMike Bayer2013-08-121-6/+23
* | - more "when do i create the session" docs, get specificMike Bayer2013-08-122-184/+397
|/
* Typopr/21Severin Orth2013-08-081-1/+1
* - The :meth:`.Operators.notin_` operator added in 0.8 now properlyMike Bayer2013-08-072-0/+14
* Added a new attribute :attr:`.Session.info` to :class:`.Session`;Mike Bayer2013-08-021-0/+10
* Updates to MySQL reserved words for versions 5.5, 5.6, courtesyMike Bayer2013-07-313-0/+21
* fix changelogMike Bayer2013-07-311-1/+1
* - Fixed bug in common table expression system where if the CTE wereMike Bayer2013-07-313-0/+24
* last updatedMike Bayer2013-07-271-1/+1
* - The C extensions are ported to Python 3 and will build underMike Bayer2013-07-262-3/+15
* - add event.contains() function to the event package, returns TrueMike Bayer2013-07-261-0/+1
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-263-0/+47
* - The mechanism by which attribute events pass along anMike Bayer2013-07-263-0/+102
* - Improved the examples in ``examples/generic_associations``, includingMike Bayer2013-07-193-0/+41
* Fixed bug in ORM-level event registration where the "raw" orMike Bayer2013-07-182-0/+16
* Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from aMike Bayer2013-07-173-0/+21
* changelog for 0.9Mike Bayer2013-07-131-0/+15
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-131-0/+15
* The newly added SQLite DATETIME arguments storage_format andMike Bayer2013-07-122-0/+18
* CSS tweaks to support version styling in the latest versions of sphinxMike Bayer2013-07-121-9/+16
* Fixed bug where the expression system relied upon the ``str()``Mike Bayer2013-07-122-0/+30