Skip to content

Commit a2fa213

Browse files
committed
v0.0.8
1 parent d64e43f commit a2fa213

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
# v0.0.8
4+
* Edit package comments.
5+
36
# v0.0.7
47
* Add many, inneJoin, nonResult flags to meta info.
58
* Add checking that subquery on select clause is not allowed with aggregation query.

soql/parser/core/parser.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Open source implementation of the SOQL parser (Lexical analysis and parsing phase).
12
package core
23

34
import (

soql/parser/parser.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Open source implementation of the SOQL parser.
12
package parser
23

34
import (

soql/parser/postprocess/normalize.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Open source implementation of the SOQL parser (Postprocessing phase).
12
package postprocess
23

34
import (

0 commit comments

Comments
 (0)