We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0366d49 commit 3be591aCopy full SHA for 3be591a
select_test.go
@@ -420,4 +420,5 @@ func ExampleSelectBuilder_LateralAs() {
420
421
func TestNilPointerWhere(t *testing.T) {
422
NewSelectBuilder().SQL("$0").Build()
423
+ NewSelectBuilder().SQL("$0").BuildWithFlavor(DefaultFlavor)
424
}
0 commit comments