Peter Solnica
Peter Solnica
@guilherme-andrade it's marked as `help wanted` which means that PRs are welcome
@waiting-for-dev that's OK, it's **always worked like that**, going back to dry-validation `0.x`. We gotta make sure to document it properly.
@waiting-for-dev ...no wait, sorry - it did not work like that in dry-validation `0.x`! dooh. OK this needs to be investigated because I can't say why it's not working as...
> Don't coerce with Array() I bet that is the solution we're looking for
Do we want this in 1.x or 2.0?
Marking this as help-wanted because PG is our main focus. I will definitely not have time to work on it, unless I happen to start using MySQL again and need...
@dikond thanks, this is very helpful. I'll address this tomorrow.
@dikond is this a legacy schema? any reason why there are no real foreign keys in the database?
Please take a look at what I did in #238
@dikond the problem is that there are no FKs defined (at least in the example you attached), and rom-sql doesn't infer FKs from a schema when...there are no FKs :)...