File tree
6 files changed
+8
-3
lines changed- .changeset
- dist
6 files changed
+8
-3
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 | |
---|---|---|---|
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
| 131 | + | |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
|
5.04 KB
Binary file not shown.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
|
4.36 KB
Binary file not shown.
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