-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ODM2 Support #293
Comments
Unit test pass. Only method that has not been updated is the create_qualifier()'
This broke a few things due to the update
Hi @sreeder , I was trying this out and ODMTools connects to my postgresql database but then errors on what appears to be a test statement
When I'm connecting in python to my postgresql database it would need to be something like : |
@sreeder I made a sample postgreSQL database available from the ODM2 Admin project if that's helpful https://github.com/miguelcleon/ODM2-Admin/blob/master/ODM2AdminExamplePostgresqlDB |
Convert the following, to connect to ODM2 instead of ODM1:
The text was updated successfully, but these errors were encountered: