Skip to content

fix: parse table names with schema prefix #232

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

Merged
merged 2 commits into from
Jun 29, 2022

Conversation

olavloite
Copy link
Collaborator

The SimpleParser that is used for describing (DML) statements did not accept table names with a schema prefix, e.g. public.my_table.

@codecov
Copy link

codecov bot commented Jun 23, 2022

Codecov Report

❗ No coverage uploaded for pull request base (postgresql-dialect@1c60253). Click here to learn what that means.
The diff coverage is n/a.

@@                  Coverage Diff                  @@
##             postgresql-dialect     #232   +/-   ##
=====================================================
  Coverage                      ?   81.06%           
  Complexity                    ?     1116           
=====================================================
  Files                         ?       94           
  Lines                         ?     3755           
  Branches                      ?      455           
=====================================================
  Hits                          ?     3044           
  Misses                        ?      545           
  Partials                      ?      166           
Flag Coverage Δ
all_tests 81.06% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1c60253...4b695b0. Read the comment docs.

@olavloite olavloite merged commit cbdf28d into postgresql-dialect Jun 29, 2022
@olavloite olavloite deleted the parse-named-schemas branch June 29, 2022 18:34
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.

1 participant