-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: sqlitecloud/sqlitecloud-js
base: e3638c8
head repository: sqlitecloud/sqlitecloud-js
compare: d8105d8
- 16 commits
- 31 files changed
- 5 contributors
Commits on Feb 17, 2025
-
fix core test and update dependencies, removed useless bun.lockb (#208)
* fix core test list database detailed update command * update dependencies * rm bun
Configuration menu - View commit details
-
Copy full SHA for 1b77f58 - Browse repository at this point
Copy the full SHA 1b77f58View commit details
Commits on Feb 20, 2025
-
fix #209 (orm): call sqlite methods with arrays (#210)
* new removeDoubleArray * fix flat instead of custom function * up package lock * up package lock
Configuration menu - View commit details
-
Copy full SHA for 076e1d9 - Browse repository at this point
Copy the full SHA 076e1d9View commit details
Commits on Feb 21, 2025
-
feat(database): add isConnected
Daniele Briggi committedFeb 21, 2025 Configuration menu - View commit details
-
Copy full SHA for 4b7674d - Browse repository at this point
Copy the full SHA 4b7674dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fa7da8 - Browse repository at this point
Copy the full SHA 7fa7da8View commit details -
feat(database): add isConnected
Daniele Briggi committedFeb 21, 2025 Configuration menu - View commit details
-
Copy full SHA for 3a746b4 - Browse repository at this point
Copy the full SHA 3a746b4View commit details -
Merge branch 'add-isconnected' of https://github.com/sqlitecloud/sqli…
…tecloud-js into add-isconnected
Daniele Briggi committedFeb 21, 2025 Configuration menu - View commit details
-
Copy full SHA for c0ffbab - Browse repository at this point
Copy the full SHA c0ffbabView commit details -
Merge pull request #212 from sqlitecloud/add-isconnected
feat(database): add isConnected
Configuration menu - View commit details
-
Copy full SHA for 2b8828c - Browse repository at this point
Copy the full SHA 2b8828cView commit details -
fix(deps): peer dependency throwing error over different react versio…
…ns, accept all peer dependency version #213
Configuration menu - View commit details
-
Copy full SHA for 717b862 - Browse repository at this point
Copy the full SHA 717b862View commit details
Commits on Feb 25, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9745f50 - Browse repository at this point
Copy the full SHA 9745f50View commit details -
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 committedFeb 25, 2025 Configuration menu - View commit details
-
Copy full SHA for 94723d3 - Browse repository at this point
Copy the full SHA 94723d3View commit details
Commits on Feb 26, 2025
-
feat(examples): modify to use isConnect()
Daniele Briggi committedFeb 26, 2025 Configuration menu - View commit details
-
Copy full SHA for 6d0a24c - Browse repository at this point
Copy the full SHA 6d0a24cView commit details -
Daniele Briggi committed
Feb 26, 2025 Configuration menu - View commit details
-
Copy full SHA for bbd7c23 - Browse repository at this point
Copy the full SHA bbd7c23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3170ece - Browse repository at this point
Copy the full SHA 3170eceView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d85d1 - Browse repository at this point
Copy the full SHA d4d85d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c129f - Browse repository at this point
Copy the full SHA 12c129fView commit details
Commits on Feb 27, 2025
-
Merge pull request #219 from sqlitecloud/fix-connection-errors
fix(connection): improve connection management
Configuration menu - View commit details
-
Copy full SHA for d8105d8 - Browse repository at this point
Copy the full SHA d8105d8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff e3638c8...d8105d8