summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix TypeError for class_mapper called w/ iterablepr/58Kyle Stark2014-01-131-1/+1
* update changelog from 0.3.2 to 0.3.4, re-patching the part of 2775c95b1ee3083...Mike Bayer2014-01-131-1/+1
* revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except...Mike Bayer2014-01-134-44/+23
* - continue with [ticket:2907] and further clean up how we set upMike Bayer2014-01-133-19/+48
* - dont run deletes hereMike Bayer2014-01-131-0/+1
* - :class:`.Connection` now associates a newMike Bayer2014-01-125-20/+299
* - add new event PoolEvents.invalidate(). allows interception of invalidationMike Bayer2014-01-126-55/+309
* - bump up how many args for "named arg style" to fourMike Bayer2014-01-121-1/+1
* - changelog for pullreq github 57Mike Bayer2014-01-121-0/+7
* - pullreq github 55 is in the wrong changelog! 0.9.2...Mike Bayer2014-01-121-2/+5
* Merge pull request #57 from sdague/mastermike bayer2014-01-121-0/+4
|\
| * expose SchemaVisitor in the compatibility layerpr/57Sean Dague2014-01-111-0/+4
|/
* - add a CLI to determine waht kind of test to runMike Bayer2014-01-111-19/+25
* new changelogMike Bayer2014-01-114-23/+44
* - fix some function mismatch in profilingMike Bayer2014-01-091-6/+3
* 0.9.2Mike Bayer2014-01-091-1/+1
* changelog for pullreq github:55pullreq55Mike Bayer2014-01-091-0/+11
* Use PyMODINIT_FUNCpr/55cgohlke2014-01-081-1/+1
* Use PyMODINIT_FUNCcgohlke2014-01-081-1/+1
* Use PyMODINIT_FUNCcgohlke2014-01-081-1/+1
* - fixesMike Bayer2014-01-081-4/+4
* - add more critical behavioral change for [ticket:2804]Mike Bayer2014-01-081-1/+49
* - 0.9.1rel_0_9_1Mike Bayer2014-01-052-2/+3
* - these tests are really old but trying to make sure everything is closed outMike Bayer2014-01-051-40/+40
* fix the changelog mergeMike Bayer2014-01-051-3/+2
* - happy new yearMike Bayer2014-01-05168-171/+171
* 0.9.1Mike Bayer2014-01-051-1/+1
* - docs + testsMike Bayer2014-01-052-0/+168
* Merge branch 'automap'Mike Bayer2014-01-0514-41/+1077
|\
| * - many-to-many supportMike Bayer2014-01-055-68/+866
| * - fix some docstring stuffMike Bayer2014-01-054-32/+81
| * - conjunctions like and_() and or_() can now accept generators as arguments.Mike Bayer2014-01-055-1/+32
| * - basic functionality.Mike Bayer2014-01-041-23/+30
| * - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace`Mike Bayer2014-01-044-7/+44
| * - hypothetical "automap" feature, would extend DeferredReflection to create c...Mike Bayer2014-01-031-0/+113
* | - Fixed regression where using a ``functools.partial()`` with the eventMike Bayer2014-01-045-4/+73
|/
* - Fixed an extremely unlikely memory issue where when usingMike Bayer2014-01-034-21/+93
* Merged in davidszotten/sqlalchemy/doc_typo (pull request #10) Mike Bayer2014-01-021-1/+1
|\
| * typo in changelogDavid Szotten2014-01-011-1/+1
* | - changelog for pullreq 9 from bitbucketMike Bayer2014-01-021-0/+8
* | Merge bitbucket.org:rschoon/sqlalchemy into tMike Bayer2014-01-022-1/+6
|\ \
| * | Don't barf on Session(info=...) from sessionmaker(info=None)Robin Schoonover2013-12-312-1/+6
| |/
* | - Fixed regression where we don't check the given name against theMike Bayer2014-01-023-1/+26
* | - A quasi-regression where apparently in 0.8 you can set a class-levelMike Bayer2014-01-023-2/+93
* | - Fixed regression where we apparently still create an implicitMike Bayer2014-01-024-8/+67
* | .pyoMike Bayer2014-01-021-0/+1
* | - support addition of fails_if()/only_on(), just wraps the decoratorsMike Bayer2014-01-023-5/+17
|/
* - 0.9.0 release daterel_0_9_0Mike Bayer2013-12-302-2/+3
* - call it 0.9.0Mike Bayer2013-12-307-32/+32
* Merge branch 'master' into rel_0_9Mike Bayer2013-12-302-0/+2
|\