Closed murphyke closed 8 years ago
OK; will sign the commit.
I see from Byron's comment at https://github.com/chop-dbhi/serrano/issues/295#issuecomment-241092906 that this won't work for the async calls.
Well to be clear, this change does not actually result in the breakage. It still requires the request itself to be passed in by Serrano. Grant it, this is an implicit contract..
Yes, I meant "won't work when used as I intended".
Good idea.. I am taking a look.
Wrong thread..
See https://github.com/chop-dbhi/serrano/issues/295. When using a custom QueryProcessor to modify queries based on contents of the
request
object, such asuser
orsession
, something like this patch may be required.