eL-Prova
eL-Prova
True, saw it last week too. But its since 28 january 2020 so I dont believe its broken within a month. I have less experience with ruby yet, but can...
It has possible to do with bcrypt. #155
@usmanhalalit is alive xD
(Y) I hope you are doing well
Have you looked what the raw output is of both? Can you please post that too?
Hi @usmanhalalit, I have made a fix for this to use the data collection where I can make mutations in the before-insert/before-update. If you are interested in the solution, let...
Hi @dustingraham, thats correct, I had to change a little bit more. The problem is that the func_get_args() is a reference by itself but get lost from the real reference....
I will make a fork and make my changes, after that I will do a pull request.
@dustingraham (CC @usmanhalalit ) I have made a pull request for the behaviour. Usage is very simple: ``` QB::registerEvent('before-insert', ':any', function($qb, $table, &$args) $args["data"]["column"] = have_an_id_to_set; //data key is the...
May it be possible for you to add a unit-test to show the bug / fix? This will make the source of Pixie more secure.