mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 17:33:15 +02:00
DDC-156: Allow custom platform implementations #193
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 (Nov 18, 2009).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user romanb:
Custom platform implementations allow the tweaking of platform-specific behavior and DDL.
Should be passed to DriverManager#getConnection via the connection options ('platform' => new MyCustomPlatformImpl)
@doctrinebot commented on GitHub (Dec 8, 2009):
Comment created by @beberlei:
Implemented in a very unobstrusive way with an additional check for platform type.
@doctrinebot commented on GitHub (Dec 8, 2009):
Issue was closed with resolution "Fixed"