#48 Case sensitivity and type fix for SQLite

Merged
aidmar.wainakh merged 2 commits from stefan.schmidt/sqlite_case into SPIN/master 6 years ago

This contains two small fixes.

The first commit changes most text fields in the statistics database to be case insensitive, which allows query mode to properly query them (query mode converts everything to lowercase, so querying fields with uppercase values, like ipClass, wouldn't work).

The second commit fixes the type of pktsReceived, which was specified as "INTEGtimestampER" instead of "INTEGER".

This contains two small fixes. The first commit changes most text fields in the statistics database to be case insensitive, which allows query mode to properly query them (query mode converts everything to lowercase, so querying fields with uppercase values, like ipClass, wouldn't work). The second commit fixes the type of pktsReceived, which was specified as "INTEGtimestampER" instead of "INTEGER".
This pull request has been merged successfully!
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.