Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
picodata
Commits
d687694c
Commit
d687694c
authored
10 months ago
by
Yaroslav Dynnikov
Browse files
Options
Downloads
Patches
Plain Diff
doc: changelog for 24.4: sql
parent
c7aaa6af
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1063
Rosik/changelog 24.4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+16
-10
16 additions, 10 deletions
CHANGELOG.md
with
16 additions
and
10 deletions
CHANGELOG.md
+
16
−
10
View file @
d687694c
...
...
@@ -10,14 +10,6 @@ with the `YY.MINOR.MICRO` scheme.
## Unreleased
-
SQL supports
`trim`
function.
-
SQL supports
`to_char`
,
`to_date`
functions.
-
SQL supports
`ORDER BY`
clause.
-
SQL supports
`UNION`
operator.
-
SQL supports common table expressions (CTE).
-
SQL supports
`CASE`
expression.
-
SQL supports
`PRIMARY KEY`
next to column declaration
<!--
-
New feature
`tier`
- a group of instances with own replication factor.
Tiers can span multiple failure domains and a single cluster can have
...
...
@@ -43,13 +35,27 @@ with the `YY.MINOR.MICRO` scheme.
-
New rpc entrypoint:
`.proc_get_config`
which returns the effective
picodata configuration.
-
Support index creation with SQL.
-
Support index drop with SQL.
-->
--------------------------------------------------------------------------------
## [24.4.1] - upcoming
### SQL
-
New commands [CREATE INDEX] and [DROP INDEX]
-
Support
`SELECT ... ORDER BY`
-
Support
`SELECT ... UNION ... SELECT ... UNION`
-
Support common table expressions (CTE)
-
Support
[
CASE
][
sql_case
]
expression
-
New function
[
TRIM
][
sql_trim
]
-
New functions
`TO_CHAR`
,
`TO_DATE`
-
Allow
`PRIMARY KEY`
next to column declaration
[
CREATE INDEX
]:
https://docs.picodata.io/picodata/24.4/reference/sql/create_index/
[
DROP INDEX
]:
https://docs.picodata.io/picodata/24.4/reference/sql/drop_index/
[
sql_case
]:
https://docs.picodata.io/picodata/24.4/reference/sql/case/
[
sql_trim
]:
https://docs.picodata.io/picodata/24.4/reference/sql/trim/
### Compatibility
-
The current version is NOT compatible with prior releases. It cannot
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment