| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | improve the close handling here so that we don't double-close a connection; | Mike Bayer | 2013-06-28 | 1 | -5/+8 |
| | | | | | we log this now so it apparently happens a bunch | ||||
| * | mymysql dialect | Hajime Nakagami | 2013-03-01 | 1 | -1/+1 |
| | | |||||
| * | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -4/+27 |
| | | |||||
| * | - add back __engine_options__ | Mike Bayer | 2012-10-04 | 1 | -0/+1 |
| | | | | | | - break test_insert tests into explicitly get_lastrowid() vs. implicit_returning tests, fix up requirements to split them out | ||||
| * | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -1/+1 |
| | | |||||
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+429 |
| 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. | |||||
