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

Deprecate UseJsPropertyNames and ECSqlStatement (which defaults to UseJsPropertyNames) #7315

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ColinKerr
Copy link
Member

No description provided.

* - [Code Examples]($docs/learning/backend/ECSQLCodeExamples) illustrate the use of the iTwin.js API for executing and working with ECSQL
* @public
*/
export class ECSqlWriteStatement implements IDisposable {
Copy link
Contributor

Choose a reason for hiding this comment

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

So this is correct. I was more into ECDb.ExecuteNoneQueryECSql(ecql: string, args?: ECSqlBinder) Though I realize ECSqlBinder does not let you bind struct since its use in context of Query where we do not allow binding structs/arrays. So what you have here look fine. It requires less code change and can stay to the scope of ECDb.

@aruniverse
Copy link
Member

@Mergifyio backport release/4.10.x

Copy link
Contributor

mergify bot commented Nov 5, 2024

backport release/4.10.x

🟠 Waiting for conditions to match

  • merged [📌 backport requirement]

Copy link
Member

@aruniverse aruniverse left a comment

Choose a reason for hiding this comment

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

lets include a comment about this in NextVersion.md.
That can be done in the bp pr to release/4.10.x branch

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