Robin Singh

Results 2 issues of Robin Singh

Hey, Why are methods like save() declared final in the Model class? It would make life much easier if we could update fields like 'updated_at' by overriding it. Regards.

Hey, It would be nice if the queries being shown could also show the parameters, this helps in debugging. I am seeing output such as: UPDATE "posts" SET "notify" =...