()
| 162 | |
| 163 | #[test] |
| 164 | fn no_params_noop() { |
| 165 | let result = bind_and_format("SELECT 1", &[]); |
| 166 | assert!(result.contains("SELECT 1")); |
| 167 | } |
| 168 | |
| 169 | #[test] |
| 170 | fn bind_cte_body_placeholders() { |
nothing calls this directly
no test coverage detected