summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* multiple levels of inheritance with different 'on' clausespr/29Anatoly Bubenkov2013-09-101-4/+77
* - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-067-14/+156
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-044-2/+26
* add caveats regarding RETURNINGMike Bayer2013-09-022-3/+59
* use a different col here to keep oracle happyMike Bayer2013-09-021-2/+12
* plus some more adjustments for mysql, or in general if an Index refers toMike Bayer2013-08-282-2/+12
* Fixed bug where using the ``column_reflect`` event to change the ``.key``Mike Bayer2013-08-284-10/+68
* - fix bug here in profiling.pyMike Bayer2013-08-282-12/+12
* repair missing oracle skipMike Bayer2013-08-281-1/+1
* comment this alternative approach...Mike Bayer2013-08-281-0/+7
* - these tests now fail on a normalize name DB, as they should! because we're ...Mike Bayer2013-08-281-0/+6
* - rework the profile thing to just rewrite all failing numbers when --write-p...Mike Bayer2013-08-282-8/+20
* callcountsMike Bayer2013-08-272-3/+3
* - cx_oracle seems to have a bug here though it is hard to track downMike Bayer2013-08-274-14/+15
* more seealsos...Mike Bayer2013-08-271-3/+4
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-2723-192/+622
* correct for missing fail() methods which were lost when we removed unittest.T...Mike Bayer2013-08-261-25/+20
* clean up formatting and other linting issuesMike Bayer2013-08-261-52/+51
* - ensure rowcount is returned for an UPDATE with no implicit returningMike Bayer2013-08-255-36/+35
* - fix server-side non-returning exampleMike Bayer2013-08-251-3/+4
* migration for version id feature, eager_defaultsMike Bayer2013-08-251-0/+44
* - restore constructor docs blown away in the mergeMike Bayer2013-08-251-0/+141
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-2518-235/+896
* forgot to add system to the copy() methodMike Bayer2013-08-252-0/+8
* added "system=True" to Column, so that we generally don't have to botherMike Bayer2013-08-256-7/+47
* Merge pull request #23 from yoloseem/mastermike bayer2013-08-252-3/+3
|\
| * fix typospr/23Hyunjun Kim2013-08-252-3/+3
* | - The :class:`.CreateColumn` construct can be appled to a customMike Bayer2013-08-245-4/+65
|/
* - "primary mapper entity" is now an attribute on Query,Mike Bayer2013-08-241-16/+11
* 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-2111-7/+791
* 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-205-4/+42
* too small!Mike Bayer2013-08-181-1/+1
* add some heightMike Bayer2013-08-181-2/+5
* additoinalMike Bayer2013-08-182-18/+45
* - reorganize docs so expression, schema are broken out into subfiles, they're...Mike Bayer2013-08-1831-1890/+1936
* and we don't need weaksetMike Bayer2013-08-182-24/+1
* 0.9 needs 0.8's changelog also.....Mike Bayer2013-08-181-0/+10
* - use newly fixed WeakSequence (#2794) to not have to rely on class name for ...Mike Bayer2013-08-181-5/+4
* - add WeakSequence.append()Mike Bayer2013-08-182-6/+43
* formattingMike Bayer2013-08-181-1/+2
* Fixed a potential issue in an ordered sequence implementation usedMike Bayer2013-08-184-5/+29
* - also do delete, add seealsos, formatting, etc. [ticket:2798]Mike Bayer2013-08-181-13/+37
* - add better notes to query.update(), most notably how to deal with a joined ...Mike Bayer2013-08-182-12/+38
* Fixed regression dating back to 0.7.9 whereby the name of a CTE mightMike Bayer2013-08-185-1/+40
* more tests regarding expiry, deferralMike Bayer2013-08-171-1/+57