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

[5.5] Fix SQLiteGrammar whereTime method with correct formatting #23408

Merged
merged 1 commit into from
Mar 6, 2018
Merged

[5.5] Fix SQLiteGrammar whereTime method with correct formatting #23408

merged 1 commit into from
Mar 6, 2018

Conversation

pinguinjkeke
Copy link
Contributor

@pinguinjkeke pinguinjkeke commented Mar 6, 2018

strftime('time', created_at) is not working for sqlite and we need to apply correct formatting %H:%M:%S.

It also should be merged to 5.6 and master branches.

You can read more about sqlite date functions here: https://www.sqlite.org/lang_datefunc.html

PR #23321 was successfully merged to 5.6. But it's a bug and should be merged to current LTS version 5.5.
It's a copy of #23316. As I can see, the only way to make an attention is to re-open PR as @sisve suggests.

@taylorotwell
Copy link
Member

Has conflicts.

@pinguinjkeke pinguinjkeke changed the base branch from 5.6 to 5.5 March 6, 2018 14:26
@pinguinjkeke pinguinjkeke changed the base branch from 5.5 to 5.6 March 6, 2018 14:27
@pinguinjkeke pinguinjkeke changed the base branch from 5.6 to 5.5 March 6, 2018 14:32
@pinguinjkeke
Copy link
Contributor Author

pinguinjkeke commented Mar 6, 2018

@taylorotwell Resolved.

P.S. Do not try to merge inside github web interface 🤣

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