• v0.3.3 3c0ae1983f

    5 commits to main since this tag

    • Remove broken static-validation feature (hardcoded $1 placeholders)
    • Add Value::Null variant for Option support
    • Add From<Option> impl for all Value types
    • Add f32, f64, NaiveTime, serde_json::Value support
    • Add optional decimal feature for rust_decimal::Decimal
    • All database backends now use runtime placeholder() function

    Fixes issues:

    • MySQL getting PostgreSQL $1 placeholders
    • Missing From<Option> implementations
    • Missing base types (Decimal, JsonValue, NaiveTime, floats)

    Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

    Downloads