| Commit message (Expand) | Author | Age | Files | Lines |
* | - properly handle negative indexes in RowProxy.__getitem__()pr/231 | Lele Gaifax | 2016-01-28 | 3 | -1/+31 |
* | - experimental - try out a very open ended design for the factors, assume | Mike Bayer | 2016-01-27 | 1 | -26/+15 |
* | - reinstate "dont set up integer index in keymap if we're on cexts", | Mike Bayer | 2016-01-27 | 2 | -6/+11 |
* | - restore the use of PYTHONNOUSERSITE that was removed | Mike Bayer | 2016-01-27 | 2 | -6/+39 |
* | Revert "- dont set up integer index in keymap if we're on cexts" | Mike Bayer | 2016-01-27 | 1 | -10/+5 |
* | - dont set up integer index in keymap if we're on cexts | Mike Bayer | 2016-01-27 | 1 | -5/+10 |
* | fix %x string format to compatible with Python 3.5 | Ruilin Huang | 2016-01-27 | 1 | -1/+1 |
* | fix %x string format to compatible with Python 3.5 | xghrl | 2016-01-27 | 1 | -1/+1 |
* | - unfortunately we need to match within join where col.key does not match | Mike Bayer | 2016-01-26 | 1 | -2/+1 |
* | - rework ColumnCollection to no longer persist "all_col_set"; we don't | Mike Bayer | 2016-01-26 | 3 | -20/+39 |
* | - The workaround for right-nested joins on SQLite, where they are rewritten | Mike Bayer | 2016-01-26 | 6 | -104/+235 |
* | remove PYTHONNOUSERSITE, not sure why this was here, it apparently interferes... | Mike Bayer | 2016-01-26 | 1 | -3/+0 |
* | - another approach at coverage | Mike Bayer | 2016-01-26 | 1 | -32/+26 |
* | - try to improve the default coverage job | Mike Bayer | 2016-01-26 | 1 | -1/+2 |
* | - fix the deps for the last change | Mike Bayer | 2016-01-24 | 1 | -6/+6 |
* | - unfortunately we have to force the paths to be shorter due to | Mike Bayer | 2016-01-24 | 1 | -7/+7 |
* | - add a new qualifier "native" vs. "dbapi" unicode to avoid | Mike Bayer | 2016-01-24 | 7 | -494/+450 |
* | - fix array test that was essentially taking a weird guess | Mike Bayer | 2016-01-23 | 1 | -2/+2 |
* | - fix stray connection | Mike Bayer | 2016-01-23 | 1 | -1/+4 |
* | - restate the "secondary" / AssociationProxy warning more strongly. | Mike Bayer | 2016-01-23 | 1 | -10/+52 |
* | - use regex here, columns dont matter, keep coming up with different orderings | Mike Bayer | 2016-01-23 | 1 | -3/+3 |
* | - use uuid fragments for provision names to enable multiple test suites | Mike Bayer | 2016-01-23 | 1 | -2/+2 |
* | - native unicode expectations are too difficult to maintain | Mike Bayer | 2016-01-23 | 1 | -60/+0 |
* | - move out match compiler test to test_compiler | Mike Bayer | 2016-01-23 | 2 | -23/+11 |
* | - make this test deterministic | Mike Bayer | 2016-01-21 | 1 | -3/+3 |
* | - add a forwards-test here as well | Mike Bayer | 2016-01-21 | 1 | -0/+4 |
* | - documenation updates to clarify specific SQLite versions | Mike Bayer | 2016-01-21 | 3 | -13/+41 |
* | - Added new parameter :paramref:`.orm.mapper.passive_deletes` to | Mike Bayer | 2016-01-20 | 7 | -2/+367 |
* | - The unsupported Sybase dialect now raises ``NotImplementedError`` | Mike Bayer | 2016-01-20 | 3 | -8/+20 |
* | - generalize the verbiage on LargeBinary so that it doesn't | Mike Bayer | 2016-01-20 | 2 | -12/+5 |
* | - update oracle JDBC driver URL, fixes #3554 | Mike Bayer | 2016-01-20 | 1 | -2/+1 |
* | - cross link for concrete helper classes | Mike Bayer | 2016-01-20 | 3 | -71/+36 |
* | - typo | Mike Bayer | 2016-01-20 | 1 | -1/+1 |
* | - redo the docs for concrete inheritance to more strongly | Mike Bayer | 2016-01-20 | 2 | -50/+241 |
* | - clarify the "Adding" section also illustrates updates, fixes #2942 | Mike Bayer | 2016-01-20 | 1 | -3/+6 |
* | - add a note that the literal_binds flag should be used | Mike Bayer | 2016-01-20 | 1 | -1/+11 |
* | Fix ArrayOfEnum's handling of empty arrays.pr/229 | Chase | 2016-01-19 | 1 | -1/+1 |
* | - the order in which _generate_backref() for different mappers is called | Mike Bayer | 2016-01-19 | 1 | -1/+1 |
* | - calling str() on a core sql construct has been made more "friendly", | Mike Bayer | 2016-01-19 | 11 | -11/+180 |
* | - Fixed issue where two same-named relationships that refer to | Mike Bayer | 2016-01-19 | 5 | -10/+128 |
* | - The ``str()`` call for :class:`.Query` will now take into account | Mike Bayer | 2016-01-19 | 5 | -10/+135 |
* | - Fixed bug where some exception re-raise scenarios would attach | Mike Bayer | 2016-01-18 | 3 | -12/+79 |
* | Merge remote-tracking branch 'origin/pr/227' | Mike Bayer | 2016-01-16 | 1 | -2/+2 |
|\ |
|
| * | Fix typo in relationships docspr/227 | rmn | 2016-01-16 | 1 | -2/+2 |
* | | - fix People -> Person , fixes #3628 | Mike Bayer | 2016-01-16 | 1 | -1/+1 |
|/ |
|
* | - update | Mike Bayer | 2016-01-14 | 1 | -1/+1 |
* | - illustrate these using the newer exception doctest format. | Mike Bayer | 2016-01-14 | 1 | -26/+8 |
* | - A deep improvement to the recently added :meth:`.TextClause.columns` | Mike Bayer | 2016-01-14 | 15 | -599/+1237 |
* | - there was a DATEPART test after all, fix format | Mike Bayer | 2016-01-14 | 1 | -1/+1 |
* | - fix some old verbiage that refers to text() as an "implicit" thing | Mike Bayer | 2016-01-14 | 1 | -8/+7 |