DDC-2636: Handle SQLite with dot notation in @Table and @JoinTable #3310

Closed
opened 2026-01-22 14:17:50 +01:00 by admin · 6 comments
Owner

Originally created by @doctrinebot on GitHub (Aug 27, 2013).

Originally assigned to: @Ocramius on GitHub.

Jira issue originally created by user @beberlei:

When using SQLite and having dot notation in @Table or @JoinTable this is already handled in DBAL Schema and transformed to **. However it is not handled in ORM tables, so it breaks.

Originally created by @doctrinebot on GitHub (Aug 27, 2013). Originally assigned to: @Ocramius on GitHub. Jira issue originally created by user @beberlei: When using SQLite and having dot notation in @Table or @JoinTable this is already handled in DBAL Schema and transformed to **. However it is not handled in ORM tables, so it breaks.
admin added the Improvement label 2026-01-22 14:17:50 +01:00
admin closed this issue 2026-01-22 14:17:50 +01:00
Author
Owner
@doctrinebot commented on GitHub (Aug 27, 2013): - is referenced by [DDC-2861: [GH-881] Fix persistence exception on a table with a schema on a platform without schema support](http://www.doctrine-project.org/jira/browse/DDC-2861)
Author
Owner

@doctrinebot commented on GitHub (Dec 20, 2013):

Comment created by michael.perrin:

I opened a PR to solve this issue: https://github.com/doctrine/doctrine2/pull/881
This PR also adds better schema support.

If there are things I did the wrong way, any comment is welcome.

@doctrinebot commented on GitHub (Dec 20, 2013): Comment created by michael.perrin: I opened a PR to solve this issue: https://github.com/doctrine/doctrine2/pull/881 This PR also adds better schema support. If there are things I did the wrong way, any comment is welcome.
Author
Owner

@doctrinebot commented on GitHub (Jan 14, 2015):

Comment created by @doctrinebot:

A related Github Pull-Request [GH-881] was closed:
https://github.com/doctrine/doctrine2/pull/881

@doctrinebot commented on GitHub (Jan 14, 2015): Comment created by @doctrinebot: A related Github Pull-Request [GH-881] was closed: https://github.com/doctrine/doctrine2/pull/881
Author
Owner

@doctrinebot commented on GitHub (Jan 14, 2015):

Comment created by @ocramius:

Handled in DDC-2861

@doctrinebot commented on GitHub (Jan 14, 2015): Comment created by @ocramius: Handled in [DDC-2861](http://www.doctrine-project.org/jira/browse/DDC-2861)
Author
Owner

@doctrinebot commented on GitHub (Jan 14, 2015):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Jan 14, 2015): Issue was closed with resolution "Fixed"
Author
Owner

@doctrinebot commented on GitHub (Jan 14, 2015):

Comment created by @doctrinebot:

A related Github Pull-Request [GH-881] was assigned:
https://github.com/doctrine/doctrine2/pull/881

@doctrinebot commented on GitHub (Jan 14, 2015): Comment created by @doctrinebot: A related Github Pull-Request [GH-881] was assigned: https://github.com/doctrine/doctrine2/pull/881
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#3310