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: e3638c8
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: d8105d8
Choose a head ref
  • 16 commits
  • 31 files changed
  • 5 contributors

Commits on Feb 17, 2025

  1. fix core test and update dependencies, removed useless bun.lockb (#208)

    * fix core test list database detailed update command
    
    * update dependencies
    
    * rm bun
    Gioee authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    1b77f58 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. fix #209 (orm): call sqlite methods with arrays (#210)

    * new removeDoubleArray
    
    * fix flat instead of custom function
    
    * up package lock
    
    * up package lock
    Gioee authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    076e1d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. feat(database): add isConnected

    Daniele Briggi committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    4b7674d View commit details
    Browse the repository at this point in the history
  2. fix #209 (orm): test types (#211)

    Gioee authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    7fa7da8 View commit details
    Browse the repository at this point in the history
  3. feat(database): add isConnected

    Daniele Briggi committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    3a746b4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'add-isconnected' of https://github.com/sqlitecloud/sqli…

    …tecloud-js into add-isconnected
    Daniele Briggi committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    c0ffbab View commit details
    Browse the repository at this point in the history
  5. Merge pull request #212 from sqlitecloud/add-isconnected

    feat(database): add isConnected
    danielebriggi authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    2b8828c View commit details
    Browse the repository at this point in the history
  6. fix(deps): peer dependency throwing error over different react versio…

    …ns, accept all peer dependency version #213
    Gioee authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    717b862 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Bump prettier from 3.5.1 to 3.5.2 (#216)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.5.1 to 3.5.2.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.5.1...3.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    9745f50 View commit details
    Browse the repository at this point in the history
  2. fix(connection): improve connection management

    - resolve the creation of two connections. The dynamic import of the connection modules delayed the initialization of the SQLiteCloudConnection object. Between the initialization of the Database object and the call to sql() method, the connection was not yet initialized
    - connection to the database and the commands are put in queue to ensure the connection to be ready (the socket connection is a background operation)
    - remove the implicit connection to the database in the sql() methods. We want the user be aware of the status of the connection (eg, due to open transactions)
    - enable TCP keep alive to be notified of the most of the cases of errors on the TCP socket
    Daniele Briggi committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    94723d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. feat(examples): modify to use isConnect()

    Daniele Briggi committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    6d0a24c View commit details
    Browse the repository at this point in the history
  2. fix(connection): suggestions

    Daniele Briggi committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    bbd7c23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3170ece View commit details
    Browse the repository at this point in the history
  4. test fix port

    Gioee committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    d4d85d1 View commit details
    Browse the repository at this point in the history
  5. skip rm ubuntu-latest

    Gioee committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    12c129f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Merge pull request #219 from sqlitecloud/fix-connection-errors

    fix(connection): improve connection management
    danielebriggi authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    d8105d8 View commit details
    Browse the repository at this point in the history
Loading