From 791529875a27abb05582282f071ec194b25ba980 Mon Sep 17 00:00:00 2001 From: Gerald Venzl Date: Tue, 22 Aug 2023 13:29:35 -0700 Subject: [PATCH] Move from 23.2.0 --> 23.2 as 0 has no meaning any longer Signed-off-by: Gerald Venzl --- docs/modules/versions/pages/{23.2.0 => 23.2}/index.adoc | 2 +- docs/modules/versions/pages/index.adoc | 2 +- features/annotations.adoc | 2 +- features/boolean.adoc | 2 +- features/extended-case-controls.adoc | 2 +- features/group-by-alias-position.adoc | 2 +- features/if-not-exists.adoc | 2 +- features/inline-javascript.adoc | 2 +- features/javascript-call-specifications.adoc | 2 +- features/javascript-environments.adoc | 2 +- features/javascript-modules.adoc | 2 +- features/returning-into.adoc | 2 +- features/select-without-from.adoc | 2 +- features/table-value-constructor.adoc | 2 +- features/update-delete-via-join.adoc | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) rename docs/modules/versions/pages/{23.2.0 => 23.2}/index.adoc (98%) diff --git a/docs/modules/versions/pages/23.2.0/index.adoc b/docs/modules/versions/pages/23.2/index.adoc similarity index 98% rename from docs/modules/versions/pages/23.2.0/index.adoc rename to docs/modules/versions/pages/23.2/index.adoc index 6d271b8..336d609 100644 --- a/docs/modules/versions/pages/23.2.0/index.adoc +++ b/docs/modules/versions/pages/23.2/index.adoc @@ -1,4 +1,4 @@ -= 23.2.0 += 23.2 Oracle Database 23c was first released in April 2023 via Oracle Database 23c Free – Developer Release. diff --git a/docs/modules/versions/pages/index.adoc b/docs/modules/versions/pages/index.adoc index 17bba63..f6bff68 100644 --- a/docs/modules/versions/pages/index.adoc +++ b/docs/modules/versions/pages/index.adoc @@ -2,4 +2,4 @@ * xref:12.1.0.2/index.adoc[] * xref:12.1.0.1/index.adoc[] -* xref:23.2.0/index.adoc[] +* xref:23.2/index.adoc[] diff --git a/features/annotations.adoc b/features/annotations.adoc index fc646bf..afaaa25 100644 --- a/features/annotations.adoc +++ b/features/annotations.adoc @@ -1,5 +1,5 @@ = Annotations -:database-version: 23.2.0 +:database-version: 23.2 :database-category: sql [[feature_summary]] diff --git a/features/boolean.adoc b/features/boolean.adoc index c45733c..204cbef 100644 --- a/features/boolean.adoc +++ b/features/boolean.adoc @@ -1,5 +1,5 @@ = Boolean data type -:database-version: 23.2.0 +:database-version: 23.2 :database-category: sql [[feature_summary]] diff --git a/features/extended-case-controls.adoc b/features/extended-case-controls.adoc index ce3eaf0..5ed02e3 100644 --- a/features/extended-case-controls.adoc +++ b/features/extended-case-controls.adoc @@ -1,5 +1,5 @@ = Extended CASE Controls -:database-version: 23.2.0 +:database-version: 23.2 :database-category: plsql [[feature_summary]] diff --git a/features/group-by-alias-position.adoc b/features/group-by-alias-position.adoc index cf16c71..d34fa93 100644 --- a/features/group-by-alias-position.adoc +++ b/features/group-by-alias-position.adoc @@ -1,5 +1,5 @@ = GROUP BY column alias or position -:database-version: 23.2.0 +:database-version: 23.2 :database-category: sql [[feature_summary]] diff --git a/features/if-not-exists.adoc b/features/if-not-exists.adoc index baac68a..a41da84 100644 --- a/features/if-not-exists.adoc +++ b/features/if-not-exists.adoc @@ -1,5 +1,5 @@ = IF [NOT] EXISTS -:database-version: 23.2.0 +:database-version: 23.2 :database-category: sql [[feature_summary]] diff --git a/features/inline-javascript.adoc b/features/inline-javascript.adoc index ad24a79..f87884f 100644 --- a/features/inline-javascript.adoc +++ b/features/inline-javascript.adoc @@ -1,5 +1,5 @@ = Inline JavaScript Procedures -:database-version: 23.2.0 +:database-version: 23.2 :database-category: javascript [[feature_summary]] diff --git a/features/javascript-call-specifications.adoc b/features/javascript-call-specifications.adoc index 52bc9aa..7f03557 100644 --- a/features/javascript-call-specifications.adoc +++ b/features/javascript-call-specifications.adoc @@ -1,5 +1,5 @@ = JavaScript Call Specifications -:database-version: 23.2.0 +:database-version: 23.2 :database-category: javascript [[feature_summary]] diff --git a/features/javascript-environments.adoc b/features/javascript-environments.adoc index 71884a2..279a7c1 100644 --- a/features/javascript-environments.adoc +++ b/features/javascript-environments.adoc @@ -1,5 +1,5 @@ = JavaScript Environments -:database-version: 23.2.0 +:database-version: 23.2 :database-category: javascript [[feature_summary]] diff --git a/features/javascript-modules.adoc b/features/javascript-modules.adoc index fc3cb0d..d2d9cb0 100644 --- a/features/javascript-modules.adoc +++ b/features/javascript-modules.adoc @@ -1,5 +1,5 @@ = JavaScript Modules -:database-version: 23.2.0 +:database-version: 23.2 :database-category: javascript [[feature_summary]] diff --git a/features/returning-into.adoc b/features/returning-into.adoc index f6b588a..b157236 100644 --- a/features/returning-into.adoc +++ b/features/returning-into.adoc @@ -1,5 +1,5 @@ = Enhanced Returning-Into Clause -:database-version: 23.2.0 +:database-version: 23.2 :database-category: sql [[feature_summary]] diff --git a/features/select-without-from.adoc b/features/select-without-from.adoc index 488d2c4..f46744e 100644 --- a/features/select-without-from.adoc +++ b/features/select-without-from.adoc @@ -1,5 +1,5 @@ = SELECT without FROM clause -:database-version: 23.2.0 +:database-version: 23.2 :database-category: sql [[feature_summary]] diff --git a/features/table-value-constructor.adoc b/features/table-value-constructor.adoc index af762a6..1bc00e9 100644 --- a/features/table-value-constructor.adoc +++ b/features/table-value-constructor.adoc @@ -1,5 +1,5 @@ = Table Value Constructor -:database-version: 23.2.0 +:database-version: 23.2 :database-category: sql [[feature_summary]] diff --git a/features/update-delete-via-join.adoc b/features/update-delete-via-join.adoc index 6dacf58..991105b 100644 --- a/features/update-delete-via-join.adoc +++ b/features/update-delete-via-join.adoc @@ -1,5 +1,5 @@ = UPDATE/DELETE via JOIN -:database-version: 23.2.0 +:database-version: 23.2 :database-category: sql [[feature_summary]]