Security
- SQL Console encryption - Temporary databases created by SQL Console are now encrypted with SQLCipher for enhanced security.
Related issue: #139
Bug Fixes
- Filter on CSV files with incomplete header rows - Fixed an issue where filter conditions couldn't reference columns beyond the header row's column count. CSV files where the first row has fewer columns than the data rows can now be filtered properly.
Related issue: #143