-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the version number and update release notes
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "FunSQL" | ||
uuid = "cf6cc811-59f4-4a10-b258-a8547a8f6407" | ||
authors = ["Kirill Simonov <[email protected]>", "Clark C. Evans <[email protected]>"] | ||
version = "0.13.0" | ||
version = "0.13.1" | ||
|
||
[deps] | ||
DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965" | ||
|
601bdfd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
Add support for grouping sets, which are used in SQL to calculate totals
and subtotals. The
Group()
node accepts an optional parametersets
,which is either a grouping mode indicator
:cube
or:rollup
, ora collection of grouping key sets
Vector{Vector{Symbol}}
. Examples:601bdfd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/102554
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: