Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - also add the alternate approach, name column distinctly from attribute name, | Mike Bayer | 2014-07-16 | 1 | -0/+14 |
| | | | | ref #3129 | ||||
* | - add a documentation section for naming conflicts, fixes #3129 | Mike Bayer | 2014-07-16 | 1 | -0/+44 |
| | |||||
* | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -189/+228 |
| | |||||
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| | | | | to get all flake8 passing | ||||
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| | | | | Found using: https://github.com/intgr/topy | ||||
* | clarify doc here | Mike Bayer | 2014-03-28 | 1 | -4/+4 |
| | |||||
* | - Added support to automap for the case where a relationship should | Mike Bayer | 2014-03-28 | 1 | -14/+77 |
| | | | | | | | not be created between two classes that are in a joined inheritance relationship, for those foreign keys that link the subclass back to the superclass. fixes #3004 | ||||
* | - Fixed bug where the :class:`.AutomapBase` class of the | Mike Bayer | 2014-02-08 | 1 | -2/+6 |
| | | | | | | | new automap extension would fail if classes were pre-arranged in single or potentially joined inheritance patterns. The repaired joined inheritance issue could also potentially apply when using :class:`.DeferredReflection` as well. | ||||
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | - many-to-many support | Mike Bayer | 2014-01-05 | 1 | -66/+786 |
| | | | | | - tests - full documentation, changelog, new in 0.9 announcement | ||||
* | - basic functionality. | Mike Bayer | 2014-01-04 | 1 | -23/+30 |
| | |||||
* | - hypothetical "automap" feature, would extend DeferredReflection to create ↵ | Mike Bayer | 2014-01-03 | 1 | -0/+113 |
classes against the remaining tables within the given metadata. |