Releases: ashish10alex/vscode-dataform-tools
Releases · ashish10alex/vscode-dataform-tools
v0.0.52
Full Changelog: v0.0.51...v0.0.52
0.0.52 (2024-09-18)
Bug Fixes
- Fix wrong file being ran / compiled when there are multiple files with same name but being created in different datasets #25 (26b6d44)
v0.0.51
0.0.51 (2024-09-18)
Features
- add language config to improve basic editing experience (76aaab4)
v0.0.49
0.0.49 (2024-09-05)
Features
- Ability to execute multiple files (b7bb14a)
v0.0.47
0.0.47 (2024-08-29)
Bug Fixes
- config block exists property not marked as true when it is single line (a41bc8a)
v0.0.46
0.0.46 (2024-08-29)
Bug Fixes
- sqlx parser did not support when multiple curley braces in single line in config/pre/post ops block (884c74e)
v0.0.45
0.0.45 (2024-08-26)
Features
- add sqlfluff file to support multi line ref & single line pre/post ops (277fda9)
v0.0.43
0.0.43 (2024-08-21)
Features
-
native syntax highlighting for sqlx (#16) (88338b9)
-
update sqlfluff config file to support ${ref({schema:'dataset_name', name:'table_name'})}
(15bb443)
Bug Fixes
- check should be for sqlfluff cli (ed44477)
Full Changelog: v0.0.40...v0.0.43