> Maybe we could only read the returned value there and if it's false throw a > QueryException (all inside there), without changing other signatures etc, > right ? Do you like this ?
Yes, that would be appropriate. The only question is - what HTTP status code should be returned? Since we don't know what a "false" return value means here, I think the best we can do is HTTP 500.
