Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 9327b67

Browse files
update reference to SQLcl 22.3.0
1 parent 9179526 commit 9327b67

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

sqlcl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can apply the formatter settings in SQL Developer. Another option is to appl
66

77
## Why not Use `FORMAT FILE`?
88

9-
Yes, you can use the built-in `FORMAT FILE` command. Here's the help output from SQLcl 22.2.1:
9+
Yes, you can use the built-in `FORMAT FILE` command. Here's the help output from SQLcl 22.3.0:
1010

1111
```
1212
FORMAT
@@ -28,7 +28,7 @@ We recommend you download, clone, or fork this repository when you plan to use [
2828
However, [`format.js`](format.js) also works as a standalone script. Here's the usage:
2929

3030
```
31-
Trivadis PL/SQL & SQL Formatter (format.js), version 22.2.1
31+
Trivadis PL/SQL & SQL Formatter (format.js), version 22.3.0
3232
3333
usage: script format.js <rootPath> [options]
3434

standalone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The parameters are the same as for the [executable JAR](#executable-jar).
5151

5252
## How to Build
5353

54-
1. [Download](https://www.oracle.com/tools/downloads/sqlcl-downloads.html) and install SQLcl 22.2.1
54+
1. [Download](https://www.oracle.com/tools/downloads/sqlcl-downloads.html) and install SQLcl 22.3.0
5555
2. [Download](https://github.com/graalvm/graalvm-ce-builds/releases) and install the GraalVM JDK 17 22.2.0
5656
3. Go to the `bin` directory of the GraalVM JDK and run `./gu install js native-image`, if you want to produce a native image. For native image on Windows you need to [download](https://visualstudio.microsoft.com/downloads/) Visual Studio Community 2022 and install the C++ compiler. Use `x64 Native Tools Command Prompt for VS 2022` to get a terminal window with the correct environment.
5757
4. [Download](https://maven.apache.org/download.cgi) and install Apache Maven 3.8.6

0 commit comments

Comments
 (0)