Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect COBOL variable in EXEC SQL, provides go to def, show refs and hover #375

Draft
wants to merge 40 commits into
base: master
Choose a base branch
from

Commits on Jun 25, 2024

  1. Add a skeleton for SQL preprocessor

    lefessan authored and LilyOlivier committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d879fd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. SQL is parsed

    LilyOlivier committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    951de55 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. try to copy

    LilyOlivier committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f25b81b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    7fc9933 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    e46a5b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. typoS

    LilyOlivier committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    cdad875 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. refactoring

    LilyOlivier committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9a91b6a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Start transaction

    LilyOlivier committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    213d2d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e1955 View commit details
    Browse the repository at this point in the history
  3. drom

    LilyOlivier committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    500b284 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    61c5c87 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. fix Select Into

    LilyOlivier committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ad2bf0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c987a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. fix Insert

    LilyOlivier committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    45be81d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    ca64c9d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    a85b842 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    4f9eb71 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. somes changes

    LilyOlivier committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6b64ff5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. better copy

    LilyOlivier committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a2be3da View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    917bd30 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    8fa6cf1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. fix: merge build errors

    NeoKaios committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4e38236 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix: problem with long sql stmt generation

    - fix sql stmt generation when stmt is exactly 72 char long
    - unify prefix on all preproc genereted lines
    NeoKaios committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ba14fe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e81be0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    93430b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    ff2a927 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36c117a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. fix: failing test

    NeoKaios committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ff34002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85cd08c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c00487 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0b7364 View commit details
    Browse the repository at this point in the history
  5. test: autopromote

    NeoKaios committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d9adafd View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    1fe8a89 View commit details
    Browse the repository at this point in the history
  2. Revert "feat: reactivate sql preproc, go to def/ref active in exec bl…

    …ock"
    
    This reverts commit b0b7364.
    NeoKaios committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b793fd0 View commit details
    Browse the repository at this point in the history
  3. Revert "test: autopromote"

    This reverts commit d9adafd.
    NeoKaios committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6def5a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4002f79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e09035 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    365cb47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    997ef96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    757c676 View commit details
    Browse the repository at this point in the history