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 support for date extract #111

Merged
merged 15 commits into from
Jan 29, 2023

Conversation

keithbrink
Copy link
Contributor

Adds support for EXTRACT(DAY FROM timestamp): https://www.postgresql.org/docs/current/functions-datetime.html

.gitignore Outdated Show resolved Hide resolved
docs/INTEGRATING-WITH-SYMFONY.md Outdated Show resolved Hide resolved
Copy link
Owner

@martin-georgiev martin-georgiev left a comment

Choose a reason for hiding this comment

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

I think this convenient date extract work can benefit from some examples and further documentation in docs/USE-CASES-AND-EXAMPLES.md. I thought that the library users might not know what is the list of supported values for the extraction party in the argument's list (e.g.DAY, MONTH, YEAR).

@Gemorroj
Copy link
Contributor

@martin-georgiev do we have chances to merge this PR?

@martin-georgiev martin-georgiev enabled auto-merge (squash) January 29, 2023 01:16
@martin-georgiev martin-georgiev merged commit 9e39943 into martin-georgiev:main Jan 29, 2023
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.

None yet

3 participants