| Commit message (Expand) | Author | Age | Files | Lines |
| * | - A warning is emitted in the case of multiple relationships thatticket_3230 | Mike Bayer | 2014-10-19 | 1 | -0/+51 |
| * | - Exception messages have been spiffed up a bit. The SQL statement | Mike Bayer | 2014-10-17 | 1 | -9/+12 |
| * | - The :meth:`.Query.update` method will now convert string key | Mike Bayer | 2014-10-16 | 2 | -13/+56 |
| * | Fixed typopr/142 | mozillazg | 2014-10-15 | 1 | -2/+2 |
| * | - Improvements to the mechanism used by :class:`.Session` to locate | Mike Bayer | 2014-10-14 | 1 | -43/+53 |
| * | - The ``__module__`` attribute is now set for all those SQL and | Mike Bayer | 2014-10-14 | 1 | -1/+3 |
| * | - Mysqlconnector as of version 2.0, probably as a side effect of | Mike Bayer | 2014-10-12 | 1 | -6/+40 |
| * | - the test_except test was doing an unnecessary workaround of some kind, | Mike Bayer | 2014-10-12 | 1 | -7/+3 |
| * | - roll back part of pr 140 to get exception wrapping working again | Mike Bayer | 2014-10-12 | 1 | -3/+7 |
| * | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 13 | -39/+29 |
| |\ |
|
| | * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 11 | -61/+21 |
| | * | improve exception vs. exit handling | ndparker | 2014-09-23 | 11 | -8/+38 |
| * | | add more order by here | Mike Bayer | 2014-10-11 | 1 | -1/+1 |
| * | | - embedding an existing predicate into a new one only | Mike Bayer | 2014-10-11 | 1 | -2/+1 |
| * | | - Fixed long-standing bug in Oracle dialect where bound parameter | Mike Bayer | 2014-10-11 | 1 | -1/+2 |
| * | | - change this literal so that the bound name doesn't have a numeric | Mike Bayer | 2014-10-11 | 1 | -2/+2 |
| * | | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 4 | -30/+132 |
| * | | - apply patches to correct for + sign in with_hint() docs, | Mike Bayer | 2014-10-10 | 1 | -3/+2 |
| * | | - The ON clause rendered when using :meth:`.Query.join`, | Mike Bayer | 2014-10-09 | 1 | -0/+10 |
| * | | - Fixed bug where a fair number of SQL elements within | Mike Bayer | 2014-10-09 | 1 | -1/+2 |
| * | | - clean up unicode docs and clarify that client_encoding | Mike Bayer | 2014-10-07 | 1 | -13/+53 |
| * | | - adjustment for ref #3200 as we need an immutabledict() here so | Mike Bayer | 2014-10-07 | 1 | -1/+1 |
| * | | - Fixed "'NoneType' object has no attribute 'concrete'" error | Mike Bayer | 2014-10-06 | 1 | -1/+1 |
| * | | - The execution options passed to an :class:`.Engine` either via | Mike Bayer | 2014-10-06 | 1 | -0/+1 |
| * | | - use provide_metadata for new unique constraint / index tests | Mike Bayer | 2014-10-04 | 3 | -13/+77 |
| * | | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s... | Mike Bayer | 2014-10-04 | 4 | -10/+58 |
| |\ \ |
|
| | * | | Reflect unique constraints when reflecting a Table object | Johannes Erdfelt | 2014-09-17 | 4 | -10/+58 |
| * | | | - changelog, migration for pr github:134 | Mike Bayer | 2014-10-04 | 2 | -1/+37 |
| * | | | Merge remote-tracking branch 'origin/pr/134' into pr134 | Mike Bayer | 2014-10-04 | 6 | -2/+119 |
| |\ \ \ |
|
| | * | | | method documentation typo fixpr/134 | Ilja Everilä | 2014-09-11 | 1 | -1/+1 |
| | * | | | documentation indentation fix | Ilja Everilä | 2014-09-11 | 1 | -2/+2 |
| | * | | | allow windowing filtered functions | Ilja Everilä | 2014-09-11 | 1 | -0/+20 |
| | * | | | renamed aggregatefilter to funcfilter, since it is that | Ilja Everilä | 2014-09-11 | 6 | -24/+24 |
| | * | | | implementation for <aggregate_fun> FILTER (WHERE ...) | Ilja Everilä | 2014-09-10 | 6 | -2/+99 |
| * | | | | - rework tests for attached databases into individual tests, | Mike Bayer | 2014-09-29 | 1 | -3/+5 |
| * | | | | - A revisit to this issue first patched in 0.9.5, apparently | Mike Bayer | 2014-09-29 | 1 | -5/+9 |
| * | | | | - cyclomatic complexity; break up visit_select, goes from F to D | Mike Bayer | 2014-09-27 | 1 | -52/+69 |
| * | | | | - cyclomatic complexity: _get_colparams() becomes sql.crud._get_crud_params, | Mike Bayer | 2014-09-27 | 2 | -421/+511 |
| * | | | | - cyclomatic complexity: _join_condition goes from E to a B | Mike Bayer | 2014-09-27 | 1 | -43/+54 |
| * | | | | - cyclomatic complexity: instrument_class goes from E to an A | Mike Bayer | 2014-09-27 | 1 | -11/+37 |
| * | | | | - cyclomatic complexity; break up reflecttable(), goes from E to B | Mike Bayer | 2014-09-27 | 1 | -39/+74 |
| * | | | | - repair autorollback for branches | Mike Bayer | 2014-09-26 | 1 | -2/+2 |
| * | | | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -37/+87 |
| * | | | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -11/+32 |
| * | | | | - add explicit warning re: polymorphic_on, cascading is not supported | Mike Bayer | 2014-09-26 | 1 | -0/+6 |
| * | | | | comments | Mike Bayer | 2014-09-26 | 1 | -3/+8 |
| * | | | | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 7 | -349/+680 |
| * | | | | - clarify documentation on exists() that it is preferred to be in the | Mike Bayer | 2014-09-24 | 1 | -0/+13 |
| | |_|/
|/| | |
|
| * | | | - The :mod:`sqlalchemy.ext.automap` extension will now set | Mike Bayer | 2014-09-22 | 1 | -6/+40 |
| * | | | - Fixed bug that affected generally the same classes of event | Mike Bayer | 2014-09-18 | 3 | -8/+21 |