Skip to content

Conversation

@rhashimoto
Copy link
Owner

Fix #288.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary of Changes

Hello @rhashimoto, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the SQLite tarball download URL in the Makefile to use a direct, non-CAPTCHA-protected link. This resolves an issue where the previous URL might have caused download failures or required additional verification, ensuring a smoother build process.

Highlights

  • Makefile update: The SQLITE_TARBALL_URL variable in the Makefile has been modified to point to a new, more direct download path for the SQLite tarball, removing the query parameter that was causing issues.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly updates the SQLite download URL to a more stable, non-CAPTCHA version, which should resolve issues with automated builds. The change is a clear improvement. I've included one minor suggestion to improve consistency in variable syntax within the Makefile.

@rhashimoto rhashimoto merged commit 21cc38a into master Aug 22, 2025
1 check passed
@rhashimoto rhashimoto deleted the fix-sqlite-download-breakage branch August 22, 2025 13:19
stevensJourney added a commit to powersync-ja/wa-sqlite that referenced this pull request Aug 26, 2025
* Update issue templates

* Replace Facade Proxy with handwritten proxy. (rhashimoto#285)

* Replace Proxy with handwritten proxy for jRead/jWrite buffers.

* Replace Proxy with handwritten proxy for VFS return data.

---------

Co-authored-by: Roy Hashimoto <[email protected]>

* Use non-CAPTCHA SQLite download URL. (rhashimoto#289)

* Use non-CAPTCHA SQLite download URL.

* Use consistent Makefile variable bracing.

---------

Co-authored-by: Roy Hashimoto <[email protected]>

* update build

* added changeset

---------

Co-authored-by: Roy Hashimoto <[email protected]>
Co-authored-by: Roy Hashimoto <[email protected]>
rhashimoto added a commit to team-reflect/wa-sqlite that referenced this pull request Sep 24, 2025
* Fix resetting isHandleRequested

* Bump package version.

* Fix hello demo import paths.

* Permit JS booleans to be bound to queries, as integer 0/1 values (rhashimoto#272)

* Permit boolean values to be bound to statements, as 0/1

* Add test for boolean binding

* Using a single TextEncoder for all string conversions

* Export HEAP* module members for recent EMSDK changes.

* Bump tar-fs from 3.0.8 to 3.0.9

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.8 to 3.0.9.
- [Commits](mafintosh/tar-fs@v3.0.8...v3.0.9)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 3.0.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update SQLite to 3.50.1.

* Bump package version.

* Update issue templates

* Replace Facade Proxy with handwritten proxy. (rhashimoto#285)

* Replace Proxy with handwritten proxy for jRead/jWrite buffers.

* Replace Proxy with handwritten proxy for VFS return data.

---------

Co-authored-by: Roy Hashimoto <[email protected]>

* Use non-CAPTCHA SQLite download URL. (rhashimoto#289)

* Use non-CAPTCHA SQLite download URL.

* Use consistent Makefile variable bracing.

---------

Co-authored-by: Roy Hashimoto <[email protected]>

* Fix WebLocksMixin state initialization. (rhashimoto#293)

* Fix WebLocksMixin state initialization.

* Don't fetch state in WebLocksMixin file control unnecessarily.

* Minor fixes.

---------

Co-authored-by: Roy Hashimoto <[email protected]>

* Bump package version.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Simon Binder <[email protected]>
Co-authored-by: Roy Hashimoto <[email protected]>
Co-authored-by: Grant Cox <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
stevensJourney added a commit to powersync-ja/wa-sqlite that referenced this pull request Dec 2, 2025
* Update issue templates

* Replace Facade Proxy with handwritten proxy. (rhashimoto#285)

* Replace Proxy with handwritten proxy for jRead/jWrite buffers.

* Replace Proxy with handwritten proxy for VFS return data.

---------

Co-authored-by: Roy Hashimoto <[email protected]>

* Use non-CAPTCHA SQLite download URL. (rhashimoto#289)

* Use non-CAPTCHA SQLite download URL.

* Use consistent Makefile variable bracing.

---------

Co-authored-by: Roy Hashimoto <[email protected]>

* Fix WebLocksMixin state initialization. (rhashimoto#293)

* Fix WebLocksMixin state initialization.

* Don't fetch state in WebLocksMixin file control unnecessarily.

* Minor fixes.

---------

Co-authored-by: Roy Hashimoto <[email protected]>

* Bump package version.

* Bump brace-expansion from 1.1.11 to 1.1.12

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump koa from 2.16.1 to 2.16.3

Bumps [koa](https://github.com/koajs/koa) from 2.16.1 to 2.16.3.
- [Release notes](https://github.com/koajs/koa/releases)
- [Changelog](https://github.com/koajs/koa/blob/master/History.md)
- [Commits](koajs/koa@v2.16.1...v2.16.3)

---
updated-dependencies:
- dependency-name: koa
  dependency-version: 2.16.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump tar-fs from 3.0.9 to 3.1.1

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.9 to 3.1.1.
- [Commits](mafintosh/tar-fs@v3.0.9...v3.1.1)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 3.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* add changeset

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Roy Hashimoto <[email protected]>
Co-authored-by: Roy Hashimoto <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SQLite download link seems to be broken

3 participants