forked from rhashimoto/wa-sqlite
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Work around stack overflow in debug build. * Handle 64-bit arguments with Emscripten legalization. * Export all SQLite3 API functions, plus Emscripten utilities. * Update issue templates * Update follow-redirects per Dependabot. * Fix rhashimoto#143. Handle detached buffers in IDBBatchAtomicVFS. * Bump package version. * Fix rhashimoto#143 for Safari (no ArrayBuffer.prototype.detached). * Bump package version. * updated powersync-sqlite-core to v0.1.6 * updated from upstream * publish packages on workflow dispatch --------- Co-authored-by: Roy Hashimoto <[email protected]> Co-authored-by: Roy Hashimoto <[email protected]>
- Loading branch information
1 parent
760a35d
commit fabeb50
Showing
17 changed files
with
590 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@journeyapps/wa-sqlite": patch | ||
--- | ||
|
||
Updated from upstream changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@journeyapps/wa-sqlite": patch | ||
--- | ||
|
||
Updated powersync-sqlite-core to v0.1.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Bug report | ||
about: Report potential problems in project code | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
In this project, Issues are only for possible bugs in project code. Please don't ask for help debugging _your_ code; I have plenty of challenges debugging _my_ code. 🥲 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Submodule powersync-sqlite-core
updated
9 files
+4 −4 | Cargo.lock | |
+3 −3 | Cargo.toml | |
+9 −2 | RELEASING.md | |
+6 −6 | android/build.gradle.kts | |
+6 −0 | build-pod.sh | |
+3 −3 | crates/core/src/schema_management.rs | |
+1 −0 | crates/core/src/util.rs | |
+28 −15 | crates/core/src/views.rs | |
+3 −3 | powersync-sqlite-core.podspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.