Skip to content

Releases: dblanchardDev/JinjaSQLTranspiler

1.5: Bug Fixes + Parameter Presets

13 Mar 16:23
8551453
Compare
Choose a tag to compare
  • 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

12 Mar 15:44
a0c0262
Compare
Choose a tag to compare
  • 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

11 Mar 19:39
f6273ab
Compare
Choose a tag to compare
  • 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

11 Mar 15:32
Compare
Choose a tag to compare
  • 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

10 Mar 13:35
4510681
Compare
Choose a tag to compare

• Handle default and output parameters in stored procedures (issue #5)

1.0 First Release

27 Feb 18:31
Compare
Choose a tag to compare

First feature complete release.