Thanks to visit codestin.com
Credit goes to github.com

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: marimo-team/codemirror-sql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: marimo-team/codemirror-sql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 12 commits
  • 17 files changed
  • 3 contributors

Commits on Aug 13, 2025

  1. chore(deps): update crate-ci/typos action to v1.35.4 (#34)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    8193079 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/checkout action to v5 (#32)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    1f4a01f View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency vite to v7.1.2 (#33)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    bbd2021 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2025

  1. chore(deps): update dependency @biomejs/biome to v2.2.0 (#35)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    861f1b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. chore(deps): update dependency vite to v7.1.3 (#37)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    4ed0900 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update crate-ci/typos action to v1.35.5 (#36)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    9af6b9d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. chore(deps): update actions/upload-pages-artifact action to v4 (#40)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    8a3f68e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2025

  1. add light bigquery dialect (postgres wrapper) to resolve some bugs (#41)

    * add light bigquery wrapper to resolve some bugs
    
    * update test
    Light2Dark authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    2f67444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0acab89 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency @biomejs/biome to v2.2.2 (#42)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    b1b6b80 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. handle more duckdb syntax (or replace, macros, {}) (#38)

    * handle macros, replace, {}
    
    * add cursorrules
    
    * fix spelling
    
    * ignore brackets as parser option
    
    * better comment
    
    * handle column offset
    
    * add instead of assigning
    
    * do not modify sql for parsing, only for checking
    
    * remove var
    
    * add offset length with test, remove comments func
    
    * proper bracket handling
    
    * some better handling of offsets
    
    * note it's an experimental feature
    
    * fix test
    Light2Dark authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    523000b View commit details
    Browse the repository at this point in the history
  2. chore: release v0.2.0

    mscolnick committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    cb6158c View commit details
    Browse the repository at this point in the history
Loading