Skip to content

Releases: smurfpandey/mysqlweb

To err is human

17 Aug 21:25
Compare
Choose a tag to compare
To err is human Pre-release
Pre-release

mysqlweb will now ask for confirmation when you are closing SP tabs with unsaved changes. You can also view the changes in a diff-viewer to know what exact changes have been done.

Multiple connections

31 May 18:00
Compare
Choose a tag to compare
Multiple connections Pre-release
Pre-release

Connect to multiple database instances at a time.

Bookmarks are here

12 May 19:59
Compare
Choose a tag to compare
Bookmarks are here Pre-release
Pre-release

Now you can save your connection strings as bookmarks.

Note: To keep this secure, passwords are not stored with the connection strings.

Get own results!

21 Mar 19:35
Compare
Choose a tag to compare
Get own results! Pre-release
Pre-release

Result window now belongs to the tab. So, you get separate results window for each tab. #15
Small bug fix. When global search results nothing, the UI hangs on "Please wait". #22

Global Search

16 Mar 17:43
Compare
Choose a tag to compare
Global Search Pre-release
Pre-release

What's there?

  1. Global search: Search for any procedure, function or table inside.
  2. Show active database in the header, along with connection info

Say what?

02 Mar 18:58
Compare
Choose a tag to compare
Say what? Pre-release
Pre-release
  1. Fixes #19
  2. Fixes #20

Yet Another Release

24 Feb 17:23
Compare
Choose a tag to compare
Yet Another Release Pre-release
Pre-release

Fixes:

  1. "Run Query" button doesn't works - #14
  2. Mask password field

What's new:

  1. Option to close current DB connection
  2. Retrieve table data using context menu
  3. Option to have multiple queries in a tab. Execute selected text as query.
  4. Better icons in context menu. (For table)

Release with binaries for 32-bit OSes

14 Feb 18:41
Compare
Choose a tag to compare
Pre-release

Not much has changed.

  1. Added a refresh icon for the listing.

First Release

07 Feb 17:42
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

First release:

What works:

  1. View all database
  2. View all objects of database
  3. Edit/Create procedure & functions