summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow kwargs to be passed through update()pr/164Amir Sadoughi2015-03-203-7/+22
* fdb drivers seem to be no longer availableMike Bayer2015-03-241-1/+0
* - 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-244-4/+10
* - Turned off the "simple order by" flag on the MSSQL dialect; thisMike Bayer2015-03-243-0/+22
* - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint`Mike Bayer2015-03-244-17/+181
* - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-234-2/+22
* - Fixed unicode support for PyMySQL when using an "executemany"Mike Bayer2015-03-223-0/+18
* - more updates to the unicode mess to frame this inMike Bayer2015-03-225-75/+63
* some doc defensesMike Bayer2015-03-213-2/+10
* - totally skip on mysqlconnector for nowMike Bayer2015-03-211-0/+1
* - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-214-2/+30
* - oursql is unsupported on thisMike Bayer2015-03-211-0/+1
* - 1.0.0b3rel_1_0_0_b3Mike Bayer2015-03-202-1/+2
* - Repaired the commit for issue #2771 which was inadvertently commentedMike Bayer2015-03-204-2/+16
* - 1.0.0b2rel_1_0_0b2Mike Bayer2015-03-202-2/+3
* - test fixMike Bayer2015-03-201-0/+1
* 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-203-0/+9
* | - reorganize MySQL docs re: unicode, other cleanup and updatesMike Bayer2015-03-209-59/+117
* | - add a test for #2771, fixes #2771Mike Bayer2015-03-202-0/+19
* | 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
* | | - changelog for #3333, fixes #3333Mike Bayer2015-03-201-0/+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-183-9/+54
| |/ / |/| |
* | | - fix typo, fixes #3325Mike Bayer2015-03-171-1/+1
* | | b2 nowMike 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-1710-44/+264
* | | - 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