summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* micro-optimize unique_listpr/169Gaƫtan de Menten2015-04-241-3/+4
* 1.0.1rel_1_0_1Mike Bayer2015-04-232-2/+3
* - update dateMike Bayer2015-04-232-2/+2
* - change/migration editsMike Bayer2015-04-232-15/+23
* - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-239-16/+26
* changelog for #3380, fixes #3380Mike Bayer2015-04-231-0/+9
* Update base.pypr/168effem-git2015-04-231-2/+2
* - repair a regression caused by #3282, where we no longer wereMike Bayer2015-04-227-98/+374
* - correct migration note for #3084; doesn't apply to create/dropMike Bayer2015-04-221-8/+9
* - typoMike Bayer2015-04-211-1/+1
* - add a warning to SingletonThreadPool that it isn't for general useMike Bayer2015-04-211-0/+13
* - Added the string value ``"none"`` to those accepted by theMike Bayer2015-04-213-1/+31
* - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-206-16/+87
* - add migration note for #3084Mike Bayer2015-04-202-0/+19
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-2011-64/+458
* - add documentation describing the behavioral change in relationshipMike Bayer2015-04-171-2/+55
* 1.0.1Mike Bayer2015-04-171-1/+1
* - Fixed a critical regression caused by :ticket:`3061` where theMike Bayer2015-04-175-4/+46
* 1.0.0rel_1_0_0Mike Bayer2015-04-163-3/+4
* - Identified an inconsistency when handling :meth:`.Query.join` to theMike Bayer2015-04-154-12/+109
* Merge remote-tracking branch 'origin/pr/163' into pr163Mike Bayer2015-04-1215-94/+172
|\
| * PEP8 cleanup in /test/enginepr/163Eric Streeper2015-03-206-79/+160
| * PEP8 cleanup in /test/aaa_profilingEric Streeper2015-03-183-6/+9
| * PEP8 cleanup in /test/sqlEric Streeper2015-03-186-9/+3
* | - remove excess commentMike Bayer2015-04-121-2/+0
* | - Made a small improvement to the heuristics of relationship whenMike Bayer2015-04-123-2/+62
* | - adjust for "0"Mike Bayer2015-04-121-1/+3
* | - Fixed issue where a :class:`.MetaData` object that used a namingMike Bayer2015-04-103-1/+28
* | - add test support for MySQLdb with use_unicode=1 or using mysqlclient on py3kMike Bayer2015-04-081-0/+6
* | - ensure that the keys we put into the parameters dictionaryMike Bayer2015-04-083-4/+16
* | - Fixed a regression where the "last inserted id" mechanics wouldMike Bayer2015-04-082-12/+28
* | - changelog for pr github:166Mike Bayer2015-04-081-0/+7
* | Merge remote-tracking branch 'origin/pr/166' into pr166Mike Bayer2015-04-081-4/+5
|\ \
| * | - pymssql has PEP249 Binary contructor since 2.1.1pr/166Ramiro Morales2015-04-051-4/+5
* | | - add some teardown for connections that are held open after testsMike Bayer2015-04-081-6/+18
* | | - OK, forget it, the DBAPIs, etc. everything else is also site-wide,Mike Bayer2015-04-051-5/+3
|/ /
* | - 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