| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Spelling fixes | Ville Skyttä | 2016-10-08 | 1 | -1/+1 |
| | | |||||
| * | Check for __clause_element__() in ORM insert/update | Mike Bayer | 2016-10-05 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | ORM attributes can now be assigned any object that is has a ``__clause_element__()`` attribute, which will result in inline SQL the way any :class:`.ClauseElement` class does. This covers other mapped attributes not otherwise transformed by further expression constructs. As part of this, it was considered that we could add __clause_element__() to ClauseElement, however this causes endless loops in a "while" pattern and this pattern has been identified in third party libraries. Add a test to ensure we never make that change. Change-Id: I9e15b3f1c4883fd3909acbf7dc81d034c6e3ce1d Fixes: #3802 | ||||
| * | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 1 | -5/+6 |
| | | | | | - apply autopep8 + manual fixes to most of test/sql/ | ||||
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -2/+2 |
| | | | | | | | | become an externally usable package but still remains within the main sqlalchemy parent package. in this system, we use kind of an ugly hack to get the noseplugin imported outside of the "sqlalchemy" package, while still making it available within sqlalchemy for usage by third party libraries. | ||||
| * | - document the inspection system | Mike Bayer | 2012-07-18 | 1 | -0/+33 |
