File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# PRQL Changelog
2
2
3
- ## 0.4.2 — [ unreleased ]
3
+ ## 0.4.2 — 2022-01-25
4
4
5
5
** Features** :
6
6
7
7
- New ` from_text format-arg string-arg ` function that supports JSON and CSV
8
8
formats. _ format-arg_ can be ` format:csv ` or ` format:json ` . _ string-arg_ can
9
- be a string in any format. See discussion in
10
- https://github.com/PRQL/prql/pull/1514 (@aljazerzen , @snth ) _ (Implemented in
11
- Playground)_
9
+ be a string in any format. (@aljazerzen & @snth , #1514 )
12
10
13
11
``` prql
14
12
from_text format:csv """
32
30
33
31
For now, the argument is limited to string constants.
34
32
33
+ ** Fixes**
34
+
35
+ - Export constructor for SQLCompileOptions (@bcho , #1621 )
36
+ - Remove backticks in count_distinct (@aljazerzen , #1611 )
37
+
38
+ ** New Contributors**
39
+
40
+ - @1Kinoti , with #1596
41
+ - @veenaamb , with #1614
42
+
35
43
## 0.4.1 — 2022-01-18
36
44
37
45
0.4.1 comes a few days after 0.4.0, with a couple of features and the release of
You can’t perform that action at this time.
0 commit comments