summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* - add redshift-sqlalchemy, essentially fixes [ticket:2727]Mike Bayer2014-01-211-0/+2
* - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-201-0/+13
* use new paramlinks 0.2.2, trying to fix param links for __init__ vs. classMike Bayer2014-01-201-1/+1
* - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-203-1/+54
* fix typoMike Bayer2014-01-191-1/+1
* Merge pull request #59 from wichert/doc-relationship-typomike bayer2014-01-191-1/+1
|\
| * Fix a typo in the relationship docspr/59Wichert Akkerman2014-01-161-1/+1
* | akiban-> foundationdbMike Bayer2014-01-181-3/+2
* | - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-0/+24
* | credit to Derek HarlandMike Bayer2014-01-181-0/+1
* | - changelog for pullreq:11Mike Bayer2014-01-181-0/+16
* | - rework Oracle to no longer do its own unicode conversion; this has been obs...Mike Bayer2014-01-171-0/+37
|/
* even simplerMike Bayer2014-01-151-8/+4
* - should close the session before rolling back the transactionMike Bayer2014-01-151-3/+44
* - changelog + test for pullreq github 58Mike Bayer2014-01-141-0/+9
* - Fixed a bug involving the new flattened JOIN structures whichMike Bayer2014-01-131-0/+14
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-131-0/+27
* 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-131-1/+1
* - :class:`.Connection` now associates a newMike Bayer2014-01-121-0/+25
* - add new event PoolEvents.invalidate(). allows interception of invalidationMike Bayer2014-01-122-1/+69
* - 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
* new changelogMike Bayer2014-01-111-1/+1
* changelog for pullreq github:55pullreq55Mike Bayer2014-01-091-0/+11
* - 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
* fix the changelog mergeMike Bayer2014-01-051-3/+2
* - happy new yearMike Bayer2014-01-052-3/+3
* - docs + testsMike Bayer2014-01-051-0/+22
* Merge branch 'automap'Mike Bayer2014-01-055-15/+118
|\
| * - many-to-many supportMike Bayer2014-01-054-2/+80
| * - fix some docstring stuffMike Bayer2014-01-051-13/+19
| * - conjunctions like and_() and or_() can now accept generators as arguments.Mike Bayer2014-01-051-0/+11
| * - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace`Mike Bayer2014-01-042-1/+8
* | - Fixed regression where using a ``functools.partial()`` with the eventMike Bayer2014-01-041-0/+13
|/
* - Fixed an extremely unlikely memory issue where when usingMike Bayer2014-01-031-0/+12
* 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
* | - Fixed regression where we don't check the given name against theMike Bayer2014-01-021-0/+9
* | - A quasi-regression where apparently in 0.8 you can set a class-levelMike Bayer2014-01-021-0/+14
* | - Fixed regression where we apparently still create an implicitMike Bayer2014-01-021-0/+15
|/
* - 0.9.0 release daterel_0_9_0Mike Bayer2013-12-302-2/+3
* - call it 0.9.0Mike Bayer2013-12-303-24/+24
* sphinx paramlinks 0.1.8Mike Bayer2013-12-301-1/+1
* - use 0.1.7 at leastMike Bayer2013-12-301-1/+1
* - try out paramlinksMike Bayer2013-12-302-0/+2
* - apply a similar fix for floats to mssql+pyodbc as we did to firebirdMike Bayer2013-12-281-3/+3