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

  1.  
  2.  
  3. This is a beta version of the new MySQLGUI client, version 1.4
  4.  
  5. This is mostly bug-fix release.
  6.  
  7. Fixed a bug in X11 and Win32 (!) where there is no possibility of having a
  8. scrollable widget larger then 32767 pixels. This limits number of rows to be
  9. displayed in spreadsheet widget to 1634 (multiplied by 20  (height of a row
  10. )  + height of labels...) . So, if you have more rows then only first 1634
  11. will be displayed, so that you could see something. If you wanna see them
  12. all, use Editor widget.
  13.  
  14. For those with HUGE queries added algorithm to widen a display of query
  15. string in ``display processes''.
  16.  
  17. Changed display or rows in spreadsheet widget to use much less memory.
  18.  
  19. Switched to mysql++ almost everywhere in the code.
  20.  
  21. Some other smaller bug-fixes reported by users and some other improvements. 
  22.  
  23.  
  24.  
  25.