summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | - update 0.9 changelog from rel_0_9Mike Bayer2015-04-021-0/+11
* | | | | - Fixed bug where the state tracking within multiple, nestedMike Bayer2015-04-023-0/+41
* | | | | - use odict here for test determinismMike Bayer2015-04-011-7/+9
* | | | | - :class:`.Query` doesn't support joins, subselects, or specialMike Bayer2015-04-015-70/+90
* | | | | - Added a list() call around a weak dictionary used within theMike Bayer2015-04-012-1/+10
* | | | | - Fixed bug where updated PG index reflection as a result ofMike Bayer2015-04-014-32/+64
* | | | | - The warning emitted by the unicode type for a non-unicode typeMike Bayer2015-03-313-4/+30
* | | | | - further fixes for #3347; track the mappers we're joiningMike Bayer2015-03-313-22/+94
* | | | | - use an ordered dict so that queries are deterministicMike Bayer2015-03-301-4/+4
* | | | | - Fixed a bug related to "nested" inner join eager loading, whichMike Bayer2015-03-303-22/+334
* | | | | call this 1.0.0b5 for the momentMike Bayer2015-03-302-1/+4
* | | | | 1.0.0b4rel_1_0_0b4Mike Bayer2015-03-292-2/+3
* | | | | Fix typospr/165Ernest Walzel2015-03-262-2/+2
|/ / / /
* | | | 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