core: Make strict schema support experimental

It's not tested properly so let's mark it as experimental for now.

Fixes #2775
This commit is contained in:
Pekka Enberg
2025-09-02 15:19:18 +03:00
parent 8f7e43b32b
commit 12cf4d2e72
14 changed files with 136 additions and 112 deletions

View File

@@ -7,7 +7,7 @@ PROJECT_ROOT="$(dirname "$SCRIPT_DIR")"
TURSODB="$PROJECT_ROOT/target/debug/tursodb"
# Add experimental features for testing
EXPERIMENTAL_FLAGS="--experimental-views"
EXPERIMENTAL_FLAGS="--experimental-views --experimental-strict"
# if RUST_LOG is non-empty, enable tracing output
if [ -n "$RUST_LOG" ]; then