Function split_migration_file
pub fn split_migration_file(sql: &str) -> Result<Vec<String>, StatementRunError>Expand description
Split one migration-file carrier, treating an exact Drizzle breakpoint physical line as an explicit boundary before passing every carrier through the shared SQL scanner. The breakpoint comment itself is not canonical migration content.