Conversation
|
Sadly, there is no good way around the need for a password for the database with the official docker image, so I passed that to I have not looked into the .travis.dist.yml yet, since I am much more familiar with github actions. Also, in the I would be glad for any comments and opinions! :) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #302 +/- ##
============================================
+ Coverage 88.22% 88.25% +0.03%
- Complexity 734 738 +4
============================================
Files 76 77 +1
Lines 2267 2282 +15
============================================
+ Hits 2000 2014 +14
- Misses 267 268 +1 ☔ View full report in Codecov by Sentry. |
Hey everyone,
this PR adds support for MSSQL (Fixes #92)
I tested it with our plugin tool_lifecycle here. The errors in the first commit are correct, since we used some MSSQL-incompatible syntax in the plugin. Those were addressed in the next two commits.
Justus