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

Infer length, precision and scale from database #427

Open
cody-scott opened this issue Oct 29, 2024 · 0 comments
Open

Infer length, precision and scale from database #427

cody-scott opened this issue Oct 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cody-scott
Copy link

Feature Description

When replicating from a Database to a Database, attempt to infer the length precision and scale for relevant data types such as VARCHAR and NUMERIC/DECIMAL.

Current behaviour seems to case all varchar/nvarchar objects to NVARCHAR(MAX) on MSSQL based runs.
https://docs.slingdata.io/sling-cli/run/configuration seems to indicate support for defining length, so extending this to pull automatically would be beneficial.

@cody-scott cody-scott added the enhancement New feature or request label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant