pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.76k stars 297 forks source link

Parameter passing exception #417

Open ieew opened 1 year ago

ieew commented 1 year ago

problem location: https://github.com/pudo/dataset/blob/master/dataset/table.py#L356

corresponding function https://github.com/sqlalchemy/alembic/blob/main/alembic/operations/base.py#L569-L575

The target function requires the schema parameter to be passed explicitly

(The text is translated by Google, there may be grammatical problems, please forgive me)