Zynh Ludwig
fc625b50d7
inferred type columns with sqlx require aliases containing spaces and special characters See: https://docs.rs/sqlx/latest/sqlx/macro.query_as.html#column-type-override-infer-from-struct-field
15 lines
358 B
Text
15 lines
358 B
Text
[sqlfluff]
|
|
dialect = sqlite
|
|
exclude_rules = references.special_chars
|
|
|
|
[sqlfluff:rules:capitalisation.keywords]
|
|
# Keywords
|
|
capitalisation_policy = upper
|
|
|
|
[sqlfluff:layout:type:column_constraint_segment]
|
|
spacing_before = align
|
|
align_within = create_table_statement
|
|
|
|
[sqlfluff:layout:type:data_type]
|
|
spacing_before = align
|
|
align_within = create_table_statement
|