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 ea2c2e6 commit 3b31b58Copy full SHA for 3b31b58
test/unit/v2/connection.test.ts
@@ -509,7 +509,7 @@ describe("Connection V2", () => {
509
expect(meta).toEqual([
510
{
511
name: "?column?",
512
- type: "integer"
+ type: "int"
513
}
514
]);
515
})
@@ -587,7 +587,7 @@ describe("Connection V2", () => {
587
588
589
590
591
592
593
@@ -662,7 +662,7 @@ describe("Connection V2", () => {
662
663
664
665
666
667
668
0 commit comments