Releases: temikfart/sql2cypher
Releases · temikfart/sql2cypher
v0.9.1-beta
What's Changed
- Merge pull request #17 from temikfart/develop by @temikfart in #18
- Patch: repair tree dump generation by @temikfart in #19
Full Changelog: v0.9.0-beta...v0.9.1-beta
v0.9.0-beta
MVP of the SCC
- Realized basic modules:
- Log System;
- Configuration (console arguments);
- Lexical Analyzer;
- Syntax Analyzer (MS SQL: DDL statements);
- Query Assembler (Translation AST from the SA to the CypherQL);
- Tree Dump creation (visualization of the AST);
- GoogleTests (Unit-testing for some modules);
- Doxygen (Basic documentation).
- Created cross-platfom compilation. Supported OS:
- Linux (
.debpackage); - Windows (
.exepackage); - MacOS (
.appbundle, but now doesn't work correctly. Use local version)
- Linux (
What's Changed (Pull Requests)
- SCC-24 Logging Process by @temikfart in #1
- SCC-32 Configuration by @temikfart in #2
- SСС-37 Test Config by @temikfart in #4
- SСС-15 Lexical Analyzer by @RomanKorostinskiy in #3
- SCC-39 test lexical analyzer by @RomanKorostinskiy in #6
- SCC-27 Syntax Analyzer: Base by @temikfart in #5
- Scc 17 tree dump by @RomanKorostinskiy in #8
- SCC-34 Query Assembler by @temikfart in #7
- SCC-41 Refactoring by @temikfart in #10
- SCC-48 add line number into tokens and test it by @RomanKorostinskiy in #11
- SCC-43 Add Necessary Logs by @temikfart in #12
- SCC-42 SQL-AST tests by @temikfart in #9
- SCC-59 Cross-platform by @temikfart in #13
- Fix GitHub CI by @temikfart in #14
- SCC-21 Write Documentation by @temikfart in #15
- SCC-21 Documentation by @temikfart in #16
- Release v0.9.0 by @temikfart in #17
Full Changelog: https://github.com/temikfart/sql2cypher/commits/v0.9.0-beta
Developers created huge backlog and hope to improve their application in the future! Save your time with the SCC!