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

Importing views with LOCAL CHECK option does not seem to retain the "LOCAL CHECK" syntax #1861

Open
psalm19pix opened this issue Mar 5, 2024 · 2 comments

Comments

@psalm19pix
Copy link

Bug description
Views created with a LOCAL CHECK OPTION do not retain the LOCAL CHECK OPTION syntax when imported

How to reproduce

  1. I created a PostgreSQL database, and in that database created several tables and several views with the LOCAL CHECK OPTION,

  2. I imported the database into a pgmodeler model

  3. I right clicked on one of the views and selected 'source'

  4. in the presented source the LOCAL CHECK OPTION syntax is missing

Expected behavior
I expected the view source in the model to include the LOCAL CHECK OPTION syntax

Screenshots
If applicable, add screenshots to help explain your problem.

Info about your desktop

  • OS: Linux
  • Version: Fedora 39
  • Window manager: KDE
  • pgModeler version: 1.1.0-beta
  • Qt version: qt6

Stacktrace / Debug info
If pgModeler crashed after the bug raised attach the stacktrace below


 Put the stacktrace here!

Additional info
Add any other information that you may find useful to help in the problem solving.

@psalm19pix
Copy link
Author

I just upgraded to V 1.1.0 stable, same results

@rkhaotix
Copy link
Member

rkhaotix commented Mar 5, 2024

That's because pgModeler doesn't support such attribute of views. I'll add it on 1.2.0-alpha.

@rkhaotix rkhaotix added this to the 1.2.0 milestone Mar 5, 2024
@rkhaotix rkhaotix added the done label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants