Skip to content
New issue

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

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

Already on GitHub? # to your account

[PostgreSQL]Detect full table name using search_path and information_schema #184

Merged
merged 5 commits into from
Mar 14, 2020

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Mar 14, 2020

Fix #181

@k1LoW k1LoW added the bug Something isn't working label Mar 14, 2020
@k1LoW k1LoW self-assigned this Mar 14, 2020
@k1LoW k1LoW changed the title [PostgreSQL]Detect full table name using search_path and information_schema [PostgreSQL]Detect table name using search_path and information_schema Mar 14, 2020
@k1LoW k1LoW changed the title [PostgreSQL]Detect table name using search_path and information_schema [PostgreSQL]Detect full table name using search_path and information_schema Mar 14, 2020
@codecov
Copy link

codecov bot commented Mar 14, 2020

Codecov Report

Merging #184 into master will decrease coverage by 1.03%.
The diff coverage is 63.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #184      +/-   ##
==========================================
- Coverage   68.41%   67.37%   -1.04%     
==========================================
  Files          18       18              
  Lines        3112     3148      +36     
==========================================
- Hits         2129     2121       -8     
- Misses        769      813      +44     
  Partials      214      214
Impacted Files Coverage Δ
schema/schema.go 35.07% <ø> (ø) ⬆️
drivers/postgres/postgres.go 69.63% <63.15%> (-0.94%) ⬇️
datasource/datasource.go 16.75% <0%> (-15.19%) ⬇️

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 ba7d3e0...54047f0. Read the comment docs.

@k1LoW k1LoW merged commit 78b88a1 into master Mar 14, 2020
@k1LoW k1LoW deleted the pg-search-path branch March 14, 2020 16:40
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PostgreSQL+PostGIS: not found table 'public.topology' (non-default schema issue)
1 participant