RohitPtnkr1996

Results 7 issues of RohitPtnkr1996

The async function getSchema() within SchemaJsonLocater internally calls getSchemaSync to get a schema. So, the function is not truly async. To make the function async, we need to revisit the...

Dropping schemas one at a time with DropSchema() causes significant performance impact when dropping hundreds of schemas. Performance increase with the new DropSchemas function: 100 schemas - DropSchema: 57 seconds;...

The PR contains changes to the ecschema-metadata to make it more flexible when handling schemas that have unknown elements used with newer versions of ECDb. A schema with a greater...

itwinjs-core: https://github.com/iTwin/itwinjs-core/pull/8087 Fixes: https://github.com/iTwin/itwinjs-backlog/issues/1002

Fixes https://github.com/iTwin/itwinjs-backlog/issues/1517 **WIP**

Consider the ECSql: `select id from IdSet(?)` Currently, there is no way in ECDb to bind an IdSet to an ECSql parameter using the IECSqlBinder or the ECSqlStatement directly. We...

ecdb

imodel-native: https://github.com/iTwin/imodel-native/pull/1300 Fixes: https://github.com/iTwin/itwinjs-backlog/issues/1481