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

Update the column datatype of views where nvarchar(max) is required #2612

Merged

Conversation

shalinilohia50
Copy link
Contributor

@shalinilohia50 shalinilohia50 commented May 23, 2024

Description

Update the column datatype of views where nvarchar(max) is required

Views that needs to fixed:

sys.computed_columns
sys.xml_indexes
sys.stats
sys.plan_guides
sys.numbered_procedures
sys.default_constraints
sys.check_constraints

Issues Resolved

Task: BABEL-3401
Signed-off-by: Shalini Lohia [email protected]

Test Scenarios Covered

  • Use case based - We already have tests

  • Boundary conditions -

  • Arbitrary inputs -

  • Negative test cases -

  • Minor version upgrade tests -

  • Major version upgrade tests -

  • Performance tests -

  • Tooling impact -

  • Client tests -

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is under the terms of the Apache 2.0 and PostgreSQL licenses, and grant any person obtaining a copy of the contribution permission to relicense all or a portion of my contribution to the PostgreSQL License solely to contribute all or a portion of my contribution to the PostgreSQL open source project.

For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@shardgupta shardgupta merged commit e8161c8 into babelfish-for-postgresql:BABEL_2_X_DEV May 28, 2024
29 checks passed
@shardgupta shardgupta deleted the babel-3401-2x branch May 28, 2024 05:44
shalinilohia50 added a commit to amazon-aurora/babelfish_extensions that referenced this pull request May 28, 2024
…abelfish-for-postgresql#2612)

Update the column datatype of views where nvarchar(max) is required

Following views are fixed with this commit:
sys.computed_columns
sys.xml_indexes
sys.stats
sys.plan_guides
sys.numbered_procedures
sys.default_constraints
sys.check_constraints

Task: BABEL-3401

Signed-off-by: Shalini Lohia [email protected]
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.

5 participants