Skip to content

Commit

Permalink
Protobuf generation: Correctly include $ ASCII_36 token (#219)
Browse files Browse the repository at this point in the history
This was accidentally only modified in the output file, not in the
generation logic itself.
  • Loading branch information
lfittl authored Nov 21, 2023
1 parent 0a112f6 commit d7005f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generate_protobuf_and_funcs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ def generate!
// Single-character tokens that are returned 1:1 (identical with \"self\" list in scan.l)
// Either supporting syntax, or single-character operators (some can be both)
// Also see https://www.postgresql.org/docs/12/sql-syntax-lexical.html#SQL-SYNTAX-SPECIAL-CHARS
ASCII_36 = 36; // \"$\"
ASCII_37 = 37; // \"%\"
ASCII_40 = 40; // \"\(\"
ASCII_41 = 41; // \")\"
Expand Down

0 comments on commit d7005f5

Please sign in to comment.