File tree 11 files changed +7
-7
lines changed
11 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
- [ Functions] ( ./queries/functions.md )
9
9
- [ Tables] ( ./queries/tables.md )
10
10
- [ Syntax] ( ./queries/syntax.md )
11
- - [ Dialect & version] ( ./queries/dialect-and-version .md )
11
+ - [ Header: target & version] ( ./queries/header .md )
12
12
- [ Transforms] ( ./transforms.md )
13
13
- [ Aggregate] ( ./transforms/aggregate.md )
14
14
- [ Append] ( ./transforms/append.md )
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
-- -
2
2
source : book / tests / snapshot .rs
3
3
expression : " prql target:sql.postgres\n\n from employees\n sort age\n take 10\n "
4
- input_file : book / tests / prql / queries / dialect - and - version - 0.prql
4
+ input_file : book / tests / prql / queries / header - 0.prql
5
5
-- -
6
6
SELECT
7
7
*
Original file line number Diff line number Diff line change 1
1
-- -
2
2
source : book / tests / snapshot .rs
3
3
expression : " prql target:sql.mssql\n\n from employees\n sort age\n take 10\n "
4
- input_file : book / tests / prql / queries / dialect - and - version - 1.prql
4
+ input_file : book / tests / prql / queries / header - 1.prql
5
5
-- -
6
6
SELECT
7
7
TOP (10 ) *
Original file line number Diff line number Diff line change 1
1
-- -
2
2
source : book / tests / snapshot .rs
3
3
expression : " prql version:\" 0.3\"\n\n from employees\n "
4
- input_file : book / tests / prql / queries / dialect - and - version - 2.prql
4
+ input_file : book / tests / prql / queries / header - 2.prql
5
5
-- -
6
6
SELECT
7
7
*
Original file line number Diff line number Diff line change 1
1
-- -
2
2
source : book / tests / snapshot .rs
3
3
expression : prql_to_pl (& prql ).and_then (pl_to_prql ).unwrap ()
4
- input_file : book / tests / prql / queries / dialect - and - version - 0.prql
4
+ input_file : book / tests / prql / queries / header - 0.prql
5
5
-- -
6
6
prql target :sql .postgres
7
7
Original file line number Diff line number Diff line change 1
1
-- -
2
2
source : book / tests / snapshot .rs
3
3
expression : prql_to_pl (& prql ).and_then (pl_to_prql ).unwrap ()
4
- input_file : book / tests / prql / queries / dialect - and - version - 1.prql
4
+ input_file : book / tests / prql / queries / header - 1.prql
5
5
-- -
6
6
prql target :sql .mssql
7
7
Original file line number Diff line number Diff line change 1
1
-- -
2
2
source : book / tests / snapshot .rs
3
3
expression : prql_to_pl (& prql ).and_then (pl_to_prql ).unwrap ()
4
- input_file : book / tests / prql / queries / dialect - and - version - 2.prql
4
+ input_file : book / tests / prql / queries / header - 2.prql
5
5
-- -
6
6
prql version :^ 0.4
7
7
You can’t perform that action at this time.
0 commit comments