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

updated for MS-SQL compatibility #16

Closed
wants to merge 1 commit into from

Conversation

adrianfso
Copy link

DATE_FORMAT not recognized by MS-SQL. Edited line 85 to remove DATE_FORMAT and change to a 'convert' statement part. Needs to be tested with mysql and postgres.

DATE_FORMAT not recognized by MS-SQL. Edited line 85 to remove DATE_FORMAT and change to a 'convert' statement part. Needs to be tested with mysql and postgres.
@alikon
Copy link
Contributor

alikon commented Jul 13, 2015

we can delete all
'DATE_FORMAT(a.created, "%Y-%m-%d") AS created'

cause is not used on tmpl and is already there with a.*

@chrisdavenport
Copy link
Contributor

I'm just going to close this one for now as I have no way of testing it. If it's still relevant please update the PR and re-open it. Thanks.

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