yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

Identifier validation #245

Closed sbosley closed 7 years ago

sbosley commented 7 years ago

Implements validation of table, view, and column names. If the name is a keyword that is not permitted, an error will be logged during code generation. Using any other keyword will log a warning.

Closes #243

sbosley commented 7 years ago

Tests are all green on my box.

jdkoren commented 7 years ago

LGTM