Fredy Somy

Results 11 comments of Fredy Somy

@nikiljos yes it is. Its still a WIP.

hey. getById() returns a dictionary, a.getAll() /a.get(n) returns a list. What exactly is the issue / suggesting . sorry i didn't understand

Oh. Understood what is wrong. Seems like we have given the type wrong. Can you make a PR for it.

Only `getById() ` is the one causing issue right.

No worries then. I will do the necessary changes by EOD. Thanks for pointing this out.

Ok, still we can add a Hacktoberfest label, so people can discuss what needs/have to be done.

Yes exactly , or lets say * The user needs to have a default value there (we let the user do that.) * And if the user didnt give any...

I had a thought about this and this is how my idea looks like. ``` Db.update({"non-exisstent-key":"default/user choice"},addKeyIfDoesntExist=true) ``` We can check for that arg there and if it is there...

What do you think @Adwaith-Rajesh @DanBrown47 . Or you guys have some other workaround.

Yes, but think of this, this schemma changing scenario is happening in the update method, so if we can fit in the schemma changing methods into the update method ,...