summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - rework sqlite FK and unique constraint system to combine both PRAGMAMike Bayer2014-12-135-244/+506
* - add tentative 'changelog' documentation on #3244Jon Nelson2014-12-131-0/+9
* - add test_get_unnamed_unique_constraints to SQLite reflection testsJon Nelson2014-12-131-0/+18
* - fix unique constraint parsing for sqlite -- may return '' for name, howeverJon Nelson2014-12-131-1/+1
* - Added new method :meth:`.Session.invalidate`, functions similarlyMike Bayer2014-12-124-2/+72
* - update zoomarkMike Bayer2014-12-121-6/+6
* - fix up query update /delete documentation, make warningsMike Bayer2014-12-101-69/+110
* - keep working on fixing #3266, more cases, more testsMike Bayer2014-12-101-4/+5
* - rework the handle error on connect tests from test_parsconnect whereMike Bayer2014-12-102-236/+245
* Merge remote-tracking branch 'origin/pr/153'Mike Bayer2014-12-081-1/+1
|\
| * Removing unneeded space.pr/153Yuval Langer2014-12-091-1/+1
* | - identify another spot where _handle_dbapi_error() needs to do somethingMike Bayer2014-12-082-3/+32
|/
* - simplify the "noconnection" error handling, settingMike Bayer2014-12-083-20/+22
* - autoinc here for oracleMike Bayer2014-12-081-1/+3
* - force the _has_events flag to True on engines, so thatMike Bayer2014-12-082-54/+24
* - some profile changes likely due to the change in event listeningticket_3100Mike Bayer2014-12-082-23/+54