Skip to main content

split_statements

Function split_statements 

Source
pub fn split_statements(sql: &str) -> Vec<&str>
Expand description

Split SQL into individual statements, respecting dollar-quoted blocks, string literals, and comments.