We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067974c commit 6bee452Copy full SHA for 6bee452
1 file changed
CHANGELOG.md
@@ -25,6 +25,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
### Security
26
-
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
43
+- Fix error in demo.png
44
45
## [0.2.0] - 2025-05-08
46
### Added
47
- parse arithmetic expression
0 commit comments