Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom parameter to tedious data type transformation #1164

Open
igalklebanov opened this issue Oct 1, 2024 · 0 comments
Open

Support custom parameter to tedious data type transformation #1164

igalklebanov opened this issue Oct 1, 2024 · 0 comments
Labels
built-in dialect Related to a built-in dialect enhancement New feature or request mssql Related to MS SQL Server (MSSQL)

Comments

@igalklebanov
Copy link
Member

Hey 👋

Currently the logic that transforms JavaScript query parameters to tedious data types is private and cannot be overriden without some unclean tinkering with the tedious stuff passed in MssqlDialect's config object.

We might want to provide a way to pass a function that overrides the default behavior, similar to how it's done in pg.

@igalklebanov igalklebanov added enhancement New feature or request built-in dialect Related to a built-in dialect mssql Related to MS SQL Server (MSSQL) labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
built-in dialect Related to a built-in dialect enhancement New feature or request mssql Related to MS SQL Server (MSSQL)
Projects
None yet
Development

No branches or pull requests

1 participant