summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - wip for #3336fix_mysqlconnectorMike Bayer2015-03-215-4/+25
* - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-212-2/+3
* - Repaired the commit for issue #2771 which was inadvertently commentedMike Bayer2015-03-202-2/+2
* Merge branch 'mysqlclient' of https://bitbucket.org/methane/sqlalchemy into pr48Mike Bayer2015-03-201-0/+9
|\
| * Add mention about mysqlclientINADA Naoki2015-03-141-2/+4
* | - add a note that we aren't really doing zxjdbc right now even thoughMike Bayer2015-03-202-0/+5
* | - reorganize MySQL docs re: unicode, other cleanup and updatesMike Bayer2015-03-208-21/+79
* | Merge branch 'support-emoji-on-mysql' of https://bitbucket.org/graingert/sqla...Mike Bayer2015-03-202-1/+21
|\ \
| * | add utf8mb4 recommendationThomas Grainger2015-03-181-0/+12
| * | map MySQL encodings to python encodings fixes #2771Thomas Grainger2015-03-181-1/+9
* | | Merge remote-tracking branch 'origin/pr/158' into pr158Mike Bayer2015-03-201-1/+3
|\ \ \
| * | | fix Python 2-specific byte conversionpr/158David Marin2015-02-051-1/+3
* | | | - Loosened some restrictions that were added to ``@declared_attr``Mike Bayer2015-03-181-9/+6
| |/ / |/| |
* | | b2 nowMike Bayer2015-03-171-1/+1
* | | - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-175-44/+150
* | | Accept unicode in CascadeOptionspr/160Julien Castets2015-03-161-1/+1
* | | - remove now-misleading comment that SQLite doesn't support MATCH,Mike Bayer2015-03-141-2/+4
* | | - call this 1.0.0b1Mike Bayer2015-03-131-1/+1
* | | - tweaks regarding the use_alter updateMike Bayer2015-03-131-2/+1
| |/ |/|
* | - ensure as_declarative is part of __all__ hereMike Bayer2015-03-121-0/+1
* | - fix a get call here, we should figure this out since we dont wantMike Bayer2015-03-121-1/+1
* | - try to document how to get columns from constraints.Mike Bayer2015-03-121-0/+8
* | - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-118-128/+711
* | - Added a new entry ``"entity"`` to the dictionaries returned byMike Bayer2015-03-111-2/+8
* | - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-114-40/+141
* | - Added a new event suite :class:`.QueryEvents`. TheMike Bayer2015-03-102-5/+63
* | - The subquery wrapping which occurs when joined eager loadingMike Bayer2015-03-101-1/+1
* | - Fixed bug where the session attachment error "object is alreadyMike Bayer2015-03-101-7/+7
* | - Fixed bug where using an ``__abstract__`` mixin in the middleMike Bayer2015-03-101-0/+21
* | - keep this as 100Mike Bayer2015-03-101-1/+1
* | - copyright 2015Mike Bayer2015-03-10167-167/+167
* | - repair doclevelMike Bayer2015-03-101-1/+1
* | - changelog and docs for pullreq bitbucket:45Mike Bayer2015-03-101-0/+18
* | Merge branch 'postgres-concurrently' of https://bitbucket.org/iurisilvio/sqla...Mike Bayer2015-03-101-2/+9
|\ \
| * | Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-02-251-2/+9
* | | Fix slice addressing of _AssociationList with python3Gilles Dartiguelongue2015-03-101-1/+4
* | | - changelog / doc for sqlite partial indexesMike Bayer2015-03-101-0/+20
* | | Merge branch 'sqlite-partial-indexes' of https://bitbucket.org/groner/sqlalch...Mike Bayer2015-03-101-2/+16
|\ \ \
| * | | Partial index support with sqlite dialects.Kai Groner2015-01-261-2/+16
* | | | - 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
* | | | - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-094-23/+46
* | | | - random performance whacking vs. 0.9, in particular we have to watchMike Bayer2015-03-083-16/+21
* | | | - rename _select_wrapsMike Bayer2015-03-083-16/+35
* | | | fooMike Bayer2015-03-083-36/+36
* | | | - the change for #918 was of course not nearly that simple.Mike Bayer2015-03-074-38/+51
* | | | - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-074-91/+171
* | | | minor docstring fix in MappedCollection classJochem Oosterveen2015-03-061-2/+2
* | | | Merge remote-tracking branch 'origin/pr/132' into pr132Mike Bayer2015-03-021-14/+77
|\ \ \ \
| * | | | Changed pg8000 dialect to cope with native JSONpr/132Tony Locke2015-01-031-1/+12