]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add a test specific to sqlite testing cursor.description encoding (should
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 May 2013 20:58:37 +0000 (16:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 May 2013 20:58:37 +0000 (16:58 -0400)
commit4e930a7f780f0997e8f7f9ef4efe5c57ad86efd0
tree00160eba433ec698b6f849b48c551e09c839cbfd
parentb3654ee37abe7af3d83098cd8de1980369a3fcba
- add a test specific to sqlite testing cursor.description encoding (should
probably be one in test_query or test_unicode...)
- fix up test_unitofwork
lib/sqlalchemy/dialects/sqlite/pysqlite.py
lib/sqlalchemy/engine/result.py
test/dialect/test_sqlite.py
test/orm/test_unitofwork.py