Remove obsolete doc
This commit is contained in:
@@ -209,10 +209,6 @@ For example:
|
|||||||
result := MyType{}
|
result := MyType{}
|
||||||
err := conn.QueryRow(context.Background(), "select row(1, 'foo'::text)", pgx.QueryResultFormats{pgx.BinaryFormatCode}).Scan(&r)
|
err := conn.QueryRow(context.Background(), "select row(1, 'foo'::text)", pgx.QueryResultFormats{pgx.BinaryFormatCode}).Scan(&r)
|
||||||
|
|
||||||
Raw Bytes Mapping
|
|
||||||
|
|
||||||
[]byte passed as arguments to Query, QueryRow, and Exec are passed unmodified to PostgreSQL.
|
|
||||||
|
|
||||||
Transactions
|
Transactions
|
||||||
|
|
||||||
Transactions are started by calling Begin.
|
Transactions are started by calling Begin.
|
||||||
|
|||||||
Reference in New Issue
Block a user