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

Function test_no_rewrite_when_not_present

src/query/executor.rs:2871–2875  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2869
2870 #[test]
2871 fn test_no_rewrite_when_not_present() {
2872 let query = "SELECT * FROM pg_settings WHERE name = 'timezone'";
2873 let rewritten = preprocess_query(query);
2874 assert_eq!(rewritten, query);
2875 }
2876
2877 #[test]
2878 fn test_set_config_detection() {

Callers

nothing calls this directly

Calls 1

preprocess_queryFunction · 0.85

Tested by

no test coverage detected