esqueleto icon indicating copy to clipboard operation
esqueleto copied to clipboard

sub_select produces invalid SQL sometimes

Open parsonsmatt opened this issue 6 years ago • 1 comments

This PR currently adds a failing test to demonstrate the problem. Issue was initially filed in #79.

parsonsmatt avatar Jun 17 '19 20:06 parsonsmatt

SqlError {sqlState = "42883", sqlExecStatus = FatalError, sqlErrorMsg = "function array_remove(record) does not exist", sqlErrorDetail = "", sqlErrorHint = "No function matches the given name and argument types. You might need to add explicit type casts."}

bitemyapp avatar Sep 24 '19 15:09 bitemyapp