mirror of https://github.com/AMT-Cheif/drift.git
fix: wrap element name inside ReCase (#1762)
This commit is contained in:
parent
231c270fb1
commit
c0bd703122
|
@ -111,7 +111,7 @@ class ViewParser {
|
|||
}
|
||||
}
|
||||
|
||||
return element.name.snakeCase;
|
||||
return ReCase(element.name).snakeCase;
|
||||
}
|
||||
|
||||
Future<Iterable<MoorColumn>> _parseColumns(ClassElement element) async {
|
||||
|
|
Loading…
Reference in New Issue