DDC-3211: Annotation @ORM\Table(name="schema.table") don't generate sql using OCI8 #3974

Open
opened 2026-01-22 14:32:41 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Jul 9, 2014).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user awesker20:

Using Symfony and "doctrine/orm": "2.4.@dev", "doctrine/doctrine-bundle": "1.3.@dev", with OCI8(Oracle Call Interface)
I have an entity
/****

  • @ORM\Entity
  • @ORM\Table(name="rrhh.usuario")
    */
    class Usuario implements UserInterface
    { ... }

When i use de CLI (php app/console doctrine:schema:create --dump-sql) this don't show nothing, the output is empty.

If i change (name="rrhh.usuario") to (name="usuario", schema="rrhh") the CLI show the sql query but without the schema.

Originally created by @doctrinebot on GitHub (Jul 9, 2014). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user awesker20: Using Symfony and "doctrine/orm": "2.4.@dev", "doctrine/doctrine-bundle": "1.3.@dev", with OCI8(Oracle Call Interface) I have an entity /**** * @ORM\Entity * @ORM\Table(name="rrhh.usuario") */ class Usuario implements UserInterface { ... } When i use de CLI (php app/console doctrine:schema:create --dump-sql) this don't show nothing, the output is empty. If i change (name="rrhh.usuario") to (name="usuario", schema="rrhh") the CLI show the sql query but without the schema.
admin added the Bug label 2026-01-22 14:32:41 +01:00
Author
Owner

@doctrinebot commented on GitHub (Jul 9, 2014):

Comment created by @ocramius:

Duplicates this issue

@doctrinebot commented on GitHub (Jul 9, 2014): Comment created by @ocramius: Duplicates this issue
Author
Owner

@mivdev commented on GitHub (Mar 17, 2021):

is it possible that this bug is still open?

@mivdev commented on GitHub (Mar 17, 2021): is it possible that this bug is still open?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#3974