Skip to content

fix: avoid hyphens in index name - #54648

Merged
Jonathan Pearlin (jdpgrailsdev) merged 4 commits into
masterfrom
move/destination-mssql-v2-rc10
Feb 24, 2025
Merged

fix: avoid hyphens in index name#54648
Jonathan Pearlin (jdpgrailsdev) merged 4 commits into
masterfrom
move/destination-mssql-v2-rc10

Conversation

@jdpgrailsdev

@jdpgrailsdev Jonathan Pearlin (jdpgrailsdev) commented Feb 24, 2025

Copy link
Copy Markdown
Contributor

What

  • Avoid invalid characters in index names

How

  • Ensure that column hashcode value cannot contain hyphens. While there is a risk of collisions, this should be minimal given that we are only dealing with a handful of columns at a time.

Review guide

  1. MSSQLQueryBuilder.kt

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

@vercel

vercel Bot commented Feb 24, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 24, 2025 5:59pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/destination/mssql-v2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants