Bug in trait
At present, I have written an orm ,and I use trait for generating conditions ,like (where 1=1). The condition is the common trait part. When multiple threads execute the generating condition at the same time, the data will be confused. I wonder if the core trait of JPHP has no deep copy
Hi @xavieryang007, thanks for reporting the issue.
Can you share some simple code to reproduce the issue?
I developed a framework, and I tried to peel it off and reproduce bug
@xavieryang007 Can you give a simple code example? So that we can reproduce the bug.
sorry ,I will give it to you later. I am busy these a few days
@xavieryang007 Any news? =)
I will encounter it in the framework. Now I am writing the simplest demo, but it cannot be reproduced, so I am thinking about how to reproduce it