Hello, I applied the patch and got a test failure:
sqlalchemy.exc.NoSuchColumnError: "Could not locate column in row for column 'users.user_id'" =========================== short test summary info ============================ FAIL test/sql/test_resultset.py::ResultProxyTest_sqlite_pysqlite::()::test_column_accessor_sqlite_raw FAIL test/sql/test_resultset.py::ResultProxyTest_sqlite_pysqlite::()::test_column_accessor_sqlite_translated ============= 2 failed, 6531 passed, 785 skipped in 194.43 seconds ============= phase `check' failed after 200.1 seconds The same for the Python 2 version. Andreas