[PR #7079] Fix getJoinTableName for sqlite with schema attribute #10304

Closed
opened 2026-01-22 16:07:07 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/7079

State: closed
Merged: Yes


Incorrect table name for join tables in sqlite db when it contains schema attribute.
getJoinTableName doesnt depending on the platform.
Table name was "schema.table" instead of "schema__table".
Inspired by similar function getTableName.

**Original Pull Request:** https://github.com/doctrine/orm/pull/7079 **State:** closed **Merged:** Yes --- Incorrect table name for join tables in sqlite db when it contains schema attribute. `getJoinTableName` doesnt depending on the platform. Table name was "schema.table" instead of "schema__table". Inspired by similar function `getTableName`.
admin added the pull-request label 2026-01-22 16:07:07 +01:00
admin closed this issue 2026-01-22 16:07:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#10304