1.3.11

Changed

  • Groups can now be renamed in the DBExplorer. #73

Fixed

  • D1 now shows views.
  • Introspection is now supported on MariaDB 10.0 and above. #74 and #71

1.3.10

Changed

  • Table DDL editing now uses transactions where appropriate.
  • Custom theme extensions are now supported for syntax highlighting in the table editor.

Fixed

  • MongoDB connections can now be created without a username. #70
  • MariaDB 10.5 or higher is required.

1.3.7

Changed

  • Changes preview in the table editor now matches the VSCode theme for the built in themes.

Fixed

  • Retrying a failed connection in the DB Explorer now works.
  • Applying table changes now works.

1.3.6

Changed

  • Table creation and editing is now working, with change preview.

1.3.3

Changed

  • Added (null) to the drop down menus when editing a field that allows null.
  • Added a Set Value menu item to the context menu for editable cells. #47

Fixed

  • Fixed Oracle introspection to use all_x and work with user level privileges. #58
  • Added string and number to D1 data types. #64