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

Fix quoting with an underscore at the beginning #151

Merged
merged 3 commits into from
Dec 21, 2023
Merged

Conversation

msmakouz
Copy link
Member

@msmakouz msmakouz commented Dec 21, 2023

What was changed

  • Add test case
  • Make a fix

Fixed quoting with an underscore at the beginning. Closes: #49

@msmakouz msmakouz added the type: test Test label Dec 21, 2023
@msmakouz msmakouz self-assigned this Dec 21, 2023
@msmakouz msmakouz changed the title Add a test with escaping leftJoin with an underscore at the beginning Fix quoting with an underscore at the beginning Dec 21, 2023
@msmakouz msmakouz linked an issue Dec 21, 2023 that may be closed by this pull request
1 task
Copy link

codecov bot commented Dec 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d33b9c2) 95.10% compared to head (b8911ea) 95.10%.

Additional details and impacted files
@@            Coverage Diff            @@
##                2.x     #151   +/-   ##
=========================================
  Coverage     95.10%   95.10%           
  Complexity     1812     1812           
=========================================
  Files           129      129           
  Lines          4987     4987           
=========================================
  Hits           4743     4743           
  Misses          244      244           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@roxblnfk roxblnfk merged commit f68dd1b into 2.x Dec 21, 2023
42 checks passed
@roxblnfk roxblnfk deleted the bugfix/issue49 branch December 21, 2023 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Quote table name bug
2 participants