apple / swift-cassandra-client

Cassandra client in Swift
https://swiftpackageindex.com/apple/swift-cassandra-client/main/documentation/cassandraclient
Apache License 2.0
89 stars 16 forks source link

Make ssl.verifyFlag non-optional #15

Closed yim-lee closed 1 year ago

yim-lee commented 1 year ago

Motivation: VerifyFlag already has an enum case .none, which might be confused with Optional.none.

Modifications:

Resolves https://github.com/apple/swift-cassandra-client/issues/13