-
Notifications
You must be signed in to change notification settings - Fork 12
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
Sql connections #113
Sql connections #113
Conversation
Updating my fork to the current version of codonPython.
Adding the intial file.
Adding commonly used SQL_connections.py
starting test_SQL_connections.py
Pytest script for SQL_connections
changing test_SQL_connections.py to SQL_connections_test.py
Improved the descriptions and tidied up the functions.
Adding SQL_connections module import!
Created initial file
made first test: test_ref_decode_col_num
Cleaned up the unit test.
Added connections to each function to allow repointing of functions by users.
Added org_col unit tests.
Hey @Naawww Can you please check the pipeline tasks that have failed and rectify them? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address pipeline failure.
…13/files/accda9cce9f2dfe6b6433d1fe090ad40f7140bae - removed unused import from codonPython.SQL_connections - removed unused "sql" variable and definition
To fix pyodbc install error for the pipeline: |
To fix travis being unable to install pyodbc requirement
Codecov Report
@@ Coverage Diff @@
## master #113 +/- ##
========================================
Coverage ? 87.7%
========================================
Files ? 26
Lines ? 553
Branches ? 0
========================================
Hits ? 485
Misses ? 68
Partials ? 0
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great contribution Sam! Thanks especially for the sqlite stuff.
Another simple module. Contains wrapped reference data library connections. These will not be accessible to those outside the organisation though, so is this a problem?