You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -10,26 +10,27 @@ installation using rwlman and from
10
10
11
11
## News
12
12
13
-
Release 3.0 includes four major new features:
13
+
Release 3.0 includes these major new features:
14
14
15
15
* SQL declaration no longer needs explicit bind and/or define, as bind variables and select list elements can be implicitly matched to declared variables.
16
16
* The separate declaration and subsequent execution of SQL is no longer needed.
17
17
* Formatting of output using printf.
18
18
* You can generate a single executable with an included rwl script.
19
+
* New syntax for file open for read, append or pipe (added in 3.0.3)
19
20
20
21
In addition, there are several minor update,
21
22
a number of bug fixes and updates to the standard oltp workload
22
23
as shown in [CHANGELOG.md](CHANGELOG.md).
23
24
24
25
## Branches
25
26
26
-
The branches that should be used by ordinary users are named after the release, e.g. 3.0.2.
27
+
The branches that should be used by ordinary users are named after the release, e.g. 3.0.3.
27
28
The master branch is always the development branch and may as such contain intermediate code.
28
29
You should normally _not_ clone or checkout the master branch unless you are developing the
29
30
rwloadsim code or always want the latest.
30
31
If you use the master branch, you _must_ do compilation yourself; no binaries are released.
31
32
32
-
At present, branch 3.0.2 is the release branch.
33
+
At present, branch 3.0.3 is the release branch.
33
34
34
35
Please see [CHANGELOG.md](CHANGELOG.md) for details.
0 commit comments