Skip to content

Commit

Permalink
feat: Allow selecting columns with NULL values
Browse files Browse the repository at this point in the history
  • Loading branch information
pgollangi committed Nov 16, 2023
1 parent 85532fb commit 229702a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/select/select_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,6 @@ var selectTests = []TestExpect{
length: "1",
records: [][]interface{}{{float64(21), nil, "ckensleyk"}},
},
{
query: "select id from users where email != null",
columns: []string{"id", "email", "username"},
length: "1",
records: [][]interface{}{{float64(21)}},
},
}

func newFirestoreTestClient(ctx context.Context) *firestore.Client {
Expand Down

0 comments on commit 229702a

Please sign in to comment.