Skip to content

Support text array parameters#2415

Merged
NathanGabrielson merged 2 commits intomainfrom
nathan/textArray
Mar 4, 2026
Merged

Support text array parameters#2415
NathanGabrielson merged 2 commits intomainfrom
nathan/textArray

Conversation

@NathanGabrielson
Copy link
Contributor

Prisma blocking bug. Right now if you try to bind a query with a text array we scan it incorrectly and error out.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2026

Main PR
covering_index_scan_postgres 601.56/s 576.01/s -4.3%
index_join_postgres 124.16/s 124.37/s +0.1%
index_join_scan_postgres 182.10/s 183.52/s +0.7%
index_scan_postgres 10.98/s 11.14/s +1.4%
oltp_point_select 2402.03/s 2388.26/s -0.6%
oltp_read_only 1737.00/s 1718.80/s -1.1%
select_random_points 110.59/s 111.14/s +0.4%
select_random_ranges 451.61/s 450.49/s -0.3%
table_scan_postgres 10.89/s 10.91/s +0.1%
types_table_scan_postgres 5.04/s 5.03/s -0.2%

@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2026

Main PR
Total 42090 42090
Successful 17651 17651
Failures 24439 24439
Partial Successes1 5575 5575
Main PR
Successful 41.9363% 41.9363%
Failures 58.0637% 58.0637%

Footnotes

  1. These are tests that we're marking as Successful, however they do not match the expected output in some way. This is due to small differences, such as different wording on the error messages, or the column names being incorrect while the data itself is correct.

Copy link
Collaborator

@Hydrocharged Hydrocharged left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine to merge in, but this is the reverse of the fix that I just implemented with #2394

We really need to move all of the logic into the send and receive functions, so I'm getting to work on that.

@NathanGabrielson NathanGabrielson merged commit 9da14fd into main Mar 4, 2026
17 checks passed
@NathanGabrielson NathanGabrielson deleted the nathan/textArray branch March 4, 2026 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants