mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-984: use namespaced class name for generating table name #1226
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Jan 13, 2011).
Jira issue originally created by user mathroc:
namespace is not used when table name are generated from class name. eg:
the table name for \CMS\User is "user" but I expected "cms\user" (or maybe "cms_user" if backslash is an invalid caracter in table name)