Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Jul 1, 2024
1 parent f2897bb commit e326552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/connection_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ func (h *ConnectionHandler) handleQuery(message messages.Query) error {
return err
}

// TODO: Remove this once we support `SELECT * FROM function()` syntax
// Github issue: https://github.com/dolthub/doltgresql/issues/464
handled, err = h.handledWorkbenchCommands(message.String)
if handled || err != nil {
return err
Expand Down

0 comments on commit e326552

Please sign in to comment.