summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* - make sure this is 1.0.0 backported to 0.9Mike Bayer2015-04-041-0/+1
* - Fixed the pathing used when tests run; for sqla_nose.py and py.test,Mike Bayer2015-04-041-0/+10
* - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-041-0/+10
* - changelog for #3084, fixes #3084Mike Bayer2015-04-031-0/+15
* - changelog + docstring for pullreq github:164Mike Bayer2015-04-031-0/+11
* 1.0.0b5rel_1_0_0b5Mike Bayer2015-04-032-2/+3
* - update 0.9 changelog from rel_0_9Mike Bayer2015-04-021-0/+11
* - Fixed bug where the state tracking within multiple, nestedMike Bayer2015-04-021-0/+12
* - :class:`.Query` doesn't support joins, subselects, or specialMike Bayer2015-04-011-0/+11
* - Added a list() call around a weak dictionary used within theMike Bayer2015-04-011-0/+9
* - Fixed bug where updated PG index reflection as a result ofMike Bayer2015-04-011-0/+9
* - The warning emitted by the unicode type for a non-unicode typeMike Bayer2015-03-311-0/+14
* - Fixed a bug related to "nested" inner join eager loading, whichMike Bayer2015-03-301-0/+12
* call this 1.0.0b5 for the momentMike Bayer2015-03-301-0/+3
* 1.0.0b4rel_1_0_0b4Mike Bayer2015-03-292-2/+3
* Fix typospr/165Ernest Walzel2015-03-261-1/+1
* fdb drivers seem to be no longer availableMike Bayer2015-03-241-1/+0
* - also add this to Oracle, and defensively to firebird and sybaseMike Bayer2015-03-241-4/+5
* - Turned off the "simple order by" flag on the MSSQL dialect; thisMike Bayer2015-03-241-0/+12
* - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint`Mike Bayer2015-03-241-0/+12
* - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-231-0/+10
* - Fixed unicode support for PyMySQL when using an "executemany"Mike Bayer2015-03-221-0/+12
* - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-211-0/+13
* - 1.0.0b3rel_1_0_0_b3Mike Bayer2015-03-202-1/+2
* - Repaired the commit for issue #2771 which was inadvertently commentedMike Bayer2015-03-201-0/+11
* - 1.0.0b2rel_1_0_0b2Mike Bayer2015-03-202-2/+3
* - add a note that we aren't really doing zxjdbc right now even thoughMike Bayer2015-03-201-0/+4
* - reorganize MySQL docs re: unicode, other cleanup and updatesMike Bayer2015-03-201-38/+38
* - add a test for #2771, fixes #2771Mike Bayer2015-03-201-0/+11
* - changelog for #3333, fixes #3333Mike Bayer2015-03-201-0/+9
* - Loosened some restrictions that were added to ``@declared_attr``Mike Bayer2015-03-181-0/+15
* - fix typo, fixes #3325Mike Bayer2015-03-171-1/+1
* - fix incorrect exampleMike Bayer2015-03-171-3/+3
* - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-173-0/+70
* - merge 0.9 changelogMike Bayer2015-03-161-0/+8
* - changelog for #3327 fixes #3327Mike Bayer2015-03-161-0/+14
* 1.0.0b1rel_1_0_0b1Mike Bayer2015-03-132-2/+3
* - add notes for prerelease installMike Bayer2015-03-131-11/+11
* - call this 1.0.0b1Mike Bayer2015-03-134-118/+118
* - tweaks regarding the use_alter updateMike Bayer2015-03-131-4/+2
* - repair forwards-port directivesMike Bayer2015-03-121-0/+14
* - add the fact that we can cache the sql naively as wellMike Bayer2015-03-121-5/+33
* - fix quantize recipe, fixes #3322Mike Bayer2015-03-121-1/+1
* - add a rationale sectionMike Bayer2015-03-121-0/+141
* - try to document how to get columns from constraints.Mike Bayer2015-03-122-3/+8
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-115-1/+259
* - Added a new entry ``"entity"`` to the dictionaries returned byMike Bayer2015-03-111-0/+14
* - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-112-0/+69
* - Added a new event suite :class:`.QueryEvents`. TheMike Bayer2015-03-102-1/+25
* - The subquery wrapping which occurs when joined eager loadingMike Bayer2015-03-102-0/+65