Stephan de Souza
Stephan de Souza
This workaround does not modify the query used by `whereHas()`, only how the IDs are returned by `getConstrainedRelatedIds`. And, for now, we can't run away from `array_count_values` and `array_keys`. But...
Sorry, the test was wrong after suggested review.. This is a problem with the "reverse" foreign key used on this method, and also happens with primaryKey as int **Situation:** Author...
This is not a problem with Metable itself, but a Trait issue and needs a manual operation to rewrite `getAttribute`, please see: https://stackoverflow.com/a/25064632/405217 For more information: https://www.php.net/manual/en/language.oop5.traits.php#language.oop5.traits.conflict
Hey guys, "new project, new challenges" here. @davestewart your plugin fits well on our need, but we got the same problem from @rlweb, and his fork worked like a charm.
Of course, if you need any hands for testing purposes, I'm here to help.
Dont forget us @davestewart :)
Hey @perrybutler any change to get this plugin maintained?
Nearly when? :) One of the best feature from Arachni is the HTML/PDF report, and lovely how Vega works.
Our projects use internally `nanoid` to generate IDs because mongodb was duplicating ObjectIds, so we can prevent this kind of dup. One of them is running 2~3 years, and this...
Is not only for our project, but is a bug that could happen on others with numeric keys when using ‘has’ methood. My second commit fixes the bug with hybrid...