Skip to content

Conversation

Weakky
Copy link
Contributor

@Weakky Weakky commented Aug 23, 2024

Overview

Adds support for -- @param {Type[]} to override a param type to a scalar list.

Copy link

codspeed-hq bot commented Aug 23, 2024

CodSpeed Performance Report

Merging #4984 will not alter performance

Comparing feat/typed-sql-list-param (79d55c5) with main (5b155e0)

Summary

✅ 11 untouched benchmarks

Copy link
Contributor

github-actions bot commented Aug 23, 2024

WASM Query Engine file Size

Engine This PR Base branch Diff
Postgres 2.038MiB 2.038MiB 0.000B
Postgres (gzip) 818.840KiB 818.838KiB 2.000B
Mysql 2.001MiB 2.001MiB 0.000B
Mysql (gzip) 804.594KiB 804.592KiB 2.000B
Sqlite 1.900MiB 1.900MiB 0.000B
Sqlite (gzip) 765.012KiB 765.012KiB 0.000B

enum_names
.iter()
.any(|enum_name| *enum_name == typ.inner())
.then(|| ParsedParamType::Enum(typ.inner()))
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this branch needs list handling as well?

@jkomyno jkomyno self-assigned this Oct 24, 2024
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.

3 participants