We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03830d1 commit 8bb903cCopy full SHA for 8bb903c
1 file changed
crates/pgls_treesitter_grammar/tests/snapshots/grammar_tests__test_2_sql2.snap
@@ -19,9 +19,9 @@ program [0..64] 'update auth.users as u set email = 'my@mail.com' where u.id = 1
19
update_set_values [23..48] 'set email = 'my@mail.com''
20
keyword_set [23..26] 'set'
21
assignment [27..48] 'email = 'my@mail.com'' (@end)
22
- column_identifier [27..32] 'email' (@end)
+ column_identifier [27..32] 'email' (@left)
23
= [33..34] '='
24
- literal [35..48] ''my@mail.com'' (@right)
+ literal [35..48] ''my@mail.com'' (@end)
25
where [49..63] 'where u.id = 1'
26
keyword_where [49..54] 'where'
27
binary_expression [55..63] 'u.id = 1' (@end)
0 commit comments