Skip to content

Commit

Permalink
enginetest
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cor committed Jan 15, 2024
1 parent b7a7d91 commit 32454c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions enginetest/queries/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -8818,6 +8818,14 @@ from typestable`,
{"6.141592653589793"},
},
},
{
Query: "select bit_count(i), bit_count(-20 * i) from mytable;",
Expected: []sql.Row{
{1, 61},
{1, 60},
{2, 59},
},
},
}

var KeylessQueries = []QueryTest{
Expand Down

0 comments on commit 32454c0

Please sign in to comment.