buildpg icon indicating copy to clipboard operation
buildpg copied to clipboard

docs: fix query to be valid SQL by adding where

Open jasongi opened this issue 2 years ago • 3 comments

Noticed this issue while looking into #39

jasongi avatar Aug 30 '22 03:08 jasongi

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           

codecov[bot] avatar Aug 30 '22 03:08 codecov[bot]

I'll try to get to this and #39 soon as well as fixing deps and pinning them.

samuelcolvin avatar Aug 30 '22 09:08 samuelcolvin

would be better to use the Where() clause and Empty() imho, that would at least show an example, I often build queries this way

euri10 avatar Apr 01 '23 15:04 euri10