buildpg
buildpg copied to clipboard
docs: fix query to be valid SQL by adding where
Noticed this issue while looking into #39
Codecov Report
Merging #40 (d6aa70d) into master (e2a16ab) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #40 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 554 554
Branches 50 50
=========================================
Hits 554 554
I'll try to get to this and #39 soon as well as fixing deps and pinning them.
would be better to use the Where()
clause and Empty()
imho, that would at least show an example, I often build queries this way