Preserve additional ORDER BY qualifiers
- Bump version to v4-rc3
This commit is contained in:
@@ -398,7 +398,7 @@ module Query =
|
||||
|> Seq.map (fun it ->
|
||||
if it.Name.Contains ' ' then
|
||||
let parts = it.Name.Split ' '
|
||||
{ it with Name = parts[0] }, Some $" {parts[1]}"
|
||||
{ it with Name = parts[0] }, Some $""" {parts |> Array.skip 1 |> String.concat " "}"""
|
||||
else it, None)
|
||||
|> Seq.map (fun (field, direction) ->
|
||||
if field.Name.StartsWith "n:" then
|
||||
|
||||
Reference in New Issue
Block a user