Skip to content

Commit bf3ff34

Browse files
committed
updated version and Readme
1 parent 2968bde commit bf3ff34

File tree

3 files changed

+7
-811
lines changed

3 files changed

+7
-811
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ Testing SQL compabillity for [AlaSQL](https://github.com/agershun/alasql)
66
How?
77
----
88

9-
Go get markdown summery run the npm test;
9+
Go get markdown summery run npm test (will include starting node with garbagecollection set to true):
1010

1111
npm test
1212

1313
Result will output to results.md
1414

15-
To get more details execute `run_raw.js` in the sqllogic folder. As the output is very big its suggested to direct output to a file. As the testfiles are quite big the garbagecollection can be initiated between the run of each file. To initiate this run node with the --expose-gc flag
15+
16+
17+
**To get more details** execute `run_raw.js` in the sqllogic folder. As the output is very big its suggested to direct output to a file and let the garbagecollection be initiated between the run of each file. To execute `run_raw.js` run node with the --expose-gc flag:
1618

1719
cd sqllogic
1820
node --expose-gc run_raw > results.log

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alasql-logictest",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "sqllogictest of AlaSQL",
55
"main": "sqllogic/run_raw.js",
66
"scripts": {
@@ -12,7 +12,8 @@
1212
},
1313
"keywords": [
1414
"sql",
15-
"test"
15+
"test",
16+
"AlaSQL"
1617
],
1718
"author": "Mathias Rangel Wulff",
1819
"license": "MIT",

0 commit comments

Comments
 (0)