cargo sea-query 0.32.7

latest releases: 1.0.1, 1.0.0, 1.0.0-rc.34...
10 months ago

Enhancements

  • Added ValueType::is_option

Bug Fixes

  • Fix incorrect casting of ChronoDateTimeWithTimeZone in Value::Array #933
  • Add missing parenthesis to WINDOW clause #919
SELECT .. OVER "w" FROM "character" WINDOW "w" AS (PARTITION BY "ww")
  • Fix serializing iden as a value in ALTER TYPE ... RENAME TO ... statements #924
ALTER TYPE "font" RENAME TO "typeface"
  • Fixed the issue where milliseconds were truncated when formatting Value::Constant #929
'2025-01-01 00:00:00.000000'
                    ^^^^^^^

Don't miss a new sea-query release

NewReleases is sending notifications on new releases.