| Commit message (Expand) | Author | Age | Files | Lines |
| * | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 9 | -33/+323 |
| * | - apply patches to correct for + sign in with_hint() docs, | Mike Bayer | 2014-10-10 | 1 | -3/+2 |
| * | - add a migration note for ref #3222 | Mike Bayer | 2014-10-09 | 2 | -0/+65 |
| * | - The ON clause rendered when using :meth:`.Query.join`, | Mike Bayer | 2014-10-09 | 3 | -2/+144 |
| * | - Fixed bug where a fair number of SQL elements within | Mike Bayer | 2014-10-09 | 3 | -1/+37 |
| * | - 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 | 2 | -1/+13 |
| * | - Fixed "'NoneType' object has no attribute 'concrete'" error | Mike Bayer | 2014-10-06 | 3 | -1/+39 |
| * | - The execution options passed to an :class:`.Engine` either via | Mike Bayer | 2014-10-06 | 3 | -0/+26 |
| * | - move some things that are features to the features | Mike Bayer | 2014-10-04 | 1 | -213/+213 |
| * | - use provide_metadata for new unique constraint / index tests | Mike Bayer | 2014-10-04 | 7 | -55/+237 |
| * | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s... | Mike Bayer | 2014-10-04 | 6 | -12/+124 |
| |\ |
|
| | * | Reflect unique constraints when reflecting a Table object | Johannes Erdfelt | 2014-09-17 | 6 | -12/+124 |
| * | | - changelog, migration for pr github:134 | Mike Bayer | 2014-10-04 | 7 | -93/+181 |
| * | | Merge remote-tracking branch 'origin/pr/134' into pr134 | Mike Bayer | 2014-10-04 | 8 | -2/+215 |
| |\ \ |
|
| | * | | 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 | 2 | -0/+47 |
| | * | | renamed aggregatefilter to funcfilter, since it is that | Ilja Everilä | 2014-09-11 | 8 | -26/+26 |
| | * | | add ClauseTest for aggregatefilter | Ilja Everilä | 2014-09-10 | 1 | -0/+5 |
| | * | | implementation for <aggregate_fun> FILTER (WHERE ...) | Ilja Everilä | 2014-09-10 | 6 | -2/+99 |
| | * | | tests for <aggregate_fun> FILTER (WHERE ...) | Ilja Everilä | 2014-09-10 | 1 | -0/+64 |
| * | | | - rework tests for attached databases into individual tests, | Mike Bayer | 2014-09-29 | 3 | -39/+121 |
| * | | | - A revisit to this issue first patched in 0.9.5, apparently | Mike Bayer | 2014-09-29 | 2 | -5/+22 |
| * | | | - 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 | 2 | -2/+14 |
| * | | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 5 | -47/+207 |
| * | | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 3 | -11/+74 |
| * | | | - add explicit warning re: polymorphic_on, cascading is not supported | Mike Bayer | 2014-09-26 | 2 | -0/+12 |
| * | | | comments | Mike Bayer | 2014-09-26 | 1 | -3/+8 |
| * | | | - "column already assigned" message has been updated in 7f82c55f | Mike Bayer | 2014-09-25 | 1 | -1/+1 |
| * | | | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 12 | -355/+1126 |
| * | | | - convert to spaces | Mike Bayer | 2014-09-25 | 1 | -191/+191 |
| * | | | - clarify documentation on exists() that it is preferred to be in the | Mike Bayer | 2014-09-24 | 1 | -0/+13 |
| * | | | - flake8 all of test/ext/declarative | Mike Bayer | 2014-09-23 | 5 | -427/+543 |
| * | | | - The :mod:`sqlalchemy.ext.automap` extension will now set | Mike Bayer | 2014-09-22 | 3 | -7/+123 |
| * | | | pep8/flake8 | Mike Bayer | 2014-09-22 | 1 | -42/+59 |
| * | | | - these tests don't test anything in SQLAlchemy - from our perpsective, | Mike Bayer | 2014-09-19 | 1 | -133/+0 |
| * | | | - Fixed bug that affected generally the same classes of event | Mike Bayer | 2014-09-18 | 8 | -31/+231 |
| * | | | fix test | Mike Bayer | 2014-09-18 | 1 | -0/+2 |
| * | | | - Fixed an unlikely race condition observed in some exotic end-user | Mike Bayer | 2014-09-18 | 2 | -1/+17 |
| * | | | - Fixed bug that affected many classes of event, particularly | Mike Bayer | 2014-09-18 | 4 | -15/+90 |
| * | | | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 6 | -6/+118 |
| * | | | - Added support for the Oracle table option ON COMMIT. This is being | Mike Bayer | 2014-09-17 | 6 | -14/+90 |
| | |/
|/| |
|
| * | | - not sure what this is testing but remove the self.l that might | Mike Bayer | 2014-09-17 | 1 | -2/+3 |
| * | | - we can start checking these flake rules | Mike Bayer | 2014-09-17 | 1 | -1/+1 |