| Commit message (Expand) | Author | Age | Files | Lines |
* | Update base.pypr/168 | effem-git | 2015-04-23 | 1 | -2/+2 |
* | - repair a regression caused by #3282, where we no longer were | Mike Bayer | 2015-04-22 | 7 | -98/+374 |
* | - correct migration note for #3084; doesn't apply to create/drop | Mike Bayer | 2015-04-22 | 1 | -8/+9 |
* | - typo | Mike Bayer | 2015-04-21 | 1 | -1/+1 |
* | - add a warning to SingletonThreadPool that it isn't for general use | Mike Bayer | 2015-04-21 | 1 | -0/+13 |
* | - Added the string value ``"none"`` to those accepted by the | Mike Bayer | 2015-04-21 | 3 | -1/+31 |
* | - Fixed issue where a straight SELECT EXISTS query would fail to | Mike Bayer | 2015-04-20 | 6 | -16/+87 |
* | - add migration note for #3084 | Mike Bayer | 2015-04-20 | 2 | -0/+19 |
* | - Fixed more regressions caused by NEVER_SET; comparisons | Mike Bayer | 2015-04-20 | 11 | -64/+458 |
* | - add documentation describing the behavioral change in relationship | Mike Bayer | 2015-04-17 | 1 | -2/+55 |
* | 1.0.1 | Mike Bayer | 2015-04-17 | 1 | -1/+1 |
* | - Fixed a critical regression caused by :ticket:`3061` where the | Mike Bayer | 2015-04-17 | 5 | -4/+46 |
* | 1.0.0rel_1_0_0 | Mike Bayer | 2015-04-16 | 3 | -3/+4 |
* | - Identified an inconsistency when handling :meth:`.Query.join` to the | Mike Bayer | 2015-04-15 | 4 | -12/+109 |
* | Merge remote-tracking branch 'origin/pr/163' into pr163 | Mike Bayer | 2015-04-12 | 15 | -94/+172 |
|\ |
|
| * | PEP8 cleanup in /test/enginepr/163 | Eric Streeper | 2015-03-20 | 6 | -79/+160 |
| * | PEP8 cleanup in /test/aaa_profiling | Eric Streeper | 2015-03-18 | 3 | -6/+9 |
| * | PEP8 cleanup in /test/sql | Eric Streeper | 2015-03-18 | 6 | -9/+3 |
* | | - remove excess comment | Mike Bayer | 2015-04-12 | 1 | -2/+0 |
* | | - Made a small improvement to the heuristics of relationship when | Mike Bayer | 2015-04-12 | 3 | -2/+62 |
* | | - adjust for "0" | Mike Bayer | 2015-04-12 | 1 | -1/+3 |
* | | - Fixed issue where a :class:`.MetaData` object that used a naming | Mike Bayer | 2015-04-10 | 3 | -1/+28 |
* | | - add test support for MySQLdb with use_unicode=1 or using mysqlclient on py3k | Mike Bayer | 2015-04-08 | 1 | -0/+6 |
* | | - ensure that the keys we put into the parameters dictionary | Mike Bayer | 2015-04-08 | 3 | -4/+16 |
* | | - Fixed a regression where the "last inserted id" mechanics would | Mike Bayer | 2015-04-08 | 2 | -12/+28 |
* | | - changelog for pr github:166 | Mike Bayer | 2015-04-08 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'origin/pr/166' into pr166 | Mike Bayer | 2015-04-08 | 1 | -4/+5 |
|\ \ |
|
| * | | - pymssql has PEP249 Binary contructor since 2.1.1pr/166 | Ramiro Morales | 2015-04-05 | 1 | -4/+5 |
* | | | - add some teardown for connections that are held open after tests | Mike Bayer | 2015-04-08 | 1 | -6/+18 |
* | | | - OK, forget it, the DBAPIs, etc. everything else is also site-wide, | Mike Bayer | 2015-04-05 | 1 | -5/+3 |
|/ / |
|
* | | - 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 |