(query: &str, conn: &Connection)
| 521 | } |
| 522 | |
| 523 | fn rewrite_query_for_decimal(query: &str, conn: &Connection) -> Result<String, rusqlite::Error> { |
| 524 | crate::session::db_handler::rewrite_query_for_decimal(query, conn) |
| 525 | } |
| 526 | |
| 527 | #[cfg(test)] |
| 528 | mod tests { |
no outgoing calls
no test coverage detected