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: fix database query builder alter dilimater #398

Merged
merged 2 commits into from
Oct 26, 2024

Conversation

SonyPradana
Copy link
Owner

Q A
Is bugfix? Yes
New feature? No
Breaks BC? No
Fixed issues comma-separated list of tickets # fixed by the PR, if any

Fix database query builder alter dilimater.

Copy link
Collaborator

@anggerpradana anggerpradana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unfortunately the mysql 5.7 doesn't support using rename column. to solve the issue make exceptions in ci workflow for version my sql version 5.7. Work smoothly in mysql 8 and Mariadb version 10.5. so my solution is

  • make 3 different workflow strategy
  • skip for mysql ver 5.7
  • add new alter api (change)

- add more workflow mysql 5.7, mysql 8, mariadb 10
- add group exclude for mysql 5,7
@SonyPradana
Copy link
Owner Author

unfortunately the mysql 5.7 doesn't support using rename column. to solve the issue make exceptions in ci workflow for version my sql version 5.7. Work smoothly in mysql 8 and Mariadb version 10.5. so my solution is

  • make 3 different workflow strategy
  • skip for mysql ver 5.7
  • add new alter api (change)

done except add new api (another pr)

@SonyPradana SonyPradana merged commit 2eb54d3 into master Oct 26, 2024
11 checks passed
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.

2 participants