osoken/sqlitecollections

Add prefix when `base.sanitize_table_name` returns a table name with a leading digit

Closed this issue · 0 comments

After #179, add prefix if the result of base.sanitize_table_name is a string with a leading digit. It is invalid as SQL table name.