Fix the filter fails when property name contain apostrophe characters#54
Fix the filter fails when property name contain apostrophe characters#54pastakhov wants to merge 1 commit into
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #54 +/- ##
=========================================
Coverage 68.98% 68.98%
Complexity 740 740
=========================================
Files 36 36
Lines 2086 2086
=========================================
Hits 1439 1439
Misses 647 647
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
@gesinn-it-gea can you have a look, please? |
|
@pastakhov many thanks for your PR! We are busy with other things at the moment. It might take some time before we can work on SD. @gesinn-it-wam this PR needs to be carefully reviewed. At first glance, it looks like escaping was intentionally implemented in the original code like this. Apostroph usually causes issues when passed to SQL. This might have been the reason here. |
No description provided.