Peter Solnica
Peter Solnica
You could come up with a common API and have adapters that implement it to support specific persistence libraries (AR, Sequel, rom-rb).
Any chance this could be addressed? I've got a working codespaces container with neovim installed, and the only thing preventing me from using this extension on codespaces is this issue...
Thanks for reporting this. I'm afraid this needs to wait until rom 6.0 because it's one of those cases where fixing a bug may break people's code.
@flash-gordon what's the best way to detect if a hash schema has key types that require coercion? (talking about dry types schemas)
Thanks for the report. I'll look into this.
@mrship that's an interesting bug 😅 It looks like the same mapper is being applied twice, I need to dig deeper. Does the same problem happen when you have identical...
> @mrship If I use PK/FK for those relationships where I can - leaving one view for a many-to-many join then it does still throw the same error Is it...
@mrship thank you for checking it, this is good news because I was worried the association type is broken regardless if you're custom views or not. OK I will keep...
@mrship no progress yet, sorry. It's hard to find time to work on OSS these days. I'll try to look into it later this week but can't promise anything :(
@abrthel oh we definitely do not want to add another option for `result` :) I *think* all that's needed, is splitting methods in a way that we don't get results...