-
Notifications
You must be signed in to change notification settings - Fork 33
Right click option on SQL objects to view record locks #314
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
Conversation
@janfh I won't review this until the conflicts have been resolved. Guessing due to the fact I merged your other PR. |
# Conflicts: # package.json # src/views/schemaBrowser/contributes.json # src/views/schemaBrowser/index.ts # src/views/schemaBrowser/statements.ts
…record_locks # Conflicts: # src/views/schemaBrowser/index.ts
… feature/record_locks # Conflicts: # package.json # src/views/schemaBrowser/contributes.json # src/views/schemaBrowser/index.ts # src/views/schemaBrowser/statements.ts
# Conflicts: # src/views/schemaBrowser/index.ts
# Conflicts: # src/views/schemaBrowser/index.ts
@worksofliam : Is this something you would consider to merge? If not feel free to close it :) |
@janfh absolutely let's get it in! I am going to put it on my fix day list and merge with that. |
Asked @forstie for a review of the SQL statement. |
Hi qsys2.delimit_name(table_partition) "Member" |
@forstie : I have added delimit_name. Just out of curiosity - do you have an example of a member name that could cause a issue here? |
Hi, create schema "crazytown"; CREATE OR REPLACE TABLE "crazytown"."crazytable" FOR SYSTEM NAME "craz0001" ( RCDFMT "craz0001" ; insert into "crazytown"."crazytable" values(1); |
A new context option to view record locks similar to the one found in Schemas in ACS