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(targets): Quote column names in INSERT statement #2200

Merged
merged 5 commits into from
Jan 30, 2024

Use IdentifierPreparer

2334a17
Select commit
Loading
Failed to load commit list.
Merged

fix(targets): Quote column names in INSERT statement #2200

Use IdentifierPreparer
2334a17
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 30, 2024 in 0s

88.46% (+0.02%) compared to af3b678

View this Pull Request on Codecov

88.46% (+0.02%) compared to af3b678

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (af3b678) 88.43% compared to head (2334a17) 88.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2200      +/-   ##
==========================================
+ Coverage   88.43%   88.46%   +0.02%     
==========================================
  Files          54       54              
  Lines        4714     4716       +2     
  Branches      961      962       +1     
==========================================
+ Hits         4169     4172       +3     
+ Misses        384      383       -1     
  Partials      161      161              

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