Skip to content

Conversation

@BinhL3
Copy link
Contributor

@BinhL3 BinhL3 commented Aug 21, 2025

imodel-native: iTwin/imodel-native#1199

*/
public deleteSchemaItems(schemaName: string, schemaItemNames: string[]) {
try {
this[_nativeDb].deleteSchemaItems(schemaName, schemaItemNames, { schemaLockHeld: true });
Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't the schemaLockHeld be checked prior to this? Don't think hard passing in true is a good idea

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.

3 participants