You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, petl works with sqlalchemy 1.4. When I try to use it with sqlalchemy 2, "todb" doesn't work, because it seems so, that it checks the type of "dbo" by checking the existence of properties and methods, which do not all exists in sqlalchemy.Engine and sqlalchemy.Connection.
Change description
Describe the solution you'd like
I'm not experienced enough, to be save, but I would say, it would be good also to check against the dbo properties und methods in sqlalchemy 2
Advantages
It would work with sqlalchemy 2 too
Describe alternatives you've considered
I didn't have an idea, but to change to sqlalchemy 1.4
The text was updated successfully, but these errors were encountered:
Problem description
At the moment, petl works with sqlalchemy 1.4. When I try to use it with sqlalchemy 2, "todb" doesn't work, because it seems so, that it checks the type of "dbo" by checking the existence of properties and methods, which do not all exists in sqlalchemy.Engine and sqlalchemy.Connection.
Change description
Describe the solution you'd like
I'm not experienced enough, to be save, but I would say, it would be good also to check against the dbo properties und methods in sqlalchemy 2
Advantages
It would work with sqlalchemy 2 too
Describe alternatives you've considered
I didn't have an idea, but to change to sqlalchemy 1.4
The text was updated successfully, but these errors were encountered: