MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / bind_all_op_rhs

Function bind_all_op_rhs

nodedb-sql/src/params.rs:224–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222
223 #[test]
224 fn bind_all_op_rhs() {
225 let result = bind_and_format(
226 "SELECT * FROM t WHERE id = ALL($1)",
227 &[ParamValue::Text("{a,b}".into())],
228 );
229 assert!(!result.contains("$1"), "got: {result}");
230 }
231
232 #[test]
233 fn bind_update_returning() {

Callers

nothing calls this directly

Calls 1

bind_and_formatFunction · 0.85

Tested by

no test coverage detected