home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 July & August / PCWorld_2002-07-08_cd.bin / Komunik / MySQL / mysqlgui / readme.version_1.7.2 < prev    next >
Text File  |  2001-09-08  |  3KB  |  82 lines

  1.                                                          Introduction
  2.                                                          ------------
  3.  
  4. This is a beta version of the new MySQLGUI version 1.7.2
  5.  
  6. This release has few  new features, of which one is very important, 
  7. and it also contains several bug fixes.
  8.  
  9. If you are using a binary package, you do not have to build mysqlgui
  10. yourself. All you have to do is to run it. You may change location of
  11. Options file and Help file in (~).my.cnf or in /etc/my.cnf (on Windows it is
  12. c:/my.cnf), but if you do not specify path names, mysqlgui will default to
  13. it's own values. 
  14.  
  15.  
  16.                              Bug fixes in this release
  17.                                                          -------------------------
  18.                                                          
  19. - Buffer overflow in process dialogue caused SIGSEGV's * FIXED
  20. - Changing query execution in screeen, then in count, then back to screen 
  21.   caused SIGSEGV's ************ FIXED
  22. - Options dialogue could have been opened several times, which resulted 
  23.   in SIGSEGV's   ************** FIXED
  24. - NULL's were not displayed properly ******* FIXED
  25. - MySQLGUI did not honour standard options file properly, did not read
  26.   several options properly, especially socket file path * FIXED
  27. - Many other smaller bugs fixed
  28.                                                          
  29.  
  30.  
  31.                                                          New features in this release
  32.                                                          ----------------------------
  33.                                                          
  34. - NULL's are not scrollable nor editable now in a spreadsheet
  35. - Proper execution of SQL questions now erases last error in the message 
  36.   box at the bottom of the main window
  37. - History maintenance has been added. As it has been implemented before, 
  38.   clicking the left mouse button on history browser puts a command in
  39.   editor. When right mouse button is released on a query in history browser, 
  40.     it executes command immediately. Since this version, clicking on a query
  41.   in history browser with both mouse buttons or with middle mouse button
  42.   will erase a query from both a browser and history file. As both mysqlgui
  43.   and mysql monitor program can share a single history file, this feature
  44.   enables fast and simply query history maintenance
  45.     
  46. - New important feature has been added to the spreadsheet. If clicked once
  47.   or twice on a cell containing some large data, zooming will be performed.
  48.   Simply, then entire contents of the column will be displayed in a separate
  49.   window. Just like as with any other dialogue in mysqlgui, user can open as
  50.   many of these windows as necessary. Each of them will carry a label which
  51.   identifies it uniquely. So far, the following data types are identified
  52.   and zoomed: 
  53.     
  54.     - Text
  55.     - HTML
  56.     - JPEG (JPG) images
  57.     
  58.     Other binary types are presented as escaped text.
  59.     
  60.     We plan to support in future GIF and PNG image formats too. We do not plan
  61.   to enable zooming on audio/video, as it could be hardly called zooming.
  62.     
  63.     If some additional data types, beside the above presented should be
  64.   supported, please let us know. 
  65.     
  66.     Beside viewing your data, you can now copy the entire contents of part of
  67.   the contents for pasting in some other applications (this is supported for
  68.   TEXT and HTML only). Selecting of the text for cutting / copying is done
  69.   in the following manner :
  70.     
  71.   Selection of the lines is done in Macintosh style: clicking an item turns
  72.   off all the others and selects that one, dragging selects all the items
  73.   the mouse moves over, and shift + click toggles the items. 
  74.     
  75.          
  76.      
  77.  
  78.  
  79. Larnaka, November 16 2000
  80.  
  81.  
  82.