File tree
14 files changed
+450
-416
lines changed- .changeset
- .github/workflows
- dist
- scripts
- src/types
14 files changed
+450
-416
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
| 13 | + | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
49 |
| - | |
| 48 | + | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
+134-133
Large diffs are not rendered by default.
-44.1 KB
Binary file not shown.
+130-129
Large diffs are not rendered by default.
-10.9 KB
Binary file not shown.
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Submodule powersync-sqlite-core updated 33 files
- .cargo/config.toml+5
- .github/actions/upload/action.yml+24
- .github/workflows/android.yml+6-5
- .github/workflows/ios.yml+4-3
- .github/workflows/linux.yml+56
- .github/workflows/release.yml+94-6
- .github/workflows/windows.yml+24
- Cargo.lock+4-4
- Cargo.toml+1-1
- README.md+11-2
- UUID.md+40
- android/build.gradle.kts+2-2
- build-pod.sh+2-2
- crates/core/Cargo.toml+6-3
- crates/core/src/checkpoint.rs+13-8
- crates/core/src/error.rs+1-14
- crates/core/src/kv.rs+88
- crates/core/src/lib.rs+24-16
- crates/core/src/macros.rs+35-1
- crates/core/src/operations.rs+112-115
- crates/core/src/operations_vtab.rs+8-12
- crates/core/src/sync_local.rs+36-16
- crates/core/src/sync_types.rs+2-165
- crates/core/src/util.rs+41-13
- crates/core/src/uuid.rs+3-2
- crates/core/src/view_admin.rs+158-26
- crates/loadable/Cargo.toml+6-2
- crates/loadable/src/lib.rs+11
- powersync-sqlite-core.podspec+1-1
- rust-toolchain.toml+1-1
- tool/build_linux.sh+9
- tool/build_macos.sh+10
- tool/build_windows.sh+10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
0 commit comments