| Commit message (Expand) | Author | Age | Files | Lines |
* | expose `binary_type` in `util` modulepr/63 | Andreas Zeidler | 2014-01-31 | 1 | -1/+1 |
* | - add a test for [ticket:2927], which is an 0.9 issue but only because 0.8 | Mike Bayer | 2014-01-29 | 1 | -0/+9 |
* | - repair the fixture/test here to make sure state isn't left over causing oth... | Mike Bayer | 2014-01-28 | 2 | -2/+2 |
* | docs | Mike Bayer | 2014-01-26 | 3 | -45/+135 |
* | updates | Mike Bayer | 2014-01-26 | 1 | -63/+92 |
* | tweak text | Mike Bayer | 2014-01-25 | 1 | -4/+10 |
* | seealsos in the tutorial | Mike Bayer | 2014-01-25 | 1 | -7/+50 |
* | imports | Mike Bayer | 2014-01-25 | 1 | -0/+4 |
* | case | Mike Bayer | 2014-01-25 | 1 | -44/+136 |
* | - start building out very comprehensive docstrings for core functions | Mike Bayer | 2014-01-25 | 4 | -107/+465 |
* | docuemnt join | Mike Bayer | 2014-01-24 | 1 | -16/+87 |
* | - doc updates, include links to create_engine from tutorials, cleanup | Mike Bayer | 2014-01-23 | 4 | -59/+102 |
* | - add tests for [ticket:2918], confirm this is an 0.9 regression | Mike Bayer | 2014-01-23 | 2 | -0/+49 |
* | Remove uneeded import from code example | Wichert Akkerman | 2014-01-23 | 1 | -1/+0 |
* | fix typo | Mike Bayer | 2014-01-19 | 1 | -1/+1 |
* | Fix a typo in the relationship docs | Wichert Akkerman | 2014-01-19 | 1 | -1/+1 |
* | attic | Mike Bayer | 2014-01-18 | 1 | -1/+12 |
* | akiban-> foundationdb | Mike Bayer | 2014-01-18 | 1 | -2/+4 |
* | - changelog + test for pullreq github 58 | Mike Bayer | 2014-01-14 | 2 | -0/+16 |
* | Fix TypeError for class_mapper called w/ iterable | Kyle Stark | 2014-01-14 | 1 | -1/+1 |
* | pyo | Mike Bayer | 2014-01-11 | 1 | -0/+1 |
* | - add paramlinks and external changelog ext to 0.8 | Mike Bayer | 2014-01-11 | 3 | -355/+4 |
* | - support addition of fails_if()/only_on(), just wraps the decorators | Mike Bayer | 2014-01-02 | 3 | -5/+17 |
* | - apply a similar fix for floats to mssql+pyodbc as we did to firebird | Mike Bayer | 2013-12-28 | 5 | -11/+53 |
* | - fix the insert from select test to use a non-autoinc table | Mike Bayer | 2013-12-28 | 1 | -4/+8 |
* | session docs: Change `object` to `someobject` | Ben Alpert | 2013-12-28 | 1 | -1/+1 |
* | - actually check the list of views! | Mike Bayer | 2013-12-27 | 1 | -0/+1 |
* | fix 2.5-ism | Mike Bayer | 2013-12-27 | 1 | -0/+1 |
* | test hanging on 0.8, suspecting the test framework. this feature is tested on... | Mike Bayer | 2013-12-27 | 1 | -1/+3 |
* | - add an exclusion for "floats to four decimals", backported from 0.9 and app... | Mike Bayer | 2013-12-27 | 2 | -0/+10 |
* | - The firebird dialect will quote identifiers which begin with an | Mike Bayer | 2013-12-27 | 3 | -0/+18 |
* | - add a test which creates tables and views at the same time, then tests that... | Mike Bayer | 2013-12-27 | 1 | -0/+6 |
* | - Fixed bug in Firebird index reflection where the columns within the | Mike Bayer | 2013-12-27 | 2 | -1/+9 |
* | - The "asdecimal" flag used with the :class:`.Float` type will now | Mike Bayer | 2013-12-27 | 3 | -1/+36 |
* | - repair some suite tests for firebird | Mike Bayer | 2013-12-27 | 3 | -4/+44 |
* | changelog, will merge to 0.8 | Mike Bayer | 2013-12-27 | 1 | -0/+9 |
* | Remove terminated connections from the pool. | John Anderson | 2013-12-27 | 2 | -3/+5 |
* | - Fixed issue where a primary key column that has a Sequence on it, | Mike Bayer | 2013-12-20 | 3 | -1/+48 |
* | - Fixed bug with :meth:`.Insert.from_select` method where the order | Mike Bayer | 2013-12-19 | 4 | -5/+61 |
* | autoincrement here | Mike Bayer | 2013-12-17 | 1 | -2/+2 |
* | - for [ticket:2651], leaving CheckConstraint alone, preferring to keep | Mike Bayer | 2013-12-16 | 4 | -4/+18 |
* | - An adjustment to the :func:`.subqueryload` strategy which ensures that | Mike Bayer | 2013-12-16 | 3 | -8/+97 |
* | - fix up the FAQ regarding the "foo_id" issue | Mike Bayer | 2013-12-16 | 2 | -18/+528 |
* | - Fixed bug when using joined table inheritance from a table to a | Mike Bayer | 2013-12-16 | 3 | -15/+78 |
* | wrong method name... | Mike Bayer | 2013-12-16 | 1 | -1/+1 |
* | load_on_pending is different from enable_relationship_loading and should | Mike Bayer | 2013-12-15 | 2 | -6/+14 |
* | make the error message for [ticket:2889] more accurate, as we support | Mike Bayer | 2013-12-12 | 2 | -2/+2 |
* | - :func:`.composite` will raise an informative error message when the | Mike Bayer | 2013-12-12 | 3 | -1/+34 |
* | - Error message when a string arg sent to :func:`.relationship` which | Mike Bayer | 2013-12-12 | 3 | -14/+59 |
* | sqlany dialect moves to github | Mike Bayer | 2013-12-09 | 1 | -2/+2 |