| Commit message (Expand) | Author | Age | Files | Lines |
* | - pymssql has PEP249 Binary contructor since 2.1.1pr/166 | Ramiro Morales | 2015-04-05 | 1 | -4/+5 |
* | - since we're working with no_site_packages at the moment, add in xdist to ge... | Mike Bayer | 2015-04-05 | 1 | -0/+1 |
* | - make sure this is 1.0.0 backported to 0.9 | Mike Bayer | 2015-04-04 | 1 | -0/+1 |
* | - Fixed the pathing used when tests run; for sqla_nose.py and py.test, | Mike Bayer | 2015-04-04 | 5 | -13/+42 |
* | - Fixed a long-standing bug where the :class:`.Enum` type as used | Mike Bayer | 2015-04-04 | 4 | -12/+62 |
* | - changelog for #3084, fixes #3084 | Mike Bayer | 2015-04-03 | 1 | -0/+15 |
* | Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47 | Mike Bayer | 2015-04-03 | 5 | -10/+59 |
|\ |
|
| * | unit-test deterministic topological sort | Sebastian Bank | 2015-03-07 | 1 | -0/+29 |
| * | make sort_tables order deterministic | Sebastian Bank | 2015-03-07 | 4 | -10/+30 |
| * | Merged zzzeek/sqlalchemy into master | Sebastian Bank | 2015-03-07 | 265 | -15990/+23674 |
| |\ |
|
* | | | - next will be 1.0.0 | Mike Bayer | 2015-04-03 | 1 | -1/+1 |
* | | | - changelog + docstring for pullreq github:164 | Mike Bayer | 2015-04-03 | 2 | -0/+18 |
* | | | Merge remote-tracking branch 'origin/pr/164' into pr164 | Mike Bayer | 2015-04-03 | 3 | -7/+22 |
|\ \ \ |
|
| * | | | Allow kwargs to be passed through update()pr/164 | Amir Sadoughi | 2015-03-20 | 3 | -7/+22 |
* | | | | 1.0.0b5rel_1_0_0b5 | Mike Bayer | 2015-04-03 | 2 | -2/+3 |
* | | | | - update 0.9 changelog from rel_0_9 | Mike Bayer | 2015-04-02 | 1 | -0/+11 |
* | | | | - Fixed bug where the state tracking within multiple, nested | Mike Bayer | 2015-04-02 | 3 | -0/+41 |
* | | | | - use odict here for test determinism | Mike Bayer | 2015-04-01 | 1 | -7/+9 |
* | | | | - :class:`.Query` doesn't support joins, subselects, or special | Mike Bayer | 2015-04-01 | 5 | -70/+90 |
* | | | | - Added a list() call around a weak dictionary used within the | Mike Bayer | 2015-04-01 | 2 | -1/+10 |
* | | | | - Fixed bug where updated PG index reflection as a result of | Mike Bayer | 2015-04-01 | 4 | -32/+64 |
* | | | | - The warning emitted by the unicode type for a non-unicode type | Mike Bayer | 2015-03-31 | 3 | -4/+30 |
* | | | | - further fixes for #3347; track the mappers we're joining | Mike Bayer | 2015-03-31 | 3 | -22/+94 |
* | | | | - use an ordered dict so that queries are deterministic | Mike Bayer | 2015-03-30 | 1 | -4/+4 |
* | | | | - Fixed a bug related to "nested" inner join eager loading, which | Mike Bayer | 2015-03-30 | 3 | -22/+334 |
* | | | | call this 1.0.0b5 for the moment | Mike Bayer | 2015-03-30 | 2 | -1/+4 |
* | | | | 1.0.0b4rel_1_0_0b4 | Mike Bayer | 2015-03-29 | 2 | -2/+3 |
* | | | | Fix typospr/165 | Ernest Walzel | 2015-03-26 | 2 | -2/+2 |
|/ / / |
|
* | | | fdb drivers seem to be no longer available | Mike Bayer | 2015-03-24 | 1 | -1/+0 |
* | | | - fix this for pg8000 of all backends... | Mike Bayer | 2015-03-24 | 1 | -1/+1 |
* | | | - also add this to Oracle, and defensively to firebird and sybase | Mike Bayer | 2015-03-24 | 4 | -4/+10 |
* | | | - Turned off the "simple order by" flag on the MSSQL dialect; this | Mike Bayer | 2015-03-24 | 3 | -0/+22 |
* | | | - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint` | Mike Bayer | 2015-03-24 | 4 | -17/+181 |
* | | | - Fixed bug in new "label resolution" feature of :ticket:`2992` where | Mike Bayer | 2015-03-23 | 4 | -2/+22 |
* | | | - Fixed unicode support for PyMySQL when using an "executemany" | Mike Bayer | 2015-03-22 | 3 | -0/+18 |
* | | | - more updates to the unicode mess to frame this in | Mike Bayer | 2015-03-22 | 5 | -75/+63 |
* | | | some doc defenses | Mike Bayer | 2015-03-21 | 3 | -2/+10 |
* | | | - totally skip on mysqlconnector for now | Mike Bayer | 2015-03-21 | 1 | -0/+1 |
* | | | - Fixed bug in new "label resolution" feature of :ticket:`2992` where | Mike Bayer | 2015-03-21 | 4 | -2/+30 |
* | | | - oursql is unsupported on this | Mike Bayer | 2015-03-21 | 1 | -0/+1 |
* | | | - 1.0.0b3rel_1_0_0_b3 | Mike Bayer | 2015-03-20 | 2 | -1/+2 |
* | | | - Repaired the commit for issue #2771 which was inadvertently commented | Mike Bayer | 2015-03-20 | 4 | -2/+16 |
* | | | - 1.0.0b2rel_1_0_0b2 | Mike Bayer | 2015-03-20 | 2 | -2/+3 |
* | | | - test fix | Mike Bayer | 2015-03-20 | 1 | -0/+1 |
* | | | Merge branch 'mysqlclient' of https://bitbucket.org/methane/sqlalchemy into pr48 | Mike Bayer | 2015-03-20 | 1 | -0/+9 |
|\ \ \ |
|
| * | | | Add mention about mysqlclient | INADA Naoki | 2015-03-14 | 1 | -2/+4 |
* | | | | - add a note that we aren't really doing zxjdbc right now even though | Mike Bayer | 2015-03-20 | 3 | -0/+9 |
* | | | | - reorganize MySQL docs re: unicode, other cleanup and updates | Mike Bayer | 2015-03-20 | 9 | -59/+117 |
* | | | | - add a test for #2771, fixes #2771 | Mike Bayer | 2015-03-20 | 2 | -0/+19 |
* | | | | Merge branch 'support-emoji-on-mysql' of https://bitbucket.org/graingert/sqla... | Mike Bayer | 2015-03-20 | 2 | -1/+21 |
|\ \ \ \ |
|