Skip to content

Commit

Permalink
Don't strip '%' from lineage LIKE queries (e.g. B.1%), because SQL ne…
Browse files Browse the repository at this point in the history
…eds it.
  • Loading branch information
matthuska committed Sep 6, 2023
1 parent efa2c93 commit 9b21371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/covsonar/dbm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,6 @@ def build_string_condition(
)

# Add the value to the corresponding operator set
val = sonarDbManager.custom_strip(val, "%")
data[operator].append(val)

# Assemble query conditions and values
Expand Down

0 comments on commit 9b21371

Please sign in to comment.