marmot

Values

pub fn check_duplicate_columns(
  columns: List(@internal Column),
  file_path: String,
) -> Result(Nil, Nil)
pub fn contains_semicolon_outside_strings(sql: String) -> Bool

Check for semicolons outside of quoted SQL contexts, line comments, and block comments. Delegates to the tokenizer which already handles all quoting and comment styles correctly.

pub fn main() -> Nil
pub fn validate_sql(
  trimmed: String,
  file_path: String,
) -> Result(String, Nil)
Search Document