pgsql-io / multicorn2

http://multicorn2.org
Other
83 stars 17 forks source link

Upgrade SQLAlchemy, enable running SQLAlchemy tests #49

Closed mfenniak closed 4 months ago

mfenniak commented 4 months ago

Enables the SQLAlchemy FDW tests. As SQLAlchemy has moved forward since (who knows when?) this FDW was written, there were a few small API changes. Tests are running and passing against SQLAlchemy 2.0.30.

Minor changes to test-3.9/expected/multicorn_alchemy_test.out are part of the new output, which appears to be a sort collation for lower/upper-case characters between the nix-based test environment and wherever the original tests were output. I don't think these are a major concern.

Will merge tomorrow if there are no concerns raised.