Replies: 1 comment 1 reply
-
Using symbols for However, Sequel does already have access to the string, since |
Beta Was this translation helpful? Give feedback.
-
Using symbols for However, Sequel does already have access to the string, since |
Beta Was this translation helpful? Give feedback.
-
(I don't remember raising this before but having deja-vu so maybe I have raised it before)
I've used the
class_table_inheritance
plugin a few times, but this one generally catches me quite frequently.When using
String
keys fortable_map
, I've found the queries to be incorrect, with theINNER JOIN
never being used. I'm presuming the lookup misses.Is it worth updating the plugin to automatically convert the keys to Symbols in the
table_map
or using a secondfetch
for the String version?Beta Was this translation helpful? Give feedback.
All reactions