summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* To support unicode with mysql you need to use utf8mb4pr/161Thomas Grainger2015-03-171-1/+1
* - merge 0.9 changelogMike Bayer2015-03-161-0/+8
* - changelog for #3327 fixes #3327Mike Bayer2015-03-161-0/+14
* Accept unicode in CascadeOptionspr/160Julien Castets2015-03-162-2/+10
* - remove now-misleading comment that SQLite doesn't support MATCH,Mike Bayer2015-03-141-2/+4
* 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-135-119/+119
* - tweaks regarding the use_alter updateMike Bayer2015-03-132-6/+3
* - ensure as_declarative is part of __all__ hereMike Bayer2015-03-121-0/+1
* - repair forwards-port directivesMike Bayer2015-03-121-0/+14
* - fix a get call here, we should figure this out since we dont wantMike Bayer2015-03-121-1/+1
* - 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-123-3/+16
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-1118-132/+1781
* - Added a new entry ``"entity"`` to the dictionaries returned byMike Bayer2015-03-113-14/+43
* - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-118-41/+310
* - Added a new event suite :class:`.QueryEvents`. TheMike Bayer2015-03-105-7/+125
* - The subquery wrapping which occurs when joined eager loadingMike Bayer2015-03-105-13/+104
* - Fixed bug where the session attachment error "object is alreadyMike Bayer2015-03-103-8/+36
* - Fixed bug where using an ``__abstract__`` mixin in the middleMike Bayer2015-03-103-0/+71
* - keep this as 100Mike Bayer2015-03-101-1/+1
* - feature, not enhancementMike Bayer2015-03-101-1/+1
* - 0.9.9 changelog updateMike Bayer2015-03-101-0/+1
* - copyright 2015Mike Bayer2015-03-10170-171/+171
* - repair doclevelMike Bayer2015-03-101-1/+1
* - changelog and docs for pullreq bitbucket:45Mike Bayer2015-03-102-0/+30
* Merge branch 'postgres-concurrently' of https://bitbucket.org/iurisilvio/sqla...Mike Bayer2015-03-102-2/+19
|\
| * Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-02-252-2/+19
* | Fix dependencies for running coverage checksGilles Dartiguelongue2015-03-101-1/+3
* | - changelog for pr github:154Mike Bayer2015-03-101-0/+8
* | Fix slice addressing of _AssociationList with python3Gilles Dartiguelongue2015-03-102-1/+20
* | - changelog / doc for sqlite partial indexesMike Bayer2015-03-102-0/+31
* | Merge branch 'sqlite-partial-indexes' of https://bitbucket.org/groner/sqlalch...Mike Bayer2015-03-102-3/+38
|\ \
| * | Partial index support with sqlite dialects.Kai Groner2015-01-261-2/+16
| * | Test for partial index support in sqlite dialects.Kai Groner2015-01-261-1/+22
* | | - updated countsMike Bayer2015-03-091-137/+137
* | | - fix a potential race condition where the per-mapper LRUCache used byMike Bayer2015-03-091-3/+2
* | | - reduce some callcounts related to the lightweight tuple,Mike Bayer2015-03-091-29/+56
* | | - add a callers optionMike Bayer2015-03-091-1/+7
* | | - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-097-126/+146
* | | - start locking down querying for cols after observing yesterdaysMike Bayer2015-03-092-196/+361
* | | - we really don't want to force lib here, but we do needMike Bayer2015-03-093-4/+31
* | | - random performance whacking vs. 0.9, in particular we have to watchMike Bayer2015-03-086-26/+33
* | | - add this for testingMike Bayer2015-03-081-0/+109
* | | - fix some more result_map callsMike Bayer2015-03-083-14/+14
* | | - rename _select_wrapsMike Bayer2015-03-084-16/+96
* | | fooMike Bayer2015-03-089-69/+69