chore: Prepare 0.13.12 release changelog#5837
Merged
Merged
Conversation
Populate the 0.13.12 changelog with user-facing changes since 0.13.11 (81 commits, 10 contributors). Co-Authored-By: Claude <noreply@anthropic.com>
prql-bot
reviewed
Apr 27, 2026
Collaborator
prql-bot
left a comment
There was a problem hiding this comment.
The three date.* PRs and the New Contributors entry tag @happyso, but those PRs were authored by GitHub user @sunyeongchoi (whose display name is "happyso"). @happyso is a different GitHub account (Soyoung Kim) — the current credit links to the wrong person. Suggestions inline.
| - Add a very early `sql.oracle` dialect. It currently only forces identifier | ||
| quoting to accommodate Oracle's case-folding rules; most other features fall | ||
| back to generic SQL. (@julien-pinchelimouroux, #5821) | ||
| - Add `date.trunc` function for date truncation. (@happyso, #5729) |
Collaborator
There was a problem hiding this comment.
Suggested change
| - Add `date.trunc` function for date truncation. (@happyso, #5729) | |
| - Add `date.trunc` function for date truncation. (@sunyeongchoi, #5729) |
| quoting to accommodate Oracle's case-folding rules; most other features fall | ||
| back to generic SQL. (@julien-pinchelimouroux, #5821) | ||
| - Add `date.trunc` function for date truncation. (@happyso, #5729) | ||
| - Add `date.now` function for current timestamp. (@happyso, #5721) |
Collaborator
There was a problem hiding this comment.
Suggested change
| - Add `date.now` function for current timestamp. (@happyso, #5721) | |
| - Add `date.now` function for current timestamp. (@sunyeongchoi, #5721) |
| back to generic SQL. (@julien-pinchelimouroux, #5821) | ||
| - Add `date.trunc` function for date truncation. (@happyso, #5729) | ||
| - Add `date.now` function for current timestamp. (@happyso, #5721) | ||
| - Add `date.diff` function for date differences. (@happyso, #5726) |
Collaborator
There was a problem hiding this comment.
Suggested change
| - Add `date.diff` function for date differences. (@happyso, #5726) | |
| - Add `date.diff` function for date differences. (@sunyeongchoi, #5726) |
|
|
||
| **New Contributors**: | ||
|
|
||
| - @happyso, with #5721 |
Collaborator
There was a problem hiding this comment.
Suggested change
| - @happyso, with #5721 | |
| - @sunyeongchoi, with #5721 |
This file contains hidden or 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
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.
Populates the 0.13.12 changelog with all user-facing changes since 0.13.11 (81 commits, 10 contributors).