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

Fix BK attribute naming format in Links to conform with standard. #17

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

analyzer1
Copy link
Collaborator

Updated BK attribute format in Links from "{}" to bk_{}_hk, modifying the line:

  • Original: let bk_name_type = format!("\"{}\" VARCHAR", bk.name);
  • New: let bk_name_type = format!("bk_{}_hk VARCHAR", bk.name);

This change also removes the need for quotes around attribute names, preventing conflicts with reserved words like "user."

Updated BK attribute format in Links from `"{}"` to `bk_{}_hk`, modifying the line:
- Original: `let bk_name_type = format!("\"{}\" VARCHAR", bk.name);`
- New: `let bk_name_type = format!("bk_{}_hk VARCHAR", bk.name);`

This change also removes the need for quotes around attribute names, preventing conflicts with reserved words like "user."
@analyzer1 analyzer1 merged commit 5357035 into main Nov 4, 2024
1 check passed
@analyzer1 analyzer1 deleted the bugfix/PADW-99-bk-attribute-format-in-links branch November 4, 2024 21:08
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.

1 participant