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
@cdesyoun - I don't know the answer to this question, but I do know that @sreeder has had some similar issues with SQLite and I thought had figured out how to turn off the "odm2" schema for anything to do with SQLite. She will have to confirm. She's on maternity leave for a few more weeks.
In the meantime, to create an ODM2 SQLite database, you should use the blank schema script from the ODM2 repository for SQLite:
I tried to create all of tables via ODM2 model base, like this:
in current odm2 sqlalchemy model, because of table schema, "odm2", when creating tables in sqlite, I got the error message below:
When using the modified odm2 model for sqlite, https://github.com/ODM2/ODM2PythonAPI/blob/master/odm2api/ODM2/models_sqlite.py, it went well.
Is there any way to skip the schema tag in current odm2 sqlalchemy model for not supporting the schema in certain databases, sqlite, mySQL?
The text was updated successfully, but these errors were encountered: