| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | | | - remove the clever approach w/ dialect events, and remove the need | Mike Bayer | 2015-01-25 | 1 | -17/+20 |
| * | | | | | | - remove context-specific post-crud logic from Connection and inline post-crud | Mike Bayer | 2015-01-25 | 3 | -77/+88 |
| * | | | | | | - Added new user-space accessors for viewing transaction isolation | Mike Bayer | 2015-01-20 | 9 | -17/+241 |
| * | | | | | | - enhance detail here regarding the difference between | Mike Bayer | 2015-01-20 | 1 | -4/+27 |
| * | | | | | | formatting | Mike Bayer | 2015-01-20 | 1 | -27/+30 |
| * | | | | | | - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition... | Mike Bayer | 2015-01-19 | 5 | -21/+145 |
| * | | | | | | - reverse the last commit temporarily as it breaks all the polymorphic cases | Mike Bayer | 2015-01-19 | 5 | -131/+28 |
| * | | | | | | - The primary :class:`.Mapper` of a :class:`.Query` is now passed to the | Mike Bayer | 2015-01-19 | 5 | -28/+131 |
| * | | | | | | - tests | Mike Bayer | 2015-01-19 | 1 | -0/+63 |
| * | | | | | | - further fixes and even better tests for this block | Mike Bayer | 2015-01-19 | 2 | -4/+35 |
| * | | | | | | - another adjustment | Mike Bayer | 2015-01-19 | 1 | -2/+3 |
| * | | | | | | - fix another issue from rf49c367ef, add another test | Mike Bayer | 2015-01-18 | 2 | -2/+31 |
| * | | | | | | - rework assertsql system, fixes #3293 | Mike Bayer | 2015-01-18 | 9 | -455/+484 |
| * | | | | | | - fix a regression from ref #3178, where dialects that don't actually support | Mike Bayer | 2015-01-17 | 2 | -7/+77 |
| * | | | | | | - add an exclusion here that helps with the case of 3rd party | Mike Bayer | 2015-01-17 | 2 | -1/+3 |
| * | | | | | | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 13 | -240/+373 |
| * | | | | | | - Fixed bug where Postgresql dialect would fail to render an | Mike Bayer | 2015-01-16 | 3 | -3/+71 |
| * | | | | | | - add new section to ORM referring to runtime inspection API, | Mike Bayer | 2015-01-14 | 1 | -0/+49 |
| * | | | | | | - The "wildcard" loader options, in particular the one set up by | Mike Bayer | 2015-01-13 | 6 | -6/+181 |
| * | | | | | | - refine the previous commit a bit | Mike Bayer | 2015-01-13 | 1 | -20/+27 |
| * | | | | | | - The multi-values version of :meth:`.Insert.values` has been | Mike Bayer | 2015-01-13 | 8 | -65/+296 |
| * | | | | | | repair formatting | Mike Bayer | 2015-01-12 | 1 | -1/+4 |
| * | | | | | | - changelog for pr 41 | Mike Bayer | 2015-01-12 | 1 | -0/+9 |
| * | | | | | | Add native_enum flag to Enum's repr() result | Dimitris Theodorou | 2015-01-12 | 2 | -2/+3 |
| * | | | | | | - doc fixes | Mike Bayer | 2015-01-06 | 2 | -12/+14 |
| * | | | | | | - add a close here | Mike Bayer | 2015-01-06 | 1 | -0/+1 |
| * | | | | | | - Fixed bug where if an exception were thrown at the start of a | Mike Bayer | 2015-01-05 | 3 | -34/+78 |
| * | | | | | | fix verbiage | Mike Bayer | 2015-01-05 | 1 | -2/+2 |
| * | | | | | | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 18 | -55/+204 |
| * | | | | | | - make a new page that introduces mapping a little better for the | Mike Bayer | 2015-01-05 | 4 | -69/+126 |
| * | | | | | | - more callcounts | Mike Bayer | 2015-01-05 | 2 | -9/+20 |
| * | | | | | | - this is passing, no idea why | Mike Bayer | 2015-01-04 | 1 | -3/+0 |
| * | | | | | | - callcounts | Mike Bayer | 2015-01-04 | 2 | -23/+21 |
| * | | | | | | - fix test for new events | Mike Bayer | 2015-01-04 | 1 | -1/+1 |
| * | | | | | | - Structural memory use has been improved via much more significant use | Mike Bayer | 2015-01-04 | 2 | -1/+47 |
| * | | | | | | - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ scheme | Mike Bayer | 2015-01-04 | 3 | -27/+50 |
| * | | | | | | - clean up default comparator which doesn't need to be a class, | Mike Bayer | 2015-01-04 | 4 | -267/+272 |
| * | | | | | | - strategies + declarative | Mike Bayer | 2015-01-04 | 4 | -0/+36 |
| * | | | | | | - wip - start factoring events so that we aren't using descriptors for dispatch, | Mike Bayer | 2015-01-04 | 8 | -142/+166 |
| * | | | | | | - start trying to move things into __slots__. This seems to reduce theslots | Mike Bayer | 2015-01-04 | 12 | -103/+141 |
| * | | | | | | - use a different bitwise approach here that doesn't require iterating | Mike Bayer | 2015-01-03 | 3 | -6/+16 |
| * | | | | | | - The :class:`.mysql.SET` type has been overhauled to no longer | Mike Bayer | 2015-01-03 | 5 | -59/+295 |
| * | | | | | | - clean up SET tests | Mike Bayer | 2015-01-03 | 1 | -95/+135 |
| * | | | | | | - tighten the inspection in _ColumnEntity to reduce unnecessary | Mike Bayer | 2015-01-03 | 1 | -14/+14 |
| * | | | | | | - put this back now that we found the source of this | Mike Bayer | 2015-01-02 | 1 | -5/+1 |
| * | | | | | | - test failures: | Mike Bayer | 2015-01-02 | 2 | -2/+1 |
| * | | | | | | - repair drop_all_tables | Mike Bayer | 2015-01-02 | 1 | -1/+1 |
| * | | | | | | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 17 | -134/+909 |
| * | | | | | | - Added a new accessor :attr:`.Table.foreign_key_constraints` | Mike Bayer | 2015-01-01 | 3 | -0/+74 |
| * | | | | | | - remove the "edges" from the message here. It's illegible | Mike Bayer | 2015-01-01 | 1 | -1/+1 |