Tomislav Nazifović

Results 3 comments of Tomislav Nazifović

Hi @MitchellWeg , got a question here. I've just encountered the same problem when I tried running `metadata.create_all` on a declarative base. I've looked into dialect.py as well as sqlalchemy...

@MitchellWeg I'd like to fix this, as the solution is already ready, but I seem to be having problems setting up the dev environment. If I understand correctly, to set...

Alternatively, in the meantime. For anyone encountering the same error. A workaround is something like this: ``` for table in MonetDBModel.metadata.tables.values(): table.create(MDBengine) ```