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: sqlitecloud/sqlitecloud-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d8105d8
Choose a base ref
...
head repository: sqlitecloud/sqlitecloud-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b449bd0
Choose a head ref
  • 15 commits
  • 18 files changed
  • 3 contributors

Commits on Feb 27, 2025

  1. chore(deps-dev): bump the all-dependencies group with 3 updates (#220)

    Bumps the all-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [ts-jest](https://github.com/kulshekhar/ts-jest) and [typedoc](https://github.com/TypeStrong/TypeDoc).
    
    
    Updates `@types/node` from 22.13.4 to 22.13.5
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `ts-jest` from 29.2.5 to 29.2.6
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.2.5...v29.2.6)
    
    Updates `typedoc` from 0.27.7 to 0.27.9
    - [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
    - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
    - [Commits](TypeStrong/typedoc@v0.27.7...v0.27.9)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: typedoc
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    5efc560 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. chore(deps-dev): bump the all-dependencies group with 3 updates (#223)

    Bumps the all-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [prettier](https://github.com/prettier/prettier) and [typescript](https://github.com/microsoft/TypeScript).
    
    
    Updates `@types/node` from 22.13.5 to 22.13.8
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `prettier` from 3.5.2 to 3.5.3
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.5.2...3.5.3)
    
    Updates `typescript` from 5.7.3 to 5.8.2
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.7.3...v5.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    306dc1a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. chore(examples): always recreate the db connection

    Daniele Briggi committed Mar 11, 2025
    Configuration menu
    Copy the full SHA
    0d1c477 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. fix(workflow): ios18 missing python distutils

    Daniele Briggi committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    0290ada View commit details
    Browse the repository at this point in the history
  2. fix(workflow): test to complete and lost disutils package

    Daniele Briggi committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    3bb8b75 View commit details
    Browse the repository at this point in the history
  3. fix(workflow): remove files not folder

    Daniele Briggi committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    73239e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. fix(examples): missing close()

    Daniele Briggi committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    64eda5e View commit details
    Browse the repository at this point in the history
  2. fix(workflow): ios18 missing python distutils

    Daniele Briggi committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    193fb7d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #228 from sqlitecloud/example-db-connection

    chore(examples): always recreate the db connection
    danielebriggi authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    9688b36 View commit details
    Browse the repository at this point in the history
  4. fix(config): config properties cast

    Config values from the connection string are parsed as boolean or number
    Daniele Briggi committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    96dc276 View commit details
    Browse the repository at this point in the history
  5. fix(workflow): remove files not folder

    Daniele Briggi committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    ace81d6 View commit details
    Browse the repository at this point in the history
  6. chore: test

    Daniele Briggi committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    8534acc View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Merge pull request #229 from sqlitecloud/fix-config-casts

    fix(config): config properties cast
    danielebriggi authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    ed3738a View commit details
    Browse the repository at this point in the history
  2. fix(close): enqueue operation

    Daniele Briggi committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    85f6b6f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Merge pull request #230 from sqlitecloud/#225-close-enqueue-the-close…

    …-operation
    
    fix(close): enqueue operation
    danielebriggi authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    b449bd0 View commit details
    Browse the repository at this point in the history
Loading