Releases: e-ahmedwaleed/FusionSQLite
Releases · e-ahmedwaleed/FusionSQLite
v2.3.2 (More Keywords)
Added Features:
- Comprehensive keyword list is included. (For highlighting)
Bugs Fixed:
- Rownum column can be included in query without issues.
General Improvements:
- Row limit is properly saved.
- Manual query selection improved.
v2.3.1 (Reverted Selection)
Reverted Features:
- Current running query is auto selected (caused multiple issues)
v2.3.0 (Better Performance)
Added Features:
- Current running query is auto selected
- Query length limit is increased significantly
- Row Limit is now configurable (value will be remembered)
- When reselecting Rownum as key column the table is ordered by it.
General Improvements:
- Login experience is better
- Caching issue no longer exists
- Query performance is extremally enhanced
v2.2.9 (Extended Export)
Added Features:
- Exporting functionality now supports: Excel (xlsx), TSV, CSV.
v2.2.8 (Feedback)
Added Features:
- Rownum key column
- Right click to copy cells
- CSV exporting functionality
General Improvements:
- Columns names are displayed in lower case
v2.2.7 (Export Data)
Added Features:
- Simple exporting functionality
General Improvements:
- Error and fault messages are more clear
v2.2.6 (Repository Reforms)
General Improvements:
- GitHub repository history and releases are cleaner
- Program executable is signed using IV code signing certificate
v2.2.0 (Filter Results)
Added Features:
- Basic filtration on rows and columns
- Right click column name to copy to clipboard
- Basic bind dates support: sysdate is accepted as bind parameter value
- Simple login mechanisms to reduce query run time and GUI is collapsible
- Exceptions are fired when not having the required privileges to run queries
Bugs Fixed:
- Strings containing ':\w+' are now treated correctly
Known Issues:
- Program is not trusted by Windows SmartScreen
v2.1.0 (Bind Parameters)
Added Features:
- Basic support for Bind parameters
- Context Menu: option to strip comments
- Check for update mechanism is greatly improved
Bugs Fixed:
- /**/ comments inline are now highlighted
- Row count is now correct when only one row is retrieved
General Improvements:
- All Cache files are now moved to local user homedir
- Current query will be saved on close and when it is ran
- Checking for updates is commenced significantly faster
Known Issues:
- Not all reserved keyword are highlighted
- Multiline comments are not syntax highlighted
v2.0.0 (Initial Release)
Added Features:
- Dynamic layout
- Row number limit
- Auto check for updates
- Save instance credentials
- Run selected table or query
- Syntax highlighting, SQL formatting
- Various improvements to core functionality