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

Separate comment schema for each table. #281

Merged
merged 1 commit into from
Sep 15, 2022

Conversation

alpaca-tc
Copy link
Contributor

I found a bug when dumping schema on postgresql where column comments are expanded to all tables.
It seems that the process of retrieving comments for the specified table is omitting the specification of the table.

I fixed a problem when retrieving comments by adding a where condition to filter by table.

Copy link
Collaborator

@k0kubun k0kubun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@k0kubun k0kubun merged commit 8ad4791 into sqldef:master Sep 15, 2022
@alpaca-tc alpaca-tc deleted the separate_comment_schema branch September 15, 2022 11:44
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.

2 participants