Per Djurner
Per Djurner
I think it makes sense to change the milestone on this one since it may cause backward compatibility issues.
What's the real world situation where you run into this? Is it multiple developers working on the same ColdFusion server with Wheels in development mode that's causing it? Or are...
I'll take a crack at fixing this for 1.3.3 but unless it's simple it may have to wait until 2.0 (in which we are planning on redoing the entire mode...
Postponing for 2.0.
We have removed design mode which had this buggy behavior. Closing since we will document that `cacheModelInitialization` is prone to race conditions.
Can you show the SQL it used to produce before the bug and the SQL it produces now?
Thanks, a work-around might be to avoid using the "distinct" argument if possible.
> user = model("User").findOne(select="id"); > user.key(); // i am empty It's empty here because you have not included the primary key ("user_id") in the select argument. This works as intended,...
What does that database table look like exactly?