ManyToMany joinTable Annotation issue with sqlite #5443

Open
opened 2026-01-22 15:07:52 +01:00 by admin · 3 comments
Owner

Originally created by @dtsw on GitHub (Mar 4, 2017).

If i use a joinTable Annotation with schema (e.g. rwuser.table_name), for a ManyToMany relationship, the dot is not replaced by __ when using sqlite.

Originally created by @dtsw on GitHub (Mar 4, 2017). If i use a joinTable Annotation with schema (e.g. rwuser.table_name), for a ManyToMany relationship, the dot is not replaced by __ when using sqlite.
Author
Owner

@dtsw commented on GitHub (Mar 4, 2017):

Sorry i forgot to mention that the replacement is fine for schema creation, but not when using QueryBuilder.

@dtsw commented on GitHub (Mar 4, 2017): Sorry i forgot to mention that the replacement is fine for schema creation, but not when using QueryBuilder.
Author
Owner

@dtsw commented on GitHub (Mar 5, 2017):

As a Workaround i use the QuoteStrategy Interface.

@dtsw commented on GitHub (Mar 5, 2017): As a Workaround i use the QuoteStrategy Interface.
Author
Owner

@mmerian commented on GitHub (Nov 29, 2018):

Same here.

Thanks for the workaround, I'll give it a try.

@mmerian commented on GitHub (Nov 29, 2018): Same here. Thanks for the workaround, I'll give it a try.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#5443