summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - pymssql has PEP249 Binary contructor since 2.1.1pr/166Ramiro Morales2015-04-051-4/+5
* - since we're working with no_site_packages at the moment, add in xdist to ge...Mike Bayer2015-04-051-0/+1
* - make sure this is 1.0.0 backported to 0.9Mike Bayer2015-04-041-0/+1
* - Fixed the pathing used when tests run; for sqla_nose.py and py.test,Mike Bayer2015-04-045-13/+42
* - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-044-12/+62
* - changelog for #3084, fixes #3084Mike Bayer2015-04-031-0/+15
* Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47Mike Bayer2015-04-035-10/+59
|\
| * unit-test deterministic topological sortSebastian Bank2015-03-071-0/+29
| * make sort_tables order deterministicSebastian Bank2015-03-074-10/+30
| * Merged zzzeek/sqlalchemy into masterSebastian Bank2015-03-07265-15990/+23674
| |\
* | | - next will be 1.0.0Mike Bayer2015-04-031-1/+1
* | | - changelog + docstring for pullreq github:164Mike Bayer2015-04-032-0/+18
* | | Merge remote-tracking branch 'origin/pr/164' into pr164Mike Bayer2015-04-033-7/+22
|\ \ \
| * | | Allow kwargs to be passed through update()pr/164Amir Sadoughi2015-03-203-7/+22
* | | | 1.0.0b5rel_1_0_0b5Mike Bayer2015-04-032-2/+3
* | | | - 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
|\ \ \ \