feroult / yawp

Kotlin/Java API framework for Google Appengine
http://yawp.io
MIT License
131 stars 19 forks source link

Small fix on toMap function #124

Closed luanpotter closed 5 years ago

luanpotter commented 5 years ago

The executedQueryType fields makes for intrinsically distinct queries. For a potential, say, cache implementation using the toMap map to distinguish different queries, not having this field there will cause it to confuse different queries and return incorrect cached results.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.07%) to 64.237% when pulling 36edcce49cf7332a372f27f6543a2693d8e32185 on fix-to-map-function into 6f324aec57a8341aeb3f3311ee2d28b6b8a9c583 on master.