-
Notifications
You must be signed in to change notification settings - Fork 12
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
Additions for 8.2.2 #123
Merged
Merged
Additions for 8.2.2 #123
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🚀 Build success! Latest successful preview: https://preview-123--questdb-documentation.netlify.app Commit SHA: 8cbf5a8
|
…ntation into kellen/8.2.2-docs
goodroot
force-pushed
the
kellen/8.2.2-docs
branch
from
January 14, 2025 21:59
635561f
to
622fbd1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes multiple changes to the documentation files, mainly focusing on adding new configuration options, enhancing existing documentation, and optimizing SQL functions. The most important changes are summarized below:
New Configuration Options:
documentation/configuration-utils/_http.config.json
. These include paths for the Web Console, file import, table status, SQL execution, and others.log.timezone
configuration indocumentation/configuration-utils/_log.config.json
to set the timezone for log timestamps.Documentation Enhancements:
documentation/configuration.md
.dateadd
function documentation indocumentation/reference/function/date-time.md
to include a timezone parameter for DST-aware calculations. [1] [2] [3]documentation/reference/function/timestamp.md
to explain how QuestDB optimizes queries involving designated timestamp columns.SQL Function Updates:
first_not_null_value()
window function indocumentation/reference/function/window.md
to return the first non-null value in a set of rows defined by the window frame.documentation/reference/sql/alter-table-add-column.md
.Miscellaneous:
union-except-intersect
documentation to include an example of combining IPv4 columns with VARCHAR/STRING columns using implicit casting. [1] [2]