File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
crates/pgls_treesitter_grammar/tests/snapshots Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ -- -
2+ source : crates / pgls_treesitter_grammar / tests / grammar_tests .rs
3+ expression : writer
4+ -- -
5+ update auth .users set auth .users .email = ' my@mail.com' ;
6+ ---------------------- -
7+ program [0..55 ] ' update auth.users set auth.users.email = ' my @mail .com ' ;'
8+ statement [0..54 ] ' update auth.users set auth.users.email = ' my @mail .com ' '
9+ update [0..54 ] ' update auth.users set auth.users.email = ' my @mail .com ' '
10+ keyword_update [0..6 ] ' update'
11+ relation [7..17 ] ' auth.users'
12+ table_reference [7..17 ] ' auth.users'
13+ schema_identifier [7..11 ] ' auth'
14+ . [11..12 ] ' .'
15+ table_identifier [12..17 ] ' users'
16+ keyword_set [18..21 ] ' set'
17+ assignment [22..54 ] ' auth.users.email = ' my @mail .com ' '
18+ column_reference [22..38 ] ' auth.users.email'
19+ schema_identifier [22..26 ] ' auth'
20+ . [26..27 ] ' .'
21+ table_identifier [27..32 ] ' users'
22+ . [32..33 ] ' .'
23+ column_identifier [33..38 ] ' email'
24+ = [39..40 ] ' ='
25+ literal [41..54 ] ' ' my @mail .com ' '
26+ ; [54..55 ] ' ;'
You can’t perform that action at this time.
0 commit comments