We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 761d11a + 8dd43e9 commit 00fd160Copy full SHA for 00fd160
crates/parser/src/codegen.rs
@@ -53,6 +53,8 @@ mod tests {
53
Err(_) => None,
54
};
55
56
+ debug!("pg_query_root: {:#?}", pg_query_root);
57
+
58
let node_graph = get_nodes(&pg_query_root.unwrap(), 0);
59
60
debug!("node graph: {:#?}", node_graph);
0 commit comments