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

#217 fix: 통계 쿼리 호환성 버그 수정 #218

Merged
merged 7 commits into from
Jan 29, 2024

Conversation

matrixpower1004
Copy link
Contributor

@matrixpower1004 matrixpower1004 commented Jan 29, 2024

💡Motivation

  • 개발에서 사용하던 H2 DB와 AWS RDS에서 사용하는 Maria DB간의 쿼리 호환성 문제로 인하여 통계 쿼리가 정상 작동하지 않는 문제 수정

📌Changes

  • Group by시 시분초까지 구분하여 group by 하는 문제를 날짜 단위로만 group by 할 수 있도록 수정
  • 쿠폰 통계에서 N -> 1방향으로 조인 하던 것을 1-> N 방향으로 조인하도록 수정.
  • 삭제된 쿠폰과 예약 취소건을 통계에 포함하지 않도록 수정.

🫱🏻‍🫲🏻To Reviewers

  • 리뷰 부탁 드립니다.

Closes #217

- 개발에서 사용하던 H2 DB와 AWS RDS에서 사용하는 Maria DB간의 쿼리 호환성 문제로 인하여 통계 쿼리가 정상 작동하지 않는 문제 수정
Copy link

github-actions bot commented Jan 29, 2024

Test Results

100 tests   94 ✅  4s ⏱️
 61 suites   6 💤
 61 files     0 ❌

Results for commit 8346f82.

♻️ This comment has been updated with latest results.

@JeongUijeong JeongUijeong merged commit 30c1d1c into develop Jan 29, 2024
3 checks passed
@matrixpower1004 matrixpower1004 deleted the bugfix/query-fix branch January 29, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞bug 버그 발생 🧑🏻‍🔧fix 오류 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

issue: MySQL과 MariaDB간 쿼리 호환성 버그 발생
2 participants