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: feather-framework/feather-database
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.4
Choose a base ref
...
head repository: feather-framework/feather-database
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 106 files changed
  • 3 contributors

Commits on May 9, 2024

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

Commits on Jan 16, 2026

  1. Swift 6 updates (#13)

    - support Swift 6.1+ only
    - reworked abstraction layer
    - new GitHub workflows
    tib authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    3665a93 View commit details
    Browse the repository at this point in the history
  2. Improve readme (#14)

    tib authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    34b05e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. API improvements (#15)

    - ⚠️ [API breaking change]: Transaction & connection API functions
    returns a generic type instead of a database result.
    - Readme updates & fixes
    tib authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    147c968 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. Fix query consumption issue (#16)

    ⚠️ Breaking changes:
    - With-style API for transaction & connection
    - Using RowSequence in a handler instead of a return value
    - Query result renamed to RowSequence
    - Remove execute API from database client
    - Improve transaction error interface
    - Sendable fixes
    
    🐞 Known issues: 
    - Query is not a real "currency type" yet, this will be addressed later
    on if needed.
    tib authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    4ef69e6 View commit details
    Browse the repository at this point in the history
  2. Fix version in readme (#17)

    Fixed version string in README.md
    
    ---------
    
    Co-authored-by: GErP83 <[email protected]>
    tib and GErP83 authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    6c12c0c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2026

  1. Basic currency type for SQL query (#18)

    - Add public query type
    - Add query tests
    - Updated README
    tib authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    8bd475b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2026

  1. Add bool type & interpolation to queries (#19)

    - Implement bool type interpolation
    - Add more int, double interpolation values
    tib authored Feb 8, 2026
    Configuration menu
    Copy the full SHA
    7e71198 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Fix version number in readme (#20)

    - fix version number
    tib authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    55b08d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. add new workflow step (#21)

    GErP83 authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    4f438de View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2026

  1. Improve query bindings (#22)

    - improve query bindings, arrays & optionals
    - run tests on Swift 6.3 CI
    tib authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    7730db3 View commit details
    Browse the repository at this point in the history
  2. Prep for rc.1 release (#23)

    - updated readme
    tib authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    0b862ac View commit details
    Browse the repository at this point in the history
Loading