mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Can it be rewritten before executing SQL? #6734
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 @lanrenbulan on GitHub (May 25, 2021).
Can it be rewritten before executing SQL?, for example, I want to add a annotation before SQL.
/*!mycat : schema = test_01 */ select * from m_order
mycat is a database middleware.
@lanrenbulan commented on GitHub (May 27, 2021):
SQLWalker