Artem Shal

Results 3 issues of Artem Shal

It is not possible to pass non ascii identifiers right now. It would be great to support utf-8 queries. Flex can process utf-8 characters with regex like this ``` %option...

new feature

GRDB provides a way to define custom collations in Swift code that can then be used in SQL queries. It also includes several predefined collations that aren’t supported by raw...

It’s more natural to define SQL tables and columns in **snake_case**, but the generated Swift code currently keeps those names as-is. It would be great to have an option in...