Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sanitize escape char in Transformer::transformSymbolicName #1645

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

gaurav8297
Copy link
Collaborator

Escaped symbol name coming from the parser is of form "`Some.Value`". Therefore, we need to sanitize it such that we don't store the symbol with escape characters.

@codecov
Copy link

codecov bot commented Jun 6, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (e733a17) 91.49% compared to head (eeaef34) 91.48%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1645      +/-   ##
==========================================
- Coverage   91.49%   91.48%   -0.01%     
==========================================
  Files         725      725              
  Lines       26326    26327       +1     
==========================================
  Hits        24086    24086              
- Misses       2240     2241       +1     
Impacted Files Coverage Δ
src/parser/transformer.cpp 95.63% <0.00%> (-0.17%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

src/parser/transformer.cpp Outdated Show resolved Hide resolved
Escaped symbol name from parser will be of
form "`Some.Value`". Therefore, we need to sanitize
it such that we don't store the symbol with
escape character.
@gaurav8297 gaurav8297 merged commit c6ce3fe into kuzudb:master Jun 7, 2023
7 of 8 checks passed
@gaurav8297 gaurav8297 deleted the fix_escape_char branch June 7, 2023 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants