Skip to content
Closed
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: 0 additions & 8 deletions deprecated.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package pq

import (
"bytes"
"database/sql"
"database/sql/driver"

"github.com/lib/pq/pqerror"
Expand Down Expand Up @@ -87,13 +86,6 @@ func (e *Error) Get(k byte) (v string) {
// now works, and calling this manually is no longer required.
func ParseURL(url string) (string, error) { return convertURL(url) }

// NullTime represents a [time.Time] that may be null.
//
// Deprecated: this is an alias for [sql.NullTime].
//
//go:fix inline
type NullTime = sql.NullTime

// CopyIn creates a COPY FROM statement which can be prepared with Tx.Prepare().
// The target table should be visible in search_path.
//
Expand Down