MCPcopy Create free account
hub / github.com/erans/pgsqlite / rewrite_query_for_decimal

Function rewrite_query_for_decimal

src/query/unified_processor.rs:523–525  ·  view source on GitHub ↗
(query: &str, conn: &Connection)

Source from the content-addressed store, hash-verified

521}
522
523fn 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)]
528mod tests {

Callers 1

process_complex_queryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected