| Commit message (Expand) | Author | Age | Files | Lines |
| * | - default dialect, plus test against the default dialect... | Mike Bayer | 2014-09-02 | 1 | -1/+1 |
| * | default dialect | Mike Bayer | 2014-09-02 | 1 | -0/+2 |
| * | - add logic to compiler such that if stack is empty, we just | Mike Bayer | 2014-09-02 | 1 | -1/+39 |
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 7 | -66/+118 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 1 | -0/+1 |
| * | - alter the yield_per eager restriction such that joined many-to-one loads | Mike Bayer | 2014-08-30 | 1 | -6/+62 |
| * | - continue moving things out that don't need to be there | Mike Bayer | 2014-08-30 | 1 | -0/+14 |
| * | - use default dialect for compile test here | Mike Bayer | 2014-08-29 | 1 | -1/+2 |
| * | - defaultdict benchmarks faster than a namedtuple; OK | Mike Bayer | 2014-08-29 | 1 | -1/+5 |
| * | - re-establish and test some behavior from previous versions, that | Mike Bayer | 2014-08-29 | 1 | -0/+44 |
| * | - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per` | Mike Bayer | 2014-08-29 | 1 | -1/+35 |
| * | - Changed the approach by which the "single inheritance criterion" | Mike Bayer | 2014-08-29 | 1 | -3/+16 |
| * | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 2 | -84/+19 |
| * | - Made a small adjustment to the mechanics of lazy loading, | Mike Bayer | 2014-08-28 | 1 | -1/+79 |
| * | - flake8 | Mike Bayer | 2014-08-28 | 1 | -212/+298 |
| * | - The behavior of :paramref:`.joinedload.innerjoin` as well as | Mike Bayer | 2014-08-26 | 1 | -31/+26 |
| * | - hard-won pep8 formatting of one of the giants... | Mike Bayer | 2014-08-26 | 1 | -1013/+1476 |
| * | Fix doc typo 'conjunection'pr/130 | Gunnlaugur Þór Briem | 2014-08-21 | 1 | -1/+1 |
| * | - major simplification of _collect_update_commands. in particular, | Mike Bayer | 2014-08-18 | 2 | -5/+7 |
| * | - Fixed bug where attribute "set" events or columns with | Mike Bayer | 2014-08-17 | 1 | -1/+45 |
| * | - other test fixes | Mike Bayer | 2014-08-15 | 1 | -7/+9 |
| * | - UPDATE statements can now be batched within an ORM flush | Mike Bayer | 2014-08-14 | 2 | -22/+18 |
| * | pep8 | Mike Bayer | 2014-08-14 | 1 | -486/+530 |
| * | - The ``info`` parameter has been added to the constructor for | Mike Bayer | 2014-08-13 | 1 | -1/+3 |
| * | - ensure all tests are named test_* | Mike Bayer | 2014-07-30 | 6 | -37/+37 |
| * | - rework the exclusions system to have much better support for compound | Mike Bayer | 2014-07-26 | 1 | -1/+1 |
| * | - fix whitespace | Mike Bayer | 2014-07-25 | 1 | -2/+2 |
| * | - restore non_updating_cascade to test_manytomany_nonpassive, but also | Mike Bayer | 2014-07-25 | 1 | -0/+2 |
| * | Merge remote-tracking branch 'origin/pr/117' into pg8000 | Mike Bayer | 2014-07-25 | 6 | -2003/+2294 |
| |\ |
|
| | * | PEP8 tidy of test/orm/test_dynamic.pypr/117 | Tony Locke | 2014-07-20 | 1 | -110/+83 |
| | * | Fixes for pg8000 for test/orm/test_dynamic.py | Tony Locke | 2014-07-20 | 1 | -5/+7 |
| | * | PEP8 tidy of test/orm/test_froms.py | Tony Locke | 2014-07-20 | 1 | -949/+1047 |
| | * | Opened test_self_referential for pg8000 | Tony Locke | 2014-07-20 | 1 | -2/+1 |
| | * | PEP8 tidy for test/orm/test_naturalpks.py | Tony Locke | 2014-07-20 | 1 | -212/+235 |
| | * | Remove requirement for manytomany_nonpassive | Tony Locke | 2014-07-20 | 1 | -1/+0 |
| | * | PEP8 tidy of test/orm/test_query.py | Tony Locke | 2014-07-20 | 1 | -472/+600 |
| | * | pg8000 passing test/orm/test_query.py | Tony Locke | 2014-07-20 | 1 | -3/+3 |
| | * | PEP8 tidy for test/orm/test_transaction.py | Tony Locke | 2014-07-19 | 1 | -106/+144 |
| | * | PEP8 tidy for test/orm/test_versioning.py | Tony Locke | 2014-07-19 | 1 | -148/+179 |
| * | | - use a variant with expected collation here for mysql | Mike Bayer | 2014-07-25 | 1 | -5/+2 |
| |/ |
|
| * | - use an odict here to ensure ordering of properties | Mike Bayer | 2014-07-15 | 1 | -8/+8 |
| * | - Fixed a regression caused by :ticket:`2976` released in 0.9.4 where | Mike Bayer | 2014-07-15 | 1 | -0/+72 |
| * | - Fixed a regression from 0.9.0 due to :ticket:`2736` where the | Mike Bayer | 2014-07-14 | 2 | -0/+47 |
| * | - add some order bys | Mike Bayer | 2014-07-14 | 1 | -3/+15 |
| * | -do an autoflake8 here | Mike Bayer | 2014-07-08 | 1 | -141/+161 |
| * | - The "evaulator" for query.update()/delete() won't work with multi-table | Mike Bayer | 2014-07-08 | 1 | -3/+16 |
| * | - ensure ACID set up on this table for MySQL | Mike Bayer | 2014-07-01 | 1 | -2/+3 |
| * | - Fixed bug where items that were persisted, deleted, or had a | Mike Bayer | 2014-07-01 | 2 | -0/+67 |
| * | - repair the _enable_single_crit method, it was named the same | Mike Bayer | 2014-06-30 | 1 | -0/+154 |
| * | - Fixed bug involving dynamic attributes, that was again a regression | Mike Bayer | 2014-06-26 | 1 | -0/+17 |