You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By blindly adding {.locks: "unknown".} to all my view methods (as a test) i've gotten these lock level warnings down to the one below.
What is going on with this? Is it anything to be concerned with? Something to eventually be addressed in owlkettle, or something i'm supposed to be doing differently in my app? The only lock declaration i saw in the CRUD example was for the search proc, which i am not using and have commented out.
Warning: method has lock level <unknown>, but another method has 0 [LockLevel]
I don't know what mystery "another method" the compiler is referring to...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
By blindly adding
{.locks: "unknown".}
to all myview
methods (as a test) i've gotten theselock level
warnings down to the one below.What is going on with this? Is it anything to be concerned with? Something to eventually be addressed in owlkettle, or something i'm supposed to be doing differently in my app? The only lock declaration i saw in the CRUD example was for the search proc, which i am not using and have commented out.
Warning: method has lock level <unknown>, but another method has 0 [LockLevel]
I don't know what mystery "another method" the compiler is referring to...
thanks
Beta Was this translation helpful? Give feedback.
All reactions