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

array join table name length gets truncated when too long #19

Open
uladkasach opened this issue Jan 22, 2024 · 0 comments
Open

array join table name length gets truncated when too long #19

uladkasach opened this issue Jan 22, 2024 · 0 comments

Comments

@uladkasach
Copy link
Member

for example
advertisement_message_copywrite_to_advertisement_message_copywr


this becomes a blocker when you have more than one name that gets truncated to same length

e.g.,

  • advertisement_message_copywrite_to_advertisement_message_copywrite_headline
  • advertisement_message_copywrite_to_advertisement_message_copywrite_description

one thing that can be done in this specific case is to leverage the fact that the from is a prefix of to

e.g.,

  • advertisement_message_copywrite_to_headline
  • advertisement_message_copywrite_to_description
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

No branches or pull requests

1 participant