1 file changed
+1
-1
lines changedSubmodule 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