| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix unique constraints reflection in SQLitepr/72 | Roman Podoliaka | 2014-02-14 | 2 | -1/+5 |
* | - Fixed bug where :meth:`.in_()` would go into an endless loop if | Mike Bayer | 2014-02-13 | 3 | -2/+49 |
* | this example doesn't work, we don't really have a solution for this as far as... | Mike Bayer | 2014-02-10 | 1 | -31/+0 |
* | - dont need these extra conditions from the previous test | Mike Bayer | 2014-02-10 | 1 | -5/+0 |
* | - Fixed bug where :meth:`.Query.get` would fail to consistently | Mike Bayer | 2014-02-10 | 3 | -4/+39 |
* | - this seems to be the best string for pymysql | Mike Bayer | 2014-02-03 | 1 | -1/+1 |
* | - Fixed bug which prevented MySQLdb-based dialects (e.g. | Mike Bayer | 2014-02-03 | 4 | -32/+29 |
* | - add a few missing methods to the cymysql dialect | Mike Bayer | 2014-02-02 | 2 | -0/+17 |
* | - don't duplicate docs for Pool within QueuePool | Mike Bayer | 2014-01-31 | 1 | -70/+68 |
* | changelog | Mike Bayer | 2014-01-31 | 1 | -0/+9 |
* | no Binary here if we are running a test with no DBAPI | Mike Bayer | 2014-01-31 | 1 | -0/+2 |
* | Merge branch 'fix-convenience-import' of github.com:witsch/sqlalchemy into t | Mike Bayer | 2014-01-31 | 1 | -1/+1 |
|\ |
|
| * | expose `binary_type` in `util` modulepr/63 | Andreas Zeidler | 2014-01-31 | 1 | -1/+1 |
* | | - add a test for pullreq github:63 | Mike Bayer | 2014-01-31 | 1 | -0/+7 |
|/ |
|
* | - 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 |