| LOW | sqlx-postgres/src/copy.rs | 21 | /// Issue a `COPY FROM STDIN` statement and transition the connection to streaming data |
| LOW | sqlx-postgres/src/copy.rs | 41 | /// |
| LOW | sqlx-postgres/src/copy.rs | 61 | ) -> Result<BoxStream<'c, Result<Bytes>>> { |
| LOW | sqlx-postgres/src/copy.rs | 81 | /// <https://www.postgresql.org/docs/current/sql-copy.html> |
| LOW | sqlx-postgres/src/copy.rs | 201 | .inner |
| LOW | sqlx-postgres/src/arguments.rs | 21 | // backtrack and update the prefixed-len, then write until the next patch offset |
| LOW | sqlx-postgres/src/statement.rs | 61 | // impl<'q> From<PgStatement<'q>> for crate::any::AnyStatement<'q> { |
| LOW | sqlx-postgres/src/statement.rs | 81 | // } |
| LOW | sqlx-postgres/src/type_info.rs | 21 | /// if one was constructed with [`Self::with_oid()`] and the other with [`Self::with_name()`] or |
| LOW | sqlx-postgres/src/type_info.rs | 201 | /// Returns the _kind_ (simple, array, enum, etc.) for this type. |
| LOW | sqlx-postgres/src/type_info.rs | 261 | Some("mac_address") |
| LOW | sqlx-postgres/src/type_info.rs | 281 | /// |
| LOW | sqlx-postgres/src/type_info.rs | 301 | /// // Will prevent SQLx from inferring `_foo` as an array type. |
| LOW | sqlx-postgres/src/type_info.rs | 321 | elem_name: elem_name.into(), |
| LOW | sqlx-postgres/src/advisory_lock.rs | 21 | /// |
| LOW | sqlx-postgres/src/advisory_lock.rs | 41 | key: PgAdvisoryLockKey, |
| LOW | sqlx-postgres/src/advisory_lock.rs | 61 | /// The keyspace designated by a single 64-bit integer. |
| LOW | sqlx-postgres/src/advisory_lock.rs | 81 | /// This means the lock is not actually released as soon as the guard is dropped. To ensure the |
| LOW | sqlx-postgres/src/advisory_lock.rs | 101 | /// [hkdf]: https://datatracker.ietf.org/doc/html/rfc5869 |
| LOW | sqlx-postgres/src/advisory_lock.rs | 121 | // |
| LOW | sqlx-postgres/src/advisory_lock.rs | 141 | // This is specified by RFC 5869 but not elaborated upon: |
| LOW | sqlx-postgres/src/advisory_lock.rs | 181 | // It has something to do with how lifetimes work on the `Acquire` trait, I couldn't |
| LOW | sqlx-postgres/src/advisory_lock.rs | 241 | /// A connection-like type is required to execute the call. Allowed types include `PgConnection`, |
| LOW | sqlx-postgres/src/advisory_lock.rs | 281 | |
| LOW | sqlx-postgres/src/bind_iter.rs | 21 | /// iterating over them again to encode. |
| LOW | sqlx-postgres/src/bind_iter.rs | 41 | /// birthdate: DateTime<Utc>, |
| LOW | sqlx-postgres/src/listener.rs | 81 | /// By default, when [`Pool::close()`] is called on the pool this listener is using |
| LOW | sqlx-postgres/src/listener.rs | 101 | |
| LOW | sqlx-postgres/src/listener.rs | 201 | /// |
| LOW | sqlx-postgres/src/listener.rs | 221 | /// // handle notification, do something interesting |
| LOW | sqlx-postgres/src/listener.rs | 241 | /// |
| LOW | sqlx-postgres/src/column.rs | 21 | } |
| LOW | sqlx-postgres/src/options/mod.rs | 121 | /// |
| LOW | sqlx-postgres/src/options/mod.rs | 141 | /// # Example |
| LOW | sqlx-postgres/src/options/mod.rs | 161 | |
| LOW | sqlx-postgres/src/options/mod.rs | 181 | /// # Example |
| LOW | sqlx-postgres/src/options/mod.rs | 201 | /// .database("postgres"); |
| LOW | sqlx-postgres/src/options/mod.rs | 221 | /// .ssl_mode(PgSslMode::Require); |
| LOW | sqlx-postgres/src/options/mod.rs | 241 | pub fn ssl_root_cert(mut self, cert: impl AsRef<Path>) -> Self { |
| LOW | sqlx-postgres/src/options/mod.rs | 261 | |
| LOW | sqlx-postgres/src/options/mod.rs | 281 | /// .ssl_client_cert_from_pem(CERT); |
| LOW | sqlx-postgres/src/options/mod.rs | 301 | self |
| LOW | sqlx-postgres/src/options/mod.rs | 321 | /// // Providing a CA certificate with less than VerifyCa is pointless |
| LOW | sqlx-postgres/src/options/mod.rs | 361 | /// ```rust |
| LOW | sqlx-postgres/src/options/mod.rs | 381 | /// cause floating-points to be rounded to that many fewer digits than normal (`-1` causes |
| LOW | sqlx-postgres/src/options/mod.rs | 401 | /// * [Postgres manual, 8.1.3: Numeric Types; Floating-point Types][8.1.3] |
| LOW | sqlx-postgres/src/options/mod.rs | 421 | self |
| LOW | sqlx-postgres/src/options/mod.rs | 481 | /// assert_eq!(options.get_host(), "127.0.0.1"); |
| LOW | sqlx-postgres/src/options/mod.rs | 501 | /// Get the socket path. |
| LOW | sqlx-postgres/src/options/mod.rs | 521 | /// let options = PgConnectOptions::new() |
| LOW | sqlx-postgres/src/options/mod.rs | 541 | } |
| LOW | sqlx-postgres/src/options/mod.rs | 561 | /// # use sqlx_postgres::PgConnectOptions; |
| LOW | sqlx-postgres/src/types/money.rs | 21 | /// Reading `MONEY` value in text format is not supported and will cause an error. |
| LOW | sqlx-postgres/src/types/money.rs | 41 | /// ``` |
| LOW | sqlx-postgres/src/types/money.rs | 81 | /// See the type-level docs for an explanation of `locale_frac_digits`. |
| LOW | sqlx-postgres/src/types/ltree.rs | 61 | impl Display for PgLTreeLabel { |
| LOW | sqlx-postgres/src/types/lquery.rs | 21 | UnexpectedCharacter, |
| LOW | sqlx-postgres/src/types/lquery.rs | 41 | /// Ideally, SQLx's Postgres driver should support falling back to text format for types |
| LOW | sqlx-postgres/src/types/mod.rs | 1 | //! Conversions between Rust and **Postgres** types. |
| LOW | sqlx-postgres/src/types/mod.rs | 21 | //! | [`PgLQuery`] | LQUERY | |
| 392 more matches not shown… |