summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed typopr/142mozillazg2014-10-151-2/+2
* - Improvements to the mechanism used by :class:`.Session` to locateMike Bayer2014-10-145-50/+336
* - move BindTest into orm/test_bindsMike Bayer2014-10-142-193/+194
* - The ``__module__`` attribute is now set for all those SQL andMike Bayer2014-10-143-2/+50
* - merge 0.9.8 release dateMike Bayer2014-10-131-0/+1
* - additional issues fixed in mysqlconnector 2.0.1Mike Bayer2014-10-131-15/+0
* - this test passes now in more recent mysqlconnectorMike Bayer2014-10-131-4/+2
* - Mysqlconnector as of version 2.0, probably as a side effect ofMike Bayer2014-10-125-102/+123
* - the test_except test was doing an unnecessary workaround of some kind,Mike Bayer2014-10-122-15/+4
* - roll back part of pr 140 to get exception wrapping working againMike Bayer2014-10-121-3/+7
* Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-1113-39/+29
|\
| * cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-0211-61/+21
| * improve exception vs. exit handlingndparker2014-09-2311-8/+38
* | add more order by hereMike Bayer2014-10-111-1/+1
* | - embedding an existing predicate into a new one onlyMike Bayer2014-10-111-2/+1
* | - Fixed long-standing bug in Oracle dialect where bound parameterMike Bayer2014-10-113-1/+33
* | - change this literal so that the bound name doesn't have a numericMike Bayer2014-10-111-2/+2
* | - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-109-33/+323
* | - apply patches to correct for + sign in with_hint() docs,Mike Bayer2014-10-101-3/+2
* | - add a migration note for ref #3222Mike Bayer2014-10-092-0/+65
* | - The ON clause rendered when using :meth:`.Query.join`,Mike Bayer2014-10-093-2/+144
* | - Fixed bug where a fair number of SQL elements withinMike Bayer2014-10-093-1/+37
* | - clean up unicode docs and clarify that client_encodingMike Bayer2014-10-071-13/+53
* | - adjustment for ref #3200 as we need an immutabledict() here soMike Bayer2014-10-072-1/+13
* | - Fixed "'NoneType' object has no attribute 'concrete'" errorMike Bayer2014-10-063-1/+39
* | - The execution options passed to an :class:`.Engine` either viaMike Bayer2014-10-063-0/+26
* | - move some things that are features to the featuresMike Bayer2014-10-041-213/+213
* | - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-047-55/+237
* | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s...Mike Bayer2014-10-046-12/+124
|\ \
| * | Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-176-12/+124
* | | - changelog, migration for pr github:134Mike Bayer2014-10-047-93/+181
* | | Merge remote-tracking branch 'origin/pr/134' into pr134Mike Bayer2014-10-048-2/+215
|\ \ \
| * | | method documentation typo fixpr/134Ilja Everilä2014-09-111-1/+1
| * | | documentation indentation fixIlja Everilä2014-09-111-2/+2
| * | | allow windowing filtered functionsIlja Everilä2014-09-112-0/+47
| * | | renamed aggregatefilter to funcfilter, since it is thatIlja Everilä2014-09-118-26/+26
| * | | add ClauseTest for aggregatefilterIlja Everilä2014-09-101-0/+5
| * | | implementation for <aggregate_fun> FILTER (WHERE ...)Ilja Everilä2014-09-106-2/+99
| * | | tests for <aggregate_fun> FILTER (WHERE ...)Ilja Everilä2014-09-101-0/+64
* | | | - rework tests for attached databases into individual tests,Mike Bayer2014-09-293-39/+121
* | | | - A revisit to this issue first patched in 0.9.5, apparentlyMike Bayer2014-09-292-5/+22
* | | | - cyclomatic complexity; break up visit_select, goes from F to DMike Bayer2014-09-271-52/+69
* | | | - cyclomatic complexity: _get_colparams() becomes sql.crud._get_crud_params,Mike Bayer2014-09-272-421/+511
* | | | - cyclomatic complexity: _join_condition goes from E to a BMike Bayer2014-09-271-43/+54
* | | | - cyclomatic complexity: instrument_class goes from E to an AMike Bayer2014-09-271-11/+37
* | | | - cyclomatic complexity; break up reflecttable(), goes from E to BMike Bayer2014-09-271-39/+74
* | | | - repair autorollback for branchesMike Bayer2014-09-262-2/+14
* | | | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-265-47/+207
* | | | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-263-11/+74
* | | | - add explicit warning re: polymorphic_on, cascading is not supportedMike Bayer2014-09-262-0/+12