Erik Araujo

Results 10 comments of Erik Araujo

Somewhat related to this, but is there (or is there a plan for it) a way to set the "default" currency? The reason I think is related is: If I...

> I'd prefer a naming similar to "sensitive field" to better reflect what it actually is My only "problem" with a name like that is that the native PHP attribute...

Yea, I guess `ExcludeFromQueries` is super clear and not misleading. I like it! ----- I was thinking, though. `TypeORM` and `MikroORM` have a `column`/`property` (respectively) decorator. TypeORM's `column` decorator lets...

> IMHO, I think we need to be very careful to avoid persistence coupling. That doesn't mean that people couldn't represent their persistence schema as a model, but that we...

After giving it some thought, I back to preferring `#[Hidden]`. We can have it work for both the "DB" situation as well as not include it in serialization by default....

My personal opinion is that this would be better being a separate first-party package instead.

The framework may still need to make the `id` "assumption" somehow for tracking relationships and whatnot *if not specified otherwise*. I propose we add a `Key` and/or `PrimaryKey` attributes. One...

Hey all, I'm still trying to figure out the exact reason (since I've never looked into this codebase before), but this PR definitely has breaking changes that should be noted...

> @erikaraujo, if you could open an issue with reproduction steps, I would be happy to look at the issue for you and see if we can get it resolved....