summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Allow kwargs to be passed through update()pr/164Amir Sadoughi2015-03-202-6/+9
* - fix this for pg8000 of all backends...Mike Bayer2015-03-241-1/+1
* - also add this to Oracle, and defensively to firebird and sybaseMike Bayer2015-03-243-0/+5
* - Turned off the "simple order by" flag on the MSSQL dialect; thisMike Bayer2015-03-242-0/+10
* - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint`Mike Bayer2015-03-241-17/+37
* - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-232-2/+3
* - Fixed unicode support for PyMySQL when using an "executemany"Mike Bayer2015-03-221-0/+5
* - more updates to the unicode mess to frame this inMike Bayer2015-03-225-75/+63
* some doc defensesMike Bayer2015-03-213-2/+10
* - 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