i use mysql, php on propel.
我在推进时使用mysql,php。
i have used transaction row lock on mysql with native SQL query(e.g. SELECT FOR UPDATE). and now , I'm using propel to use ORM.
我使用本机SQL查询在mysql上使用事务行锁(例如SELECT FOR UPDATE)。而现在,我正在使用推进器来使用ORM。
but propel is not support row lock by propel transaction limitations .
但是推进不是通过推进交易限制来支持行锁定。
Here is MYSQL InnoDB Lock Modes .
这是MYSQL InnoDB锁模式。
any ideas for overcome this problem?
任何克服这个问题的想法?
1 个解决方案
#1
0
As Propel does not support this, the only solution I see would be to execute raw SQL.
由于Propel不支持这一点,我看到的唯一解决方案是执行原始SQL。
#1
0
As Propel does not support this, the only solution I see would be to execute raw SQL.
由于Propel不支持这一点,我看到的唯一解决方案是执行原始SQL。