MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / err_null_idx_col

Function err_null_idx_col

src/executor/query.rs:898–900  ·  view source on GitHub ↗
(idx: I)

Source from the content-addressed store, hash-verified

896
897#[allow(dead_code)]
898fn err_null_idx_col<I: ColIdx>(idx: I) -> TryGetError {
899 TryGetError::Null(format!("{idx:?}"))
900}
901
902#[cfg(feature = "postgres-array")]
903mod postgres_array {

Callers 2

try_get_byMethod · 0.85
try_get_from_jsonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected