Releases: querymx/querym
Releases · querymx/querym
v0.1.5
- Raise pagination size to 1000 per page
- Optimize table for large dataset
v0.1.4
- Use F9 key to run statement
- Smarter column size. The column size depends on the column type and the actual content length of the result.
- Ability to select database
- USE
database
will also change the database visually
- Quick copy and paste using Ctrl + C, Ctrl + V
v0.1.3
- Finally, we have our official logo.
- Add triggers, events, and view in the schema side bar
- Add a few minor improvement and fixes a few minor bugs.
v0.1.2
Improvement
- Handle invalid connection better.
- Bump to electron-builder v24
Fixes
- Cannot edit column with reserved keyword name
v0.1.1
Improvement
- Allow user to pick the SQL protection mode
- Add loading animation when querying data
- Make the query tab scrollable when there are a lot of tabs.
- Press tab will accept auto complete
- More improvement to dark-mode
Bugs
- Fix: click on previous if there is no previous page crash the app.
- Fix: click on NULL number/decimal cell crash the the app.
v0.1.0
- Remember query
- Rename query tab
- Add better experience for dark mode
- Fix some minor bugs
v0.0.3
- Introduce dark mode
- Fix crash when there is NULL in decimal column
v0.0.2
v0.0.2 will bring QueryMaster closer and closer to production ready.
- Add pagination support for large query result
- Support NULL value cell
- Add discard changes
- Optimize table result to be faster
- Handle error message for error query
v0.0.1
This is testing release and not yet stable.