|
VERSION |
DESCRIPTION |
|
1.73 |
- Minor improvements: Javascripts added to a few functions (Select all), inner functions improvement.
- A few features supported by Mysql 5.xx were added. Interface was not affected.
All <TEXTAREA> fields were set to display fixed font. |
1.72 |
-The following bugs were fixed:
- Search Records could give wrong result if searched record contained non-alphanumeric characters
- Backup screen could appear corrupted id Download checkbox was selected
-Improvements:
- Backup subroutine was optimized to operate with big tables
- Interface of Alter/Create Table was improved.
- Error handling was improved.
|
1.70 |
- Facilities, based on new features of MySQL 4.x.x server were added
- Some functions were enhanced
- Minor bugs were fixed
ALTER/CREATE function was improved to operate more safe and handy:
- Disabled options non-supported by current settings
- PROOF button was added
- ENABLE/DISABLE KEYS action was added
- ORDER BY action was added
- IGNORE keyword was added
- Table Options were added:
- AVG_ROW_LENGTH
- AUTO_INCREMENT
- CHECKSUM
- COMMENT
- DELAY_KEY_WRITE
- MAX_ROWS
- MIN_ROWS
- PACK_KEYS
- ROW_FORMAT
GRANT/REVOKE privilege and Create New account functions were improved:
- REQUIRE clause and Recourse options were added to utilize new feature Mysql 4.x.x
- Variable `{user}’ now works as `?’ variable (to create Name based accounts)
- GRANT/REVOKE query generator was optimized
New forms of SHOW statement was added.
New options of FLUSH statement was added.
RESET QUERY CACHE statement was added as a new command to Administration page.
|
|
1.60 |
Interface improvements: Some functions now are implemented on separate pages. Navigation was optimized to be more intuitive.
New features: SQL script now can be sorted by name, date and size and renamed. Table type can be assigned when a table is being created. Backup and DDL now can distinguish different table types. More options were added to Administrative functions.
Minor bugs were fixed |
|
1.53 |
Major bugs was fixed in Search/Modify function: When multiple rows were edited modifying of search criterion caused wrong rows selection (reported by Paul Eckert http://www.architecturalengineers.com )
Error handling of SELECT function was optimised
Resolved compatibility issue with older versions of Perl module DBD::mysql |
|
1.52a |
Minor bugs were fixed: (Characterset, Import)
Minor improvements: Downloading of backup files was optimized, Compatibility with older versions of CGI and DBI modules was provided. |
|
1.52 |
Minor improvement:
- Error handling was corrected.
- Character Set option was added to Setup. (Default value is ISO-8859-1) |
|
1.51 |
Minor bugs were fixed:
- FreeBSD compatibility issue on file operations.
Minor improvement:
`Import file' function was improved for better cross platform compatibility. |
|
1.50a |
Minor bugs were fixed:
- Crossplatform compatibility of exported ASCII files was improved
- IMPORT function was corrected
Minor improvement:
- "Abort on errors" choice was added to SQL scripting (for multiple SQL queries only) |
|
1.50 |
Major improvements
- IMPORT function was added to insert data into Mysql tables from plain text files
- EXPORT function was added. This function exports data from mysql tables, query and search results into plain text files of different formats.
Minor improvements and bugfixing:
- improved error handling in Alter and Create Table functions
- optimized Backup downloading
- error handling of Access Control was corrected
- queries separation bug corrected when multiple queries are submitted.
- REPLACE option was added to INSERT functions
- The bug of Delete function was fixed
- An attempt to edit deleted record caused error - fixed
- Now the logo can be provided with a hyperlink. |
|
1.45 |
Banner colors, fonts and image customization |
|
1.44c |
Minor improvement of Error handling and interface. |
|
|
|
|
1.44b |
Interface improvement. Minor bugfixes. (function DELETE sql script was buggy) |
|
1.44a |
Minor bugfixes. Executed SQL script error handling was incorrect. |
|
1.44 |
- Added the ability to apply the selected SQL file or backup directly to a database on another host without disconnecting from the current location.
- Improved Backup/Restore pages.
- Optimized the Restore procedure
|
|
1.43a |
Analysis of HTTP_USER_AGENT environment variable was added in order to optimize the html form size for different web browsers. (This affects mostly the users of Netscape) |
|
1.43 |
- Logical operator OR/AND was added to the "Search and Modify" function
- FULLTEXT option was added to ALTER function
|
|
1.42 |
- "Save as" option was added to the ALTER function
- SQL scripting was optimized.
- Backup and Restore functions were were significantly optimized.
- Major bug was fixed in the "Search and Modify" function. ("Start" row and "Row numbers" could take wrong values in some cases.)
|
|
1.41b |
- CREATE and ALTER functions were optimized.
- Button "Cancel" was added to the Interface "ACCOUNT ACCESS".
|
|
1.41a |
"Search Table" algorithm was corrected. Numeric arguments comparison was optimized. |
|
1.41 |
- SETUP screen was created. Now all parameters are stored in config file and can be edited on the server, using SETUP interface.
- Background image is not longer used. All colors are created using table background colors.
- Minor improvements.
|
|
1.40b |
- Interface optimization.
- Error handling bug was fixed. (Execution of empty string was handled incorrectly)
|
|
1.40a |
Download function was optimized for compatibility with all browser. |
|
1.40 |
- Access Control function was added (Administration page)
- Minor corrections of performance.
|
|
1.32 |
- Added tooltips (MSIE, Opera).
- Performance improvement.
- Fixed minor bug (Update options corrected).
|
|
1.31 |
- "Print Result" button added to Search, Select and SQL Script pages.
- "HELP" link added.
- Added search options.
- Fixed minor bugs ("Select All" function displayed multiple selection corrupted)
- "Error log" is not used any more because in most cases it duplicates system error logs.
- Fixed incorrect handling of errors when a user is granted Table or Column privileges.
|
|
1.30b |
- Fixed minor bugs ("Search" function displayed corrupted table in Netscape)
- Optimized "Search" function (corrected resulting "SELECT" query)
|
|
1.30a |
- Fixed interface bugs (Search result displayed "garbage").
- Corrected error handling ("Insert" function )
|
|
1.30 |
- Added Search/Modify page. (Due to requests of many users)
- INSERT function now is integrated into SEARCH/MODIFY.
- Added option "Unquoted data" to INSERT page allowing to operate with SQL functions.
- Changed behavior of error handling on some pages. The functions, that only display information from more than one table simultaneously do not abort on errors if an error occurred because of wrong input.
- Improved 'SELECT' page functionality. Now the it allows to select any expressions (not only columns) and select from more than one table in one statement, joining them using comma or 'JOIN' clause
- Fixed bugs of DELETE/UPDATE functions when a table without primary keys could not be updated.
- Added <textarea> and pull down menu forms to INSERT page for Blobs and Enums.
- Text form substituted with pull down menu for 'Enum' column type on UPDATE page. (Upon many requests)
- Some minor bugs fixed
- Improved 'look and feel' of some pages
|
|
1.22 |
- Changed name of user directory.
- Fixed bugs ("Preview" with Update and Delete functions now works correctly )
- Optimized Alter and Create functions.
- Corrected Zoom.
|
|
1.21 |
- Added query/script editor.
- The backup procedure is extended with the options allowing to include only table structure, only data or both of them into backup file.
- Fixed some bugs.
- Changed the location of backup directory (see Installation)
|
|
1.20 |
- Added Drop/Create Database commands
- Added administrative function:
FLUSH (hosts, logs, privileges, tables, status),
SHOW (status, variables, processlist, grants, table status),
OPTIMIZE, ANALYZE, CHECK, REPAIR,
BACKUP - the program creates backup files on selected tables as SQL scripts in plain text, zip, gzip format,
RUN SCRIPT/RESTORE - the program executes SQL scripts (including backup files) stored on the server.
- Added file manipulation functions:
UPLOAD, DOWNLOAD, DELETE, COMPRESS,
- Added error log feature,
- Optimized some internal procedures.
- Improved error handling facilities.
- Fixed some interface bugs.
|
|
1.01 |
- Improved navigation.
- Added Zoom for Text and Blob columns
- Added options Ignore/Delay/Low Priority because of using in production environment.
- Fixed some bugs
|
|
1.00 |
- Added command bar and Column bar in Select and Update pages
- Persistence for Command and Column bars selections ( It uses hidden inputs.)
- "Look and feel" created using CCS
- Alter/Create Table function
- Improved error handling
- The text of the program rewritten in more or less normal way
- Optimized data quoting
- Fixed some bugs.
|