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: drizzle-team/drizzle-orm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.39.0
Choose a base ref
...
head repository: drizzle-team/drizzle-orm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.39.1
Choose a head ref
  • 19 commits
  • 29 files changed
  • 4 contributors

Commits on Jan 27, 2025

  1. bug fix

    OleksiiKH0240 committed Jan 27, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    32b71c0 View commit details
  2. fixes

    OleksiiKH0240 committed Jan 27, 2025
    Copy the full SHA
    e5713d6 View commit details

Commits on Jan 28, 2025

  1. bugfix: Fix bug that generates incorrect syntax when introspect in mysql

    Karibash committed Jan 28, 2025
    Copy the full SHA
    c5f4421 View commit details
  2. bugfix: Fix a bug that caused incorrect syntax output when introspect…

    … in unsigned columns
    Karibash committed Jan 28, 2025
    Copy the full SHA
    43cdb1e View commit details
  3. fix

    OleksiiKH0240 committed Jan 28, 2025
    Copy the full SHA
    0af1a12 View commit details
  4. Fixed SQLite onConflict clauses being overwritten instead of stacked,…

    … added related tests, removed unused import
    Sukairo-02 committed Jan 28, 2025
    Copy the full SHA
    348e496 View commit details
  5. Reverted flag change

    Sukairo-02 committed Jan 28, 2025
    Copy the full SHA
    2c67783 View commit details
  6. Fixed types of joined views, fixed aliasedTable() not aliasing tabl…

    …es on type level, added `View` support to `aliasedTable()`, fixed sql builder prefixing aliased views and tables with their schema names
    Sukairo-02 committed Jan 28, 2025
    Copy the full SHA
    6b6aca7 View commit details

Commits on Jan 29, 2025

  1. Reverted aliasedTable type improvements in favor of dialect-specifi…

    …c `alias` functions
    Sukairo-02 committed Jan 29, 2025
    Copy the full SHA
    a42bb03 View commit details
  2. 0.3.1

    OleksiiKH0240 committed Jan 29, 2025
    Copy the full SHA
    4074110 View commit details
  3. Merge pull request #4028 from drizzle-team/on-conflict-chaining-fix

    SQLite onConflict chaining fix
    AndriiSherman authored Jan 29, 2025
    Copy the full SHA
    3cd4f9f View commit details
  4. Merge branch 'beta' into main

    AndriiSherman authored Jan 29, 2025
    Copy the full SHA
    97c2cf2 View commit details
  5. Merge pull request #4018 from OleksiiKH0240/main

    bug fix
    AndriiSherman authored Jan 29, 2025
    Copy the full SHA
    3ded70f View commit details
  6. Merge branch 'beta' into bugfix/index-name

    AndriiSherman authored Jan 29, 2025
    Copy the full SHA
    c32d6a7 View commit details
  7. Merge pull request #4020 from Karibash/bugfix/index-name

    bugfix: Fix bug that generates incorrect syntax when introspect in mysql
    AndriiSherman authored Jan 29, 2025
    Copy the full SHA
    d9f609a View commit details
  8. Merge branch 'beta' into bugfix/unsigned-column

    AndriiSherman authored Jan 29, 2025
    Copy the full SHA
    cdbf1e9 View commit details
  9. Merge pull request #4023 from Karibash/bugfix/unsigned-column

    bugfix: Fix a bug that caused incorrect syntax output when introspect in unsigned columns
    AndriiSherman authored Jan 29, 2025
    Copy the full SHA
    991e8b4 View commit details
  10. Bump versions

    AndriiSherman committed Jan 29, 2025
    Copy the full SHA
    5ffd0bd View commit details
  11. Merge pull request #4037 from drizzle-team/beta

    Beta
    AndriiSherman authored Jan 29, 2025
    Copy the full SHA
    4d72640 View commit details
Loading