Skip to content

Commit

Permalink
Fix examples/simple
Browse files Browse the repository at this point in the history
  • Loading branch information
msepga committed Dec 12, 2022
1 parent d2c270d commit 397cbb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
#include <stdio.h>
#include <stdlib.h>

size_t testCount = 7;
size_t testCount = 6;
const char* tests[] = {
"SELECT 1",
"SELECT * FROM x WHERE z = 2",
"SELECT 5.41414",
"SELECT $1",
"SELECT ?",
"SELECT 999999999999999999999::numeric/1000000000000000000000",
"SELECT 4790999999999999999999999999999999999999999999999999999999999999999999999999999999999999 * 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999"
};
Expand Down

0 comments on commit 397cbb9

Please sign in to comment.