summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | - remove the clever approach w/ dialect events, and remove the needMike Bayer2015-01-251-17/+20
* | | | | | - remove context-specific post-crud logic from Connection and inline post-crudMike Bayer2015-01-253-77/+88
* | | | | | - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-209-17/+241
* | | | | | - enhance detail here regarding the difference betweenMike Bayer2015-01-201-4/+27
* | | | | | formattingMike Bayer2015-01-201-27/+30
* | | | | | - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition...Mike Bayer2015-01-195-21/+145
* | | | | | - reverse the last commit temporarily as it breaks all the polymorphic casesMike Bayer2015-01-195-131/+28
* | | | | | - The primary :class:`.Mapper` of a :class:`.Query` is now passed to theMike Bayer2015-01-195-28/+131
* | | | | | - testsMike Bayer2015-01-191-0/+63
* | | | | | - further fixes and even better tests for this blockMike Bayer2015-01-192-4/+35
* | | | | | - another adjustmentMike Bayer2015-01-191-2/+3
* | | | | | - fix another issue from rf49c367ef, add another testMike Bayer2015-01-182-2/+31
* | | | | | - rework assertsql system, fixes #3293Mike Bayer2015-01-189-455/+484
* | | | | | - fix a regression from ref #3178, where dialects that don't actually supportMike Bayer2015-01-172-7/+77
* | | | | | - add an exclusion here that helps with the case of 3rd partyMike Bayer2015-01-172-1/+3
* | | | | | - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-1613-240/+373
* | | | | | - Fixed bug where Postgresql dialect would fail to render anMike Bayer2015-01-163-3/+71
* | | | | | - add new section to ORM referring to runtime inspection API,Mike Bayer2015-01-141-0/+49
* | | | | | - The "wildcard" loader options, in particular the one set up byMike Bayer2015-01-136-6/+181
* | | | | | - refine the previous commit a bitMike Bayer2015-01-131-20/+27
* | | | | | - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-138-65/+296
* | | | | | repair formattingMike Bayer2015-01-121-1/+4
* | | | | | - changelog for pr 41Mike Bayer2015-01-121-0/+9
* | | | | | Add native_enum flag to Enum's repr() resultDimitris Theodorou2015-01-122-2/+3
* | | | | | - doc fixesMike Bayer2015-01-062-12/+14
* | | | | | - add a close hereMike Bayer2015-01-061-0/+1
* | | | | | - Fixed bug where if an exception were thrown at the start of aMike Bayer2015-01-053-34/+78
* | | | | | fix verbiageMike Bayer2015-01-051-2/+2
* | | | | | - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-0518-55/+204
* | | | | | - make a new page that introduces mapping a little better for theMike Bayer2015-01-054-69/+126
* | | | | | - more callcountsMike Bayer2015-01-052-9/+20
* | | | | | - this is passing, no idea whyMike Bayer2015-01-041-3/+0
* | | | | | - callcountsMike Bayer2015-01-042-23/+21
* | | | | | - fix test for new eventsMike Bayer2015-01-041-1/+1
* | | | | | - Structural memory use has been improved via much more significant useMike Bayer2015-01-042-1/+47
* | | | | | - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ schemeMike Bayer2015-01-043-27/+50
* | | | | | - clean up default comparator which doesn't need to be a class,Mike Bayer2015-01-044-267/+272
* | | | | | - strategies + declarativeMike Bayer2015-01-044-0/+36
* | | | | | - wip - start factoring events so that we aren't using descriptors for dispatch,Mike Bayer2015-01-048-142/+166
* | | | | | - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-0412-103/+141
* | | | | | - use a different bitwise approach here that doesn't require iteratingMike Bayer2015-01-033-6/+16
* | | | | | - The :class:`.mysql.SET` type has been overhauled to no longerMike Bayer2015-01-035-59/+295
* | | | | | - clean up SET testsMike Bayer2015-01-031-95/+135
* | | | | | - tighten the inspection in _ColumnEntity to reduce unnecessaryMike Bayer2015-01-031-14/+14
* | | | | | - put this back now that we found the source of thisMike Bayer2015-01-021-5/+1
* | | | | | - test failures:Mike Bayer2015-01-022-2/+1
* | | | | | - repair drop_all_tablesMike Bayer2015-01-021-1/+1
* | | | | | - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-0117-134/+909
* | | | | | - Added a new accessor :attr:`.Table.foreign_key_constraints`Mike Bayer2015-01-013-0/+74
* | | | | | - remove the "edges" from the message here. It's illegibleMike Bayer2015-01-011-1/+1