Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroripper committed Dec 6, 2023
1 parent 99a56f6 commit c3209f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenSQL/validate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _is_valid_table_relation_name(table::String) =
table,
),
)
# ^[a-z]{1}(?:[a-z]*[0-9]*[a-z]*_{1})*[a-z0-9]*$

function _validate_generic_table_name(table::String)
if _is_not_valid_generic_table_name(table)
error("""
Expand Down

0 comments on commit c3209f9

Please sign in to comment.