-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor event type SQL filter construction
We construct filter in two steps: 1. we collect the conditions and 2. join them using and operator. This reduces the amount of string manipulation and conditional statements considerably.
- Loading branch information
Tadej Borovšak
committed
Aug 17, 2018
1 parent
5fc5098
commit 5e54ac2
Showing
2 changed files
with
31 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters