-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix aspect queries when class name is reserved SQLite keyword (#123)
This PR fixes a problem where aspect class has SQLite reserved keyword as its name. If EC class name has SQLite reserved keyword as its name, the class name must be quoted `SELECT * FROM schema.[SQLiteReservedKeyword]`
- Loading branch information
1 parent
0e45745
commit dc46202
Showing
3 changed files
with
73 additions
and
7 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@itwin-imodel-transformer-757752b3-83a4-446f-9476-1c894ad16d9f.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "Fix aspect queries when class name is reserved SQLite keyword", | ||
"packageName": "@itwin/imodel-transformer", | ||
"email": "Mindaugas.Dirgincius@bentley.com", | ||
"dependentChangeType": "patch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters