fixes #1009 Raise error when id not found will break current behavior, so I add strict keyword in signature
strict
Tested and it is working. Thank you.
Looks fine, though in general if we touch a function that is generating queries the old way, we should move it to using QueryProcessor
Commit e05f871b fixes this pull-request
Pull-Request has been merged by mikem
fixes #1009
Raise error when id not found will break current behavior, so I add
strictkeyword in signature