Releases: dblanchardDev/JinjaSQLTranspiler
Releases · dblanchardDev/JinjaSQLTranspiler
1.5: Bug Fixes + Parameter Presets
- Set parameter presets which are used when building the debug file and declaring parameters as variables.
- Fixed path issues in multi-workspace projects.
- Fixed issues with some data types getting invalid values when debugging.
- Added support for binary, geometry, and geography data types in debugging.
1.4 Function Improvements
- Table-valued and Scalar functions now support having no parameters
- Table-valued functions now support multiple statements rather than just a single select statement
1.3 Bug Fixes + Quoted Identifier
- Added option to set quoted identifier on in transpiled code
- Comments have been moved to just before the object creation, allowing them to be saved in SQL Server
1.2 Bug Fixes + Snippets
- Functions now support default values when debugging
- Table-valued Functions support complex table definitions
- Snippets for Format Templates and common Jinja template blocks were added
1.1 Bug Fixes
• Handle default and output parameters in stored procedures (issue #5)
1.0 First Release
First feature complete release.