| LOW | batch.go | 101 | |
| LOW | values_test.go | 1001 | if inBool != outBool { |
| LOW | values_test.go | 1021 | // "cat", |
| LOW | tx.go | 121 | // requirements. Methods will not be removed or changed, but new methods may be added. |
| LOW | test.sh | 1 | #!/usr/bin/env bash |
| LOW | rows.go | 21 | // and [Rows.CommandTag]. |
| LOW | rows.go | 41 | // when there was an error executing the query. |
| LOW | rows.go | 61 | // true. |
| LOW | conn.go | 221 | return connConfig, nil |
| LOW | conn.go | 661 | // to execute. It does not use named prepared statements. But it does use the unnamed prepared statement to get the |
| LOW | conn.go | 681 | QueryExecModeExec |
| LOW | conn.go | 721 | |
| LOW | pgproto3/doc.go | 1 | // Package pgproto3 is an encoder and decoder of the PostgreSQL wire protocol version 3. |
| LOW | pgconn/config.go | 81 | // the connection on any FATAL errors. If you override this handler you should call the previously set handler or ensur |
| LOW | pgconn/config.go | 181 | network = "tcp" |
| LOW | pgconn/config.go | 201 | // interdependent (e.g. TLSConfig needs knowledge of the host to validate the server certificate). These fields should |
| LOW | pgconn/config.go | 221 | // PGSERVICEFILE |
| LOW | pgconn/config.go | 241 | // |
| LOW | pgconn/auth_scram.go | 1 | // SCRAM-SHA-256 and SCRAM-SHA-256-PLUS authentication |
| LOW | pgconn/pgconn.go | 661 | |
| LOW | pgconn/pgconn.go | 1181 | // etc. |
| LOW | pgconn/pgconn.go | 1241 | // |
| LOW | pgconn/pgconn.go | 2181 | pgConn.slowWriteTimer.Stop() |
| LOW | pgconn/pgconn.go | 2461 | // The server flushes its output buffer automatically as a result of Sync being called, |
| LOW | pgconn/benchmark_test.go | 221 | if rowCount != 1 { |
| LOW | pgconn/pgconn_test.go | 4881 | |
| LOW | pgxpool/pool.go | 121 | ConnConfig *pgx.ConnConfig |
| LOW | pgxpool/pool.go | 141 | // |
| LOW | pgxpool/pool.go | 341 | |
| LOW | pgxpool/pool.go | 761 | |
| LOW | pgtype/text_test.go | 81 | } |
| LOW | pgtype/tid.go | 21 | // TID is PostgreSQL's Tuple Identifier type. |
| LOW | stdlib/sql.go | 1 | // Package stdlib is the compatibility layer from pgx to database/sql. |
| LOW | stdlib/sql.go | 21 | // return err |
| LOW | stdlib/sql.go | 41 | // |
| LOW | testsetup/pg_ssl_init.sh | 1 | #!/bin/bash |