-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxy: add per query array mode flag (#6678)
## Problem Drizzle needs to be able to configure the array_mode flag per query. ## Summary of changes Adds an array_mode flag to the query data json that will otherwise default to the header flag.
- Loading branch information
1 parent
951c9bf
commit ea089dc
Showing
2 changed files
with
116 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ea089dc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2493 tests run: 2363 passed, 5 failed, 125 skipped (full report)
Failures on Postgres 14
test_multixact
: releasetest_pageserver_max_throughput_getpage_at_latest_lsn[10-6-30]
: releasetest_pageserver_max_throughput_getpage_at_latest_lsn[10-13-30]
: releasetest_pageserver_max_throughput_getpage_at_latest_lsn[1-6-30]
: releasetest_pageserver_max_throughput_getpage_at_latest_lsn[1-13-30]
: releaseFlaky tests (1)
Postgres 14
test_ondemand_download_timetravel
: debugTest coverage report is not available
ea089dc at 2024-02-09T11:43:38.307Z :recycle: