summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support for the WITHIN GROUP (ORDER BY) clauses (within_group/WithinGroup).pr/156Antti Haapala2015-01-086-2/+97
* - doc fixesMike Bayer2015-01-062-12/+14
* - add a close hereMike Bayer2015-01-061-0/+1
* - Fixed bug where if an exception were thrown at the start of aMike Bayer2015-01-053-34/+78
* fix verbiageMike Bayer2015-01-051-2/+2
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-0518-55/+204
* - make a new page that introduces mapping a little better for theMike Bayer2015-01-054-69/+126
* - more callcountsMike Bayer2015-01-052-9/+20
* - this is passing, no idea whyMike Bayer2015-01-041-3/+0
* - callcountsMike Bayer2015-01-042-23/+21
* - fix test for new eventsMike Bayer2015-01-041-1/+1
* - Structural memory use has been improved via much more significant useMike Bayer2015-01-042-1/+47
* - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ schemeMike Bayer2015-01-043-27/+50
* - clean up default comparator which doesn't need to be a class,Mike Bayer2015-01-044-267/+272
* - strategies + declarativeMike Bayer2015-01-044-0/+36
* - wip - start factoring events so that we aren't using descriptors for dispatch,Mike Bayer2015-01-048-142/+166
* - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-0412-103/+141
* - use a different bitwise approach here that doesn't require iteratingMike Bayer2015-01-033-6/+16
* - The :class:`.mysql.SET` type has been overhauled to no longerMike Bayer2015-01-035-59/+295
* - clean up SET testsMike Bayer2015-01-031-95/+135
* - tighten the inspection in _ColumnEntity to reduce unnecessaryMike Bayer2015-01-031-14/+14
* - put this back now that we found the source of thisMike Bayer2015-01-021-5/+1
* - test failures:Mike Bayer2015-01-022-2/+1
* - repair drop_all_tablesMike Bayer2015-01-021-1/+1
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-0117-134/+909
* - Added a new accessor :attr:`.Table.foreign_key_constraints`Mike Bayer2015-01-013-0/+74
* - remove the "edges" from the message here. It's illegibleMike Bayer2015-01-011-1/+1
* - fix some RST whitespace syntactical issues in toctreesMike Bayer2014-12-292-12/+13
* - see if we can get RTD to use this for nowMike Bayer2014-12-281-1/+1
* bumpMike Bayer2014-12-281-1/+1
* bumpMike Bayer2014-12-281-1/+1
* - fix links for loading, add a redirect pageMike Bayer2014-12-275-6/+9
* - another bumpMike Bayer2014-12-271-1/+1
* - remove private superclasses from docs in favor of fixingMike Bayer2014-12-275-16/+1
* remove pipe...Mike Bayer2014-12-271-1/+1
* correctionsMike Bayer2014-12-2715-28/+53
* - correctionsMike Bayer2014-12-2727-37/+99
* - typo fixes #3269Mike Bayer2014-12-271-1/+1
* - ouch, this needs to be in dbapi, not module level!Mike Bayer2014-12-191-7/+8
* - make the google deprecation messages more specific, use full URLMike Bayer2014-12-193-4/+24
* Merge branch 'update-gaerdbms-docs' of https://bitbucket.org/rob_b/sqlalchemy...Mike Bayer2014-12-191-0/+12
|\
| * Update gaerdbms to highlight improved connection methodRob Berry2014-12-181-0/+12
* | Maul the evaulate & friends typoPriit Laes2014-12-1913-15/+15
* | - Fixed bug where using a :class:`.TypeDecorator` that implementedMike Bayer2014-12-193-3/+43
* | - create a new section on "custom load rules", to help with edgeMike Bayer2014-12-191-0/+76
|/
* - classical is really not the most important topic hereMike Bayer2014-12-171-1/+1
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-1779-11663/+10043
* - Added a version check to the MySQLdb dialect surrounding theMike Bayer2014-12-162-6/+15
* - rework the migration doc sectionsMike Bayer2014-12-142-579/+585
* - automap isn't new anymoreMike Bayer2014-12-141-1/+1