Right click option on SQL objects to view record locks#314
Right click option on SQL objects to view record locks#314worksofliam merged 13 commits intocodefori:mainfrom
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