- 🇺🇸United States davidwbarratt
Just ran into this trying to access the
accessCheck
property. - 🇩🇪Germany rgpublic Düsseldorf 🇩🇪 🇪🇺
I don't know whether this is thought to be included with this issue here and I don't want to hijack this but IMHO there's also a method missing to get the raw sqlQuery. We have stuff like addTag and according hooks like hook_query_[tag]_alter to modify the query, but there's no way to get the additional results back. At the very least there should be an executeQuery() or sth. so we can get the full rows back on not just IDs.
Right now, we have to decide: Either create and use manual SQL queries - which is of course quite complicated due to all the JOINs, column names etc. or use the very comfortable entityQuery but then be forever restricted to what it provides. If there's just one thing we want to let the SQL server do or calculate, everything falls apart. This could be a whole lot easier if there was such a method.