Skip to content
#

auto-completion

Here are 24 public repositories matching this topic...

AndyFWealthfront
AndyFWealthfront commented Apr 10, 2019

Multi-line queries have a prompt_continuation (or not currently, due to issue 681, but that's beside the point). But even with prompt_continuation set to an empty string, it starts the next line indented, even when it's just due to wrapping at the edge of the terminal window:

db> select "example text that wraps onto the nex
    t line";

I often copy/paste my query fr

CarlosArmiliato
CarlosArmiliato commented May 10, 2017

Description of the Issue

It would be nice if the table's auto-completion displays the index together with the fields.
When you press enter, assemble all fields of the indices.
As in the example:

if index3 is composed of Field4, Field5, Field6.

Step 1

tabela1.ind
+---------------------+
|field1.... |
|fi

Improve this page

Add a description, image, and links to the auto-completion topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the auto-completion topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.