Skip to content

Commit

Permalink
Fix spelling in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgrgis committed Nov 9, 2023
1 parent 4ca6adc commit d5e1fea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion expected/12.15/type.out
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ INSERT INTO "type_VARBIT" ("i", "b") VALUES (13, '010010010101100101001010100011
--Testcase 238: very long bit string, expected ERROR, 65 bits
INSERT INTO "type_VARBIT" ("i", "b") VALUES (14, '01001001010110010100101010001111101101011011011110110001010101010');
ERROR: SQLite FDW dosens't support very long bit/varbit data
HINT: bit length 65, maxmum 64
HINT: bit length 65, maximum 64
--Testcase 239:
SELECT * FROM "type_VARBIT+" WHERE "i" > 10;
i | b | t | l
Expand Down
2 changes: 1 addition & 1 deletion expected/13.11/type.out
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ INSERT INTO "type_VARBIT" ("i", "b") VALUES (13, '010010010101100101001010100011
--Testcase 238: very long bit string, expected ERROR, 65 bits
INSERT INTO "type_VARBIT" ("i", "b") VALUES (14, '01001001010110010100101010001111101101011011011110110001010101010');
ERROR: SQLite FDW dosens't support very long bit/varbit data
HINT: bit length 65, maxmum 64
HINT: bit length 65, maximum 64
--Testcase 239:
SELECT * FROM "type_VARBIT+" WHERE "i" > 10;
i | b | t | l
Expand Down
2 changes: 1 addition & 1 deletion expected/14.8/type.out
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ INSERT INTO "type_VARBIT" ("i", "b") VALUES (13, '010010010101100101001010100011
--Testcase 238: very long bit string, expected ERROR, 65 bits
INSERT INTO "type_VARBIT" ("i", "b") VALUES (14, '01001001010110010100101010001111101101011011011110110001010101010');
ERROR: SQLite FDW dosens't support very long bit/varbit data
HINT: bit length 65, maxmum 64
HINT: bit length 65, maximum 64
--Testcase 239:
SELECT * FROM "type_VARBIT+" WHERE "i" > 10;
i | b | t | l
Expand Down
2 changes: 1 addition & 1 deletion expected/15.3/type.out
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ INSERT INTO "type_VARBIT" ("i", "b") VALUES (13, '010010010101100101001010100011
--Testcase 238: very long bit string, expected ERROR, 65 bits
INSERT INTO "type_VARBIT" ("i", "b") VALUES (14, '01001001010110010100101010001111101101011011011110110001010101010');
ERROR: SQLite FDW dosens't support very long bit/varbit data
HINT: bit length 65, maxmum 64
HINT: bit length 65, maximum 64
--Testcase 239:
SELECT * FROM "type_VARBIT+" WHERE "i" > 10;
i | b | t | l
Expand Down
2 changes: 1 addition & 1 deletion expected/16.0/type.out
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ INSERT INTO "type_VARBIT" ("i", "b") VALUES (13, '010010010101100101001010100011
--Testcase 238: very long bit string, expected ERROR, 65 bits
INSERT INTO "type_VARBIT" ("i", "b") VALUES (14, '01001001010110010100101010001111101101011011011110110001010101010');
ERROR: SQLite FDW dosens't support very long bit/varbit data
HINT: bit length 65, maxmum 64
HINT: bit length 65, maximum 64
--Testcase 239:
SELECT * FROM "type_VARBIT+" WHERE "i" > 10;
i | b | t | l
Expand Down

0 comments on commit d5e1fea

Please sign in to comment.