Devin Lyons

Results 6 issues of Devin Lyons

Using `Some` to wrap a column in the where clause of a query in F# results in an exception. Here is an example query: ``` fsharp query { for p...

area: fsharp

**Describe the bug** If you have a database with two tables named `TableName` and `Table_Name`, SQLProvider will be unable to resolve the names. **To Reproduce** Steps to reproduce the behavior:...

**Is your feature request related to a problem? Please describe.** When inserting a record with child records, there is no guarantee that the child records will be created after the...

### Describe your issue When I try to create a `LEFT JOIN` using `groupJoin` in F#, I get an exception. I know you aren't working on F# issues yet but...

area: linq
status: has-pr
status: has-tests
area: fsharp

This was causing issues with one of my repos. This seems to have fixed it.

This PR adds helper functions to the `NonEmptyList` and `NonEmptySeq` modules that bring them up to feature parity with the `List` and `Seq` modules.