Skip to content

CosmoSQLClient v1.4.3

Choose a tag to compare

@vkuttyp vkuttyp released this 04 Mar 00:35

What's New

Swift MySQL & PostgreSQL: Named Parameter Support

  • Added query(_:params:[String:SQLValue]) and execute(_:params:[String:SQLValue]) overloads for MySQL and PostgreSQL drivers
  • Named @param placeholders are inlined as safely escaped literals before sending to the server (mirrors C# TranslateParams fix)

MySQL: Fractional Seconds Fix

  • Fixed DATETIME/TIMESTAMP parsing to handle microseconds (e.g. 2026-03-03 23:07:01.063905)
  • Equivalent to C# ParseBinaryDateTime fractional precision support

CI Status

  • All CI checks passing on this release (run #62 ✅)
  • Prior release v1.4.2 had CI errors related to .spi.yml — this release resolves them