| Commit message (Expand) | Author | Age | Files | Lines |
| * | Small improvement on FlushError can't delete error messagepr/148 | Paulo Bu | 2014-11-05 | 1 | -1/+2 |
| * | - Fixed bug regarding expression mutations which could express | Mike Bayer | 2014-11-05 | 2 | -1/+37 |
| * | - ensure kwargs are passed for limit clause on a compound select as well, | Mike Bayer | 2014-10-31 | 1 | -0/+16 |
| * | - added new backend for pysqlcipher, as we will probably get | Mike Bayer | 2014-10-29 | 1 | -2/+2 |
| * | - Fixed bug in single table inheritance where a chain of joins | Mike Bayer | 2014-10-23 | 1 | -0/+59 |
| * | - Fixed bug where the ON clause for :meth:`.Query.join`, | Mike Bayer | 2014-10-23 | 1 | -0/+25 |
| * | - changelog for pullreq github:139 | Mike Bayer | 2014-10-21 | 1 | -0/+36 |
| * | Merge remote-tracking branch 'origin/pr/139' into pr139 | Mike Bayer | 2014-10-21 | 1 | -0/+44 |
| |\ |
|
| | * | add simple tests for new name argument for Table.tometadata()pr/139 | ndparker | 2014-10-04 | 1 | -0/+44 |
| * | | Merge remote-tracking branch 'origin/pr/137' into pr137 | Mike Bayer | 2014-10-21 | 1 | -0/+8 |
| |\ \ |
|
| | * | | add failing test | jona | 2014-09-12 | 1 | -0/+8 |
| * | | | - Reversing a change that was made in 0.9, the "singleton" nature | Mike Bayer | 2014-10-19 | 1 | -1/+20 |
| * | | | - Fixed bug where :meth:`.Session.expunge` would not fully detach | Mike Bayer | 2014-10-19 | 1 | -1/+49 |
| * | | | - control the module name of the exception here for py3k compat | Mike Bayer | 2014-10-19 | 1 | -7/+14 |
| * | | | - A warning is emitted in the case of multiple relationships thatticket_3230 | Mike Bayer | 2014-10-19 | 3 | -21/+102 |
| * | | | - flake8 | Mike Bayer | 2014-10-18 | 1 | -919/+1097 |
| * | | | - Exception messages have been spiffed up a bit. The SQL statement | Mike Bayer | 2014-10-17 | 4 | -23/+32 |
| * | | | pep8 | Mike Bayer | 2014-10-17 | 1 | -38/+54 |
| * | | | - The :meth:`.Query.update` method will now convert string key | Mike Bayer | 2014-10-16 | 1 | -11/+129 |
| * | | | - fix imports | Mike Bayer | 2014-10-16 | 1 | -21/+24 |
| * | | | - Improvements to the mechanism used by :class:`.Session` to locate | Mike Bayer | 2014-10-14 | 2 | -7/+228 |
| * | | | - move BindTest into orm/test_binds | Mike Bayer | 2014-10-14 | 2 | -193/+194 |
| * | | | - The ``__module__`` attribute is now set for all those SQL and | Mike Bayer | 2014-10-14 | 1 | -1/+38 |
| * | | | - additional issues fixed in mysqlconnector 2.0.1 | Mike Bayer | 2014-10-13 | 1 | -15/+0 |
| * | | | - this test passes now in more recent mysqlconnector | Mike Bayer | 2014-10-13 | 1 | -4/+2 |
| * | | | - Mysqlconnector as of version 2.0, probably as a side effect of | Mike Bayer | 2014-10-12 | 3 | -96/+62 |
| * | | | - the test_except test was doing an unnecessary workaround of some kind, | Mike Bayer | 2014-10-12 | 1 | -8/+1 |
| * | | | - Fixed long-standing bug in Oracle dialect where bound parameter | Mike Bayer | 2014-10-11 | 1 | -0/+22 |
| * | | | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 2 | -2/+145 |
| * | | | - The ON clause rendered when using :meth:`.Query.join`, | Mike Bayer | 2014-10-09 | 1 | -2/+120 |
| * | | | - Fixed bug where a fair number of SQL elements within | Mike Bayer | 2014-10-09 | 1 | -0/+24 |
| * | | | - adjustment for ref #3200 as we need an immutabledict() here so | Mike Bayer | 2014-10-07 | 1 | -0/+12 |
| * | | | - Fixed "'NoneType' object has no attribute 'concrete'" error | Mike Bayer | 2014-10-06 | 1 | -0/+29 |
| * | | | - The execution options passed to an :class:`.Engine` either via | Mike Bayer | 2014-10-06 | 1 | -0/+8 |
| * | | | - use provide_metadata for new unique constraint / index tests | Mike Bayer | 2014-10-04 | 2 | -42/+71 |
| * | | | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s... | Mike Bayer | 2014-10-04 | 2 | -2/+66 |
| |\ \ \ |
|
| | * | | | Reflect unique constraints when reflecting a Table object | Johannes Erdfelt | 2014-09-17 | 2 | -2/+66 |
| * | | | | - changelog, migration for pr github:134 | Mike Bayer | 2014-10-04 | 2 | -92/+111 |
| * | | | | Merge remote-tracking branch 'origin/pr/134' into pr134 | Mike Bayer | 2014-10-04 | 2 | -0/+96 |
| |\ \ \ \ |
|
| | * | | | | allow windowing filtered functions | Ilja Everilä | 2014-09-11 | 1 | -0/+27 |
| | * | | | | renamed aggregatefilter to funcfilter, since it is that | Ilja Everilä | 2014-09-11 | 2 | -2/+2 |
| | * | | | | add ClauseTest for aggregatefilter | Ilja Everilä | 2014-09-10 | 1 | -0/+5 |
| | * | | | | 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 | 1 | -36/+102 |
| * | | | | | - repair autorollback for branches | Mike Bayer | 2014-09-26 | 1 | -0/+12 |
| * | | | | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 3 | -10/+110 |
| * | | | | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -0/+32 |
| * | | | | | - "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 | 2 | -5/+281 |
| | |_|_|/
|/| | | |
|
| * | | | | - flake8 all of test/ext/declarative | Mike Bayer | 2014-09-23 | 5 | -427/+543 |