Skip to content

Releases: vkuttyp/CosmoSQLClient-Swift

CosmoSQLClient v1.6.4

08 Mar 02:41

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: finalize @p naming migration in MSSQLConnection (8a9559b)

📦 Installation

.package(url: "https://github.com/vkuttyp/CosmoSQLClient-Swift.git",
         from: "1.6.4")

CosmoSQLClient v1.6.3

08 Mar 02:28

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: use @p naming for RPC parameters to match tests and conventions (94347f3)

📦 Installation

.package(url: "https://github.com/vkuttyp/CosmoSQLClient-Swift.git",
         from: "1.6.3")

CosmoSQLClient v1.6.2

07 Mar 20:32

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: introduce SQLResultSet to support column metadata for empty result sets across all providers (2545bb1)

📦 Installation

.package(url: "https://github.com/vkuttyp/CosmoSQLClient-Swift.git",
         from: "1.6.2")

CosmoSQLClient v1.6.1

06 Mar 02:50

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix RPC parameter name encoding for TDS 7.4 and add widening AsInt/AsInt64 support to SQLValue. (bd945fd)

🔧 Other Changes

  • Fix RPC parameter name encoding for TDS 7.4 and add widening AsInt/AsInt64 support to SQLValue. (bd945fd)

📦 Installation

.package(url: "https://github.com/vkuttyp/CosmoSQLClient-Swift.git",
         from: "1.6.1")

CosmoSQLClient v1.6.0

05 Mar 23:19

Choose a tag to compare

What's Changed

🔧 Other Changes

  • Change internal parameter prefix to @param to avoid conflict with build indexer records (e178083)

📦 Installation

.package(url: "https://github.com/vkuttyp/CosmoSQLClient-Swift.git",
         from: "1.6.0")

CosmoSQLClient v1.5.9

05 Mar 23:15

Choose a tag to compare

What's Changed

📦 Installation

.package(url: "https://github.com/vkuttyp/CosmoSQLClient-Swift.git",
         from: "1.5.9")

CosmoSQLClient v1.5.8

05 Mar 23:11

Choose a tag to compare

What's Changed

📦 Installation

.package(url: "https://github.com/vkuttyp/CosmoSQLClient-Swift.git",
         from: "1.5.8")

CosmoSQLClient v1.5.5

05 Mar 22:33

Choose a tag to compare

What's Changed

🔧 Other Changes

  • Improve TDS RPC string encoding to prevent memory corruption/invalid byte sequences (473d6e5)

📦 Installation

.package(url: "https://github.com/vkuttyp/CosmoSQLClient-Swift.git",
         from: "1.5.5")

CosmoSQLClient v1.5.4

05 Mar 21:48

Choose a tag to compare

What's Changed

🔧 Other Changes

  • Improve rows helper to include unflushed rows for more resilient query results (9ca8ed4)

📦 Installation

.package(url: "https://github.com/vkuttyp/CosmoSQLClient-Swift.git",
         from: "1.5.4")

CosmoSQLClient v1.5.3

05 Mar 21:44

Choose a tag to compare

What's Changed

📦 Installation

.package(url: "https://github.com/vkuttyp/CosmoSQLClient-Swift.git",
         from: "1.5.3")