MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / trace_expected

Function trace_expected

tests/extensions_smoke.rs:26–28  ·  view source on GitHub ↗
(label: &str)

Source from the content-addressed store, hash-verified

24}
25
26fn trace_expected(label: &str) {
27 eprintln!("extensions_smoke::expected_sql_error exercising {label}");
28}
29
30fn first_f64(result: &pglite_oxide::Results, column: &str) -> f64 {
31 result.rows[0][column].as_f64().expect("floating result")

Calls

no outgoing calls