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

Add capability to dump SQL Views #8

Merged
merged 1 commit into from
Jan 25, 2023
Merged

Add capability to dump SQL Views #8

merged 1 commit into from
Jan 25, 2023

Conversation

jeremynikolic
Copy link
Contributor

@jeremynikolic jeremynikolic commented Jan 12, 2023

Description

Following the example of existing code, this brings capability to include SQL views into the dump.

No additional settings was added in term of obfuscation for SQL views as it does not make much sense to do so.

How was this tested ?

  • This was locally tested on it's own with a dummy database containing a view
  • This was also locally tested with foggy-laravel

src/Dumper.php Outdated Show resolved Hide resolved
Copy link
Member

@owenvoke owenvoke left a comment

Choose a reason for hiding this comment

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

LGTM 👍🏻 (Sorry, didn't mean to post that comment as a single comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add support for exporting SQL Views
2 participants