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
+12-10
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,11 @@ installation using rwlman and from
10
10
11
11
## News
12
12
13
-
Release 3.0 includes these major new features:
13
+
Release 3.1 includes several new features with primary focus on using rwloadsim
14
+
as a scripting tool.
15
+
For details, see [CHANGELOG.md](CHANGELOG.md).
16
+
17
+
Release 3.0 included these major new features:
14
18
15
19
* 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
20
* The separate declaration and subsequent execution of SQL is no longer needed.
@@ -19,28 +23,26 @@ Release 3.0 includes these major new features:
19
23
* New syntax for file open for read, append or pipe (added in 3.0.3)
20
24
* Release 3.0.6 will be the last 3.0 release, in 3.1 the new file open syntax will be enforced
21
25
22
-
In addition, there are several minor update,
26
+
In addition, there are several minor updates,
23
27
a number of bug fixes and updates to the standard oltp workload
24
28
as shown in [CHANGELOG.md](CHANGELOG.md).
25
29
26
30
Note that there was an update to the repository in 3.0.4 and that you _must_ apply
27
31
the rwl304.sql script if you are upgrading from version 3.0.3 or earlier.
28
32
There is also a repository upgrade in 3.0.6 and you _must_ apply the rwl306.sql script
29
-
before using release 3.0.6.
33
+
before using release 3.0.6 or newer.
30
34
See [docs/INSTALL.md](docs/INSTALL.md) for details.
31
35
32
36
## Branches
33
37
34
-
The branches that should be used by ordinary users are named after the release, e.g. 3.0.6.
35
-
The branch named "development" is getting frequent commits
36
-
and may as such contain intermediate code.
37
-
The master branch receives occasional pull request from the development branch.
38
-
You should normally _not_ clone or checkout the development or master branch
38
+
The branches that should be used by ordinary users are named after the release, e.g. 3.1.0.
39
+
The master branch receives occasional pull request from the various development branches.
40
+
You should normally _not_ clone or checkout these
39
41
unless you are developing the rwloadsim code or always want the latest.
40
-
If you use the development or master branch, you _must_ do compilation yourself;
42
+
If you use a development or master branch, you _must_ do compilation yourself;
41
43
no binaries are released.
42
44
43
-
At present, branch 3.0.6 is the release branch.
45
+
At present, branch 3.1.0 is the release branch.
44
46
45
47
Please see [CHANGELOG.md](CHANGELOG.md) for details.
0 commit comments