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: taozhi8833998/node-sql-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ellieapi/node-sql-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 20 files changed
  • 4 contributors

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    3ad5565 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from ellieapi/allow-not-enforced-add-fk

    Allow not enforced in add fk statement
    create-new-entity authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    451e8d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eca3d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Merge pull request #9 from ellieapi/allow-not-enforced-add-fk

    support clustered not enforced for pk and unique
    create-new-entity authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    69fa35e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99b0c66 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

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

Commits on Mar 7, 2025

  1. Configuration menu
    Copy the full SHA
    88319ef View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump eslint from 8.57.0 to 9.22.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.22.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.57.0...v9.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    e845ffa View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Merge pull request #2347 from taozhi8833998/feat-returning-mariadb

    feat: support insert returning in mariadb
    taozhi8833998 authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    e967c18 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2025

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

Commits on Mar 10, 2025

  1. Merge pull request #2350 from taozhi8833998/feat-update-from-tsql

    feat: support update set from table in tsql
    taozhi8833998 authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    3a26032 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Merge pull request #2349 from taozhi8833998/dependabot/npm_and_yarn/e…

    …slint-9.22.0
    
    build(deps-dev): bump eslint from 8.57.0 to 9.22.0
    taozhi8833998 authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    357031e View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @babel/core from 7.26.9 to 7.26.10

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.9 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-core)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    8afb12d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Merge pull request #2351 from taozhi8833998/dependabot/npm_and_yarn/b…

    …abel/core-7.26.10
    
    build(deps-dev): bump @babel/core from 7.26.9 to 7.26.10
    taozhi8833998 authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    0625ef7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Configuration menu
    Copy the full SHA
    e2d0434 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a7411c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12 from ellieapi/snowflake-variant-data-type-support

    variant datatype support for snowflake
    create-new-entity authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    204c94f View commit details
    Browse the repository at this point in the history
Loading