Skip to content

v0.1.1

Compare
Choose a tag to compare
@invisal invisal released this 21 Feb 14:05
· 635 commits to develop since this release

It has been a while from the last update. This is minor release that contains various small improvements.

Query Editor

  • Before when you run query contains multiple statements, it will run all the statement. Now, we change it to only run the current statement. There is also a run all button.
  • Add the cursor position.
  • Add Cmd + Enter keybinding
Screenshot 2024-02-22 at 12 18 22 at night

Table Data View

  • Previously, all the column has the same width. Now, we analyze the value of each column and try to adjust the initial column width to be eye-pleasing.
  • Add custom filter.
Screenshot 2024-02-22 at 12 24 05 at night
  • Before, it is impossible to input NULL value. Now we provide several INSERT VALUE options.
  • Add keybinding for copy value (Cmd + C)
Screenshot 2024-02-22 at 12 25 21 at night

Other

  • Better error handling when there is problem connecting to server
  • Drop the rely on table_info to get column definition. We are now parse the column definition directly from CREATE SCRIPT. CREATE SCRIPT contains more information. This will open door for us to implement editing schema which you are 70% close to completing it.

Full Changelog: v0.1.0...v0.1.1