Andy Janata

Results 24 issues of Andy Janata

The query cache happens to be multitenant-safe since its refineKey includes the hashCode of the QueryKey (presumably to guard against MD5 collisions between queries). The rest of the caches, however,...

bug

Similar to #13, but the problem is if you have a slice of a struct, the default values aren't getting applied. I took a stab at trying to figure out...