mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #1238] Avoid prefixing columns when false is assigned to column-prefix
#9296
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?
Original Pull Request: https://github.com/doctrine/orm/pull/1238
State: closed
Merged: Yes
http://www.doctrine-project.org/jira/browse/DDC-3293
As the issue on JIRA wasn't updated since September/2014, here's a PR.
@Ocramius suggested on issue about introducing a new attribute called
use-column-prefix, I'd say that keeping the same attribute as in others drivers would be better.That's it.