Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bytebase/postgresql-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: add-keywords
Choose a base ref
...
head repository: bytebase/postgresql-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 17 files changed
  • 4 contributors

Commits on Feb 7, 2025

  1. Merge pull request #9 from bytebase/add-keywords

    chore: add keywords.go
    d-bytebase authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    815d108 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Merge pull request #10 from bytebase/add-keywords

    chore: updating IsIdentifier to include check for keywords
    d-bytebase authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    3364596 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. fix keyword map

    vsai12 committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    c1a6fc1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from bytebase/editKW

    chore: fix keyword map
    d-bytebase authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    aeb8220 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Configuration menu
    Copy the full SHA
    a2dc5c6 View commit details
    Browse the repository at this point in the history
  2. refactor: index stmt

    rebelice committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    7d68470 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from bytebase/refactor/index

    refactor: index stmt
    rebelice authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    a14f559 View commit details
    Browse the repository at this point in the history
  4. fix: predicate rule (#14)

    h3n4l authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    8c3c7a8 View commit details
    Browse the repository at this point in the history
Loading