File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
25
### Security
26
26
-
27
27
28
+ ## [ 0.3.0] -2025-05-14
29
+ ### Added
30
+ - sqlite3 and spatialite as dependencies to verify SQL
31
+ - Add iterator for ast node to loop over all property name
32
+ - Add ConvertToSQL() in top level Cql2CPP class
33
+ - Add unit tests for SQL
34
+ - Use argparse to parse command line arguments instead of gflags
35
+ - Convert arithmetic, is null, like, between to SQL
36
+ - Convert array predicate to SQL
37
+ ### Fixed
38
+ - Fix bug about ST_MakeEnvelope
39
+ - Fix bug about using "-" as prefix of number
40
+
41
+ ## [ 0.2.1] - 2025-05-08
42
+ ### Fixed
43
+ - Fix error in demo.png
44
+
28
45
## [ 0.2.0] - 2025-05-08
29
46
### Added
30
47
- parse arithmetic expression
You can’t perform that action at this time.
0 commit comments