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

Add date functions such as YEAR, MONTH, and DAY to Statement #371

Open
wants to merge 74 commits into
base: master
Choose a base branch
from

Conversation

takapi327
Copy link
Owner

@takapi327 takapi327 commented Jan 23, 2025

Implementation Details

Added support for functions related to date types provided by MySQL officially.

https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html

Fixes

Fixes #360

Pull Request Checklist

  • Wrote unit and integration tests
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code formatting by scalafmt (sbt scalafmtAll command execution)
  • Add copyright headers to new files

References

@takapi327 takapi327 self-assigned this Jan 23, 2025
@takapi327 takapi327 added 🚀 feature New feature project:queryBuilder Addition and modification of functionality to Query Builder projects project:schema Addition and modification of functionality to Schema projects project:statement Addition and modification of functionality to Statement projects labels Jan 23, 2025
@takapi327 takapi327 added this to the 0.3.0 milestone Jan 23, 2025
@takapi327 takapi327 modified the milestones: 0.3.0, 0.4.0 Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 feature New feature project:queryBuilder Addition and modification of functionality to Query Builder projects project:schema Addition and modification of functionality to Schema projects project:statement Addition and modification of functionality to Statement projects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add date functions such as YEAR, MONTH, and DAY to Statement
1 participant