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 drop schema functionality #430

Merged
merged 17 commits into from
Sep 22, 2022
Merged

Conversation

sm-shaw
Copy link
Contributor

@sm-shaw sm-shaw commented Sep 15, 2022

Closes Issue #351

Adds GUI Icon and CLI command to drop the schema created by Build Schema.

For Db2 functionality is added by running external command. To do this correctly we need to add the sqlecrea and the sqledrpd APIs to db2tcl and then we can both create and drop the schema from within HammerDB.

deleteschema2

@sm-shaw sm-shaw requested a review from a team as a code owner September 15, 2022 17:41
@sm-shaw sm-shaw linked an issue Sep 15, 2022 that may be closed by this pull request
src/db2/db2olap.tcl Outdated Show resolved Hide resolved
src/db2/db2oltp.tcl Outdated Show resolved Hide resolved
src/db2/db2olap.tcl Show resolved Hide resolved
I have tested and the -c flag is the one that works. Using -i only leaves the first window open and does not run the drop command.
I have tested and the -c flag is the one that works. Using -i only leaves the first window open and does not run the drop command.
@abondvt89
Copy link
Contributor

Merging after reviews and approval of the three members of the code maintenance team.

@sm-shaw sm-shaw deleted the dropschema branch November 23, 2022 11:20
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.

Add “dropschema” function for GUI, CLI & Webservice
4 participants