Open jcp1970 opened 7 years ago
I see that count, findOne and findMany can do rawQuery but I think findById does not process rawQuery. Can you please add rawQuery support to findById as well?
count
findOne
findMany
rawQuery
findById
Sorry for late response. I lost your issue.
For what purpose you need rawQuery on findById? Can you share use case? I try to keep findById as simple as possible.
I see that
count
,findOne
andfindMany
can dorawQuery
but I thinkfindById
does not processrawQuery
. Can you please addrawQuery
support tofindById
as well?