Commit 83c6c0e
fix: SelectQueryBuilder builds incorrectly escaped alias in Oracle when used on entity with composite key (#9668)
* Update SelectQueryBuilder.ts
Bug fix, In case a unique alias is created in first query then result was not getting mapped properly.
* lint fix
---------
Co-authored-by: Dmitry Zotov <[email protected]>1 parent f6a3ce7 commit 83c6c0e
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3491 | 3491 | | |
3492 | 3492 | | |
3493 | 3493 | | |
| 3494 | + | |
| 3495 | + | |
| 3496 | + | |
| 3497 | + | |
| 3498 | + | |
| 3499 | + | |
3494 | 3500 | | |
3495 | | - | |
3496 | | - | |
3497 | | - | |
| 3501 | + | |
3498 | 3502 | | |
3499 | 3503 | | |
3500 | 3504 | | |
| |||
0 commit comments