Version 2.9

Friday, May 11, 2012 13:07

Version 2.9 is available for download from sourceforge website and recommended update for all users of MyWebSQL.

CodeMirror2 support has been updated and the editor libraries has been cleaned up to be more simpler to add/remove.

Import/Export dialogs now run in parallel while you can continue working on the main interface.

3 new themes has also been added to packages.

Also includes a lot of bugfixes in the ui and in various modules.

Refer to changelog for development changelog

Version 2.8

Friday, March 23, 2012 6:12

Version 2.8 is available for download from sourceforge website and recommended update for all users of MyWebSQL.

A new import module allows importing table data from CSV (Excel) files.

The Batch operation module allows you select multiple database objects and perform various useful operations on those objects, for example, you can add a prefix to table names, removing an existing prefix, drop multiple objects and generate sql commands for selected objects.

All information screens now contain a quick search option, which filters the results based on a given keyword, to make it easier to find related information quickly.

SQLite support is improved and lots of issues have been resolved for SQLite related modules.

Object list gets refreshed automatically after completing batch imports (requested by umairj)

Lots of other improvements and fixes, including some warnings/errors that were reported by some users.

Refer to changelog for development changelog

Version 2.7.6

Friday, February 17, 2012 9:22

Version 2.7.6 is a minor update release, which fixes login and blank screen issues with FastCGI servers. CodeMirror2 library has been updated to latest, which provides better syntax highlighting than the original SQL editor. There are no other new features in this update.

All users having the above issues are recommended to upgrade to the latest to resolve login problems.

Version 2.7.5

Wednesday, February 8, 2012 17:21

A minor update version 2.7.5 is available for download from sourceforge website.

There are no new features, as this version mainly addresses installation / usability issues with various types of php/apache/IIS server combinations, that were reported by users since the release of version 2.7.

Also new configuration option now allows you set the default interface language of your choice (instead of English).

If you still encounter problems running MyWebSQL on your server, please refer to the Troubleshooting Guide first before submitting bug reports. Good Luck!

Refer to changelog for development changelog

Version 2.7

Sunday, November 27, 2011 11:07

Version 2.7 is available for download from sourceforge website.

This version introduces two more export formats for downloads (CSV for Excel and YAML).
Also export functionality is improved so that very large database download does not fail due to php’s memory limits.

Results editor functionality is improved from previous version in many ways. Now field editing is more easier as info about the current edited field is shown during edit process. Also large results scroll automatically as required to always keep current edit item in focus.

This version also contains an auto update feature so that every Monday one check is made with online website to find if a new version is available. This is configurable, so if you want to check for updates more often, of disable autoupdate checks, then you can edit the settings to your liking.

Additionally, lots of minor bugfixes and code clean ups to improve some parts of the interface and speed improvements in other areas.

Refer to changelog for development changelog