Hi Thom,
On Thu, Apr 18, 2024 at 8:26 PM Thom Brown wrote:
> On Thu, Apr 18, 2024, 15:26 Anil Sahoo
> wrote:
>
>> Hi Dave,
>> We took help from Code Mirror, i.e Code Mirror gives the parsed SQL from
>> the editor through a tree called syntaxTree and by using some logic we
>> extracted the state
Hi Dave,
On Thu, Apr 18, 2024 at 8:07 PM Dave Page wrote:
> Hi
>
> On Thu, 18 Apr 2024 at 15:26, Anil Sahoo
> wrote:
>
>> Hi Dave,
>> We took help from Code Mirror, i.e Code Mirror gives the parsed SQL from
>> the editor through a tree called syntaxTree and by using some logic we
>> extracted t
On Thu, Apr 18, 2024, 15:37 Dave Page wrote:
> Hi
>
> On Thu, 18 Apr 2024 at 15:26, Anil Sahoo
> wrote:
>
>> Hi Dave,
>> We took help from Code Mirror, i.e Code Mirror gives the parsed SQL from
>> the editor through a tree called syntaxTree and by using some logic we
>> extracted the statements
On Thu, Apr 18, 2024, 15:26 Anil Sahoo wrote:
> Hi Dave,
> We took help from Code Mirror, i.e Code Mirror gives the parsed SQL from
> the editor through a tree called syntaxTree and by using some logic we
> extracted the statements which have semicolon in it and also added some
> extra logic to b
Hi
On Thu, 18 Apr 2024 at 15:26, Anil Sahoo
wrote:
> Hi Dave,
> We took help from Code Mirror, i.e Code Mirror gives the parsed SQL from
> the editor through a tree called syntaxTree and by using some logic we
> extracted the statements which have semicolon in it and also added some
> extra logi
Hi Dave,
We took help from Code Mirror, i.e Code Mirror gives the parsed SQL from
the editor through a tree called syntaxTree and by using some logic we
extracted the statements which have semicolon in it and also added some
extra logic to break the whole query on next of next line as empty or if
c
Hi
On Wed, 17 Apr 2024 at 15:08, Anil Sahoo
wrote:
> Hi Hackers,
>
> This feature is about executing a query at the cursor position. And that
> query can be a one line or multiline. I have assigned a play icon button
> and F5 as the keyboard shortcut for the Execute Query feature, and for
> Exec