We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #59 we found out that non-default settings for NLS_FIRST_DAY_OF_WEEK in the database may lead to unexpected results when aggregating by week.
NLS_FIRST_DAY_OF_WEEK
As long as metabase/metabase#13496 is not implemented (which will allow drivers to read the current setting) we need to document this known issue.
The text was updated successfully, but these errors were encountered:
#63 Document known issue with NLS_FIRST_DAY_OF_WEEK
db8a526
#63: Document known issue with NLS_FIRST_DAY_OF_WEEK (#64)
a061fc4
* #59: Add integration test * #59: Add tests * Cleanup tests * #63 Document known issue with `NLS_FIRST_DAY_OF_WEEK` * Apply suggestions from code review Co-authored-by: Christoph Kuhnke <github@kuhnke.net> --------- Co-authored-by: Christoph Kuhnke <github@kuhnke.net>
kaklakariada
Successfully merging a pull request may close this issue.
In #59 we found out that non-default settings for
NLS_FIRST_DAY_OF_WEEK
in the database may lead to unexpected results when aggregating by week.As long as metabase/metabase#13496 is not implemented (which will allow drivers to read the current setting) we need to document this known issue.
The text was updated successfully, but these errors were encountered: