Tim Condon
Tim Condon
@ZkHaider which parts of the Fluent Postgres Driver are you wanting to document? For this repo, all the docs should be at https://docs.vapor.codes
I think it's worth adding. If anyone retrieves the group and then tries to access the property it's gonna fail right?
So looks like FluentKit can now alter columns to change column types by using the `updateField` API, but there's still no way to delete a field constraint, it seems like...
I'll assign this to @gwynne - this isn't something that will likely get implemented for Fluent 4 but could be something to consider for Fluent 5
Unimplemented. It's unlikely to be added by the core team in Fluent 4 due to other priorities, so would need a community contribution
@leogdion could you enable debug logging and add the generated SQL? cc @gwynne
@gwynne so should this be supported or is this something that would need to be planned for Fluent 5?
@bdrelling that would be great!
This might fix the issue where if you join _and_ eager load (for instance when you need to filter on a property on the eager loaded value) it duplicates the...
No progress on this I'm afraid. @gwynne I'm assuming this isn't really on our radar and something we should tag with `help-wanted` to see if we can get a community...