Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Removals for v2 #445

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -8,10 +8,10 @@ let swiftSettings: [SwiftSetting] = [
let package = Package(
name: "postgres-nio",
platforms: [
.macOS(.v10_15),
.iOS(.v13),
.watchOS(.v6),
.tvOS(.v13),
.macOS(.v13),
.iOS(.v16),
.watchOS(.v9),
.tvOS(.v16),
],
products: [
.library(name: "PostgresNIO", targets: ["PostgresNIO"]),
Original file line number Diff line number Diff line change
@@ -246,7 +246,7 @@ extension PostgresConnection {
}

let connection: InternalConfiguration.Connection
let username: String?
let username: String
let password: String?
let database: String?
var tls: Configuration.TLS
290 changes: 11 additions & 279 deletions Sources/PostgresNIO/Connection/PostgresConnection.swift

Large diffs are not rendered by default.

This file was deleted.

135 changes: 0 additions & 135 deletions Sources/PostgresNIO/Data/PostgresData+Array.swift

This file was deleted.

66 changes: 0 additions & 66 deletions Sources/PostgresNIO/Data/PostgresData+Bool.swift

This file was deleted.

40 changes: 0 additions & 40 deletions Sources/PostgresNIO/Data/PostgresData+Bytes.swift

This file was deleted.

Loading
Oops, something went wrong.
Loading
Oops, something went wrong.