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

🔧 [STMT-146] mysql에서 동작하지 않는 INSERT 쿼리 수정 #60

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

zxcv9203
Copy link
Collaborator

💁 해결 하려는 문제를 적어주세요

  • mysql에서 flyway에 작성한 INSERT 구문이 실행되지 않는 문제 발생

🤔 어떤 방식으로 해결했는지 적어주세요

  • mysql은 INSER INTO VALUES 구문에서 서브쿼리 사용이 불가능하여 MySQL에서 지원하는 INSERT 쿼리 형식으로 변경

@zxcv9203 zxcv9203 requested a review from 05AM as a code owner February 28, 2024 15:25
@zxcv9203 zxcv9203 merged commit 7c77a9c into dev Feb 28, 2024
1 check passed
zxcv9203 added a commit that referenced this pull request Feb 28, 2024
🔧 [STMT-146] mysql에서 동작하지 않는 INSERT 쿼리 수정 (#60)
@zxcv9203 zxcv9203 deleted the STMT-146-Server-flyway-modify branch February 29, 2024 10:53
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