mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-3746: lack of flexibility in persisters #4595
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 (May 25, 2015).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user KonstantinKuklin:
I tried to implement driver for HandlerSocket protocol, which is mysql nosql plugin.
BasicEntityPersister is a problem - it fully depends(and others and more) on SQL.
I can`t say to Doctrine, how the data must be fetched from my own Driver.
I think it is a logical mistake, such logic(creating query to DB) must be inside a db driver bridge.
I found two solution:
What do u think about it?
Thanks, Konstantin.