File tree
3 files changed
+6
-6
lines changed- .github/actions/build-wasm
- sqlite3
- assets/wasm
3 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Submodule powersync-sqlite-core updated 40 files
- .cargo/config.toml+23
- .github/workflows/android.yml-6
- .github/workflows/ios.yml-2
- .github/workflows/linux.yml-2
- .github/workflows/macos.yml+42
- .github/workflows/release.yml+21-6
- .github/workflows/tests.yml+19-4
- .github/workflows/wasm.yml+20
- .github/workflows/windows.yml-2
- Cargo.lock+4-4
- Cargo.toml+1-1
- RELEASING.md+3-2
- android/build.gradle.kts+37-25
- android/gradle/wrapper/gradle-wrapper.properties+1-1
- android/src/AndroidManifest.xml+7
- android/src/prefab/modules/powersync/include/powersync.h+9
- android/src/prefab/modules/powersync/libs/android.arm64-v8a/abi.json+7
- android/src/prefab/modules/powersync/libs/android.armeabi-v7a/abi.json+7
- android/src/prefab/modules/powersync/libs/android.x86/abi.json+7
- android/src/prefab/modules/powersync/libs/android.x86_64/abi.json+7
- android/src/prefab/modules/powersync/module.json+4
- android/src/prefab/prefab.json+6
- build-pod.sh+2-2
- crates/core/src/checkpoint.rs+3-14
- crates/core/src/lib.rs+1
- crates/core/src/migrations.rs+287
- crates/core/src/operations.rs+105-119
- crates/core/src/schema_management.rs+61-20
- crates/core/src/sync_local.rs+24-17
- crates/core/src/view_admin.rs+100-193
- crates/core/src/views.rs+38-40
- dart/.gitignore+1
- dart/README.md+15
- dart/pubspec.lock+389
- dart/pubspec.yaml+10
- dart/test/migration_test.dart+179
- dart/test/utils/migration_fixtures.dart+339
- dart/test/utils/native_test_utils.dart+50
- dart/test/utils/schema.dart+110
- powersync-sqlite-core.podspec+1-1
0 commit comments