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: TankTim68/sqlparser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: longbridge/sqlparser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 6 files changed
  • 6 contributors

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    02d9768 View commit details
    Browse the repository at this point in the history
  2. Fix for INTO keyword is optional in INSERT statement for MySQL sy…

    …ntax.
    
    * mysql insert can ignore keyword `into`
    
    * Update parser.go
    
    ---------
    
    Co-authored-by: Jason Lee <huacnlee@gmail.com>
    sunfuze and huacnlee authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c96041c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. feat: Support mysql upsert syntax (longbridge#5)

    * feat: Support mysql upsert syntax
    
    * fix: parser_test
    
    ---------
    
    Co-authored-by: 江 杨 <jiang_yang@venusgroup.com.cn>
    geekeryy and 江 杨 authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c95d80e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. support locking clause in select statement

    yb huang authored and yanbo.huang committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a2ade22 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Merge pull request longbridge#6 from ShoanJ/feature/support_lock_clause

    support locking clause in select statement
    marvinvi authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    042eab3 View commit details
    Browse the repository at this point in the history
Loading