spacepy / dbprocessing

Automated processing controller for heliophysics data
5 stars 4 forks source link

updated dbprocessing code for sqlalchemy 2.0 #137

Open ezd1000 opened 7 months ago

ezd1000 commented 7 months ago

Updated a series of errors so that dbprocessing code works for both sqlalchemy 2.0 and sqlalchemy 1.4. Closes #135.

PR Checklist

*We don't yet have unit tests to make sure warnings aren't raised, the tests now pass without warnings on Python 3.10, sqlalchemy 1.4, and 2.0.

jtniehof commented 6 months ago

This would close #135, so should edit the PR description to say that. (Last item in the PR checklist, see #120 for an example, also some information here.)