iTwin / imodel-transformer

API for exporting an iModel's parts and also importing them into another iModel
MIT License
3 stars 2 forks source link

Fix aspect queries when class name is reserved SQLite keyword #123

Closed mindaugasdirg closed 9 months ago

mindaugasdirg commented 9 months ago

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]