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

Fixed PostgreSQL schema handling in getAllTables and getAllViews methods #1065

Open
wants to merge 2 commits into
base: 21.x
Choose a base branch
from

Conversation

nadlgit
Copy link

@nadlgit nadlgit commented Nov 9, 2024

πŸ”— Linked issue

#1064

❓ Type of change

  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Resolves #1064
Changed getAllTables and getAllViews in PgDialect and changed code and tests where it is used.
Tests was successful (same output before and after modifications).

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@thetutlage
Copy link
Member

Can we please first have some failing tests for the same. Or maybe you can share a project that I can use to reproduce the issue?

@nadlgit
Copy link
Author

nadlgit commented Nov 14, 2024

Can we please first have some failing tests for the same. Or maybe you can share a project that I can use to reproduce the issue?

I've made this repository to show the issue: https://github.com/nadlgit/lucid-issue-example

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.

QueryClientContract getAllTables and getAllViews methods handle incompletely PostgreSQL schemas
2 participants