Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Oct 3, 2024
1 parent 528a1e2 commit 684367e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions integration_tests/postgres/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,22 @@ const expectedPayloadTemplate = `{
"name": "",
"parameters": null
},
{
"type": "boolean",
"optional": false,
"default": null,
"field": "c_bit1",
"name": "",
"parameters": null
},
{
"type": "string",
"optional": false,
"default": null,
"field": "c_bit5",
"name": "",
"parameters": null
},
{
"type": "boolean",
"optional": false,
Expand Down Expand Up @@ -641,6 +657,8 @@ const expectedPayloadTemplate = `{
"c_bigint": 9009900990099009000,
"c_bigserial": 100000123100000123,
"c_bit": true,
"c_bit1": true,
"c_bit5": "10101",
"c_boolean": true,
"c_bytea": "YWJjIGtsbSAqqVQ=",
"c_character": "X",
Expand Down

0 comments on commit 684367e

Please sign in to comment.