test(query-builder): joins should include database schema in table name in the generated query#12062
test(query-builder): joins should include database schema in table name in the generated query#12062Cprakhar wants to merge 1 commit intotypeorm:masterfrom
Conversation
…me in the generated query
Review Summary by QodoAdd tests for schema-qualified joins in query builder
WalkthroughsDescription• Add comprehensive tests for schema-qualified joins in query builder • Test schema inclusion in regular inner joins with multiple entities • Test schema inclusion in subquery joins with nested relationships • Verify correct SQL generation with proper schema prefixes Diagramflowchart LR
A["Test Suite"] --> B["Regular Join Test"]
A --> C["Subquery Join Test"]
B --> D["Verify Schema in SQL"]
C --> D
D --> E["Validate Query Execution"]
File Changes1. test/functional/multi-schema-and-database/custom-schema-joins/custom-schema-joins.test.ts
|
Code Review by Qodo
1. Unneeded IDENTITY_INSERT path
|
Description of change
This PR adds tests for #7053
Pull-Request Checklist
masterbranchRelated #7053tests/**.test.ts)docs/docs/**.md) (N/A)