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

feat: add introspectSql command #4941

Merged
merged 36 commits into from
Aug 5, 2024
Merged

feat: add introspectSql command #4941

merged 36 commits into from
Aug 5, 2024

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    35d8018 View commit details
    Browse the repository at this point in the history
  2. fix rebase

    Weakky committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    004522f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61b04c8 View commit details
    Browse the repository at this point in the history
  4. add tests

    Weakky committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    68e7669 View commit details
    Browse the repository at this point in the history
  5. enhance tests

    Weakky committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    07f1d43 View commit details
    Browse the repository at this point in the history
  6. rename internals

    Weakky committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c06be19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac7c981 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. resolve enum names for pg

    Weakky committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    aed1fd3 View commit details
    Browse the repository at this point in the history
  2. add enum test

    Weakky committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d27bf46 View commit details
    Browse the repository at this point in the history
  3. add basic sqlite tests

    Weakky committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    cc3e9ea View commit details
    Browse the repository at this point in the history
  4. split tests in different files

    Weakky committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c7a13be View commit details
    Browse the repository at this point in the history
  5. add rpc command

    Weakky committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0a2fc83 View commit details
    Browse the repository at this point in the history
  6. add native types tests

    Weakky committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    94c2717 View commit details
    Browse the repository at this point in the history
  7. add few more tests

    Weakky committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8619e38 View commit details
    Browse the repository at this point in the history
  8. fix mysql56 test

    Weakky committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    dfed2f0 View commit details
    Browse the repository at this point in the history
  9. fix crdb tests

    Weakky committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    741b5e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. refactor & fix tests

    Weakky committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    13f1cd2 View commit details
    Browse the repository at this point in the history
  2. add source to output

    Weakky committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b2b600c View commit details
    Browse the repository at this point in the history
  3. clippy fix

    Weakky committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    664740d View commit details
    Browse the repository at this point in the history
  4. add more mysql & sqlite tests

    Weakky committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    239c912 View commit details
    Browse the repository at this point in the history
  5. add more sqlite tests

    Weakky committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    23edba6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. add support for magic comments

    Weakky committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b9fe531 View commit details
    Browse the repository at this point in the history
  2. fix fmt

    Weakky committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c285da0 View commit details
    Browse the repository at this point in the history
  3. fix tests

    Weakky committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    40f60b4 View commit details
    Browse the repository at this point in the history
  4. make documentation optional

    Weakky committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0fa5f05 View commit details
    Browse the repository at this point in the history
  5. cleanup

    Weakky committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    93ecf00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e50b79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d9441c View commit details
    Browse the repository at this point in the history
  8. fixes unit test

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

Commits on Jul 30, 2024

  1. small cleanup

    Weakky committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    921f6bc View commit details
    Browse the repository at this point in the history
  2. add pg/crdb insert test back

    Weakky committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    405f504 View commit details
    Browse the repository at this point in the history
  3. review cleanup

    Weakky committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    dc10635 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59e50b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. add typedSql preview feature

    Weakky committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4dcdf8b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. make typedsql feat hidden

    Weakky committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    e3dc131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9312993 View commit details
    Browse the repository at this point in the history