CocoaMySQL is localized in the following languages:
 English
French (Beta)
German (Beta)
|
Version History
version 0.5
- copy field definition button
- copy row button
- no spell checking in custom query
- console which shows all MySQL queries performed by CocoaMySQL
- added help files
- added toolbar:
- show MySQL variables
- flush privileges
- optimize tables
- create table syntax
- default values for fields when adding new row
- support for different encodings
- monospaced fonts for result views (preferences option)
- faster export and import
- export to xml format
- export of table content and custom query results
- import of csv files
- menu item to check for updates
- fixed bug: wrong display of bigint fields
- fixed bug: allow dates like 0000-00-00
- fixed bug where columns with identical names showed wrong content in custom query
- fixed bug where connection was lost sometimes
version 0.4
- interface enhancements:
- new application icon (thanks to Walter Lee Davis!)
- tool tips for all buttons
- change the size of the table list or collapse it
- change the size of the lists of fields and indexes or collapse them
- change the size of the custom query pane, the custom result and the error message or collapse them
- table source enhancements:
- separate field for field length
- additional field attributes: unsigned, zerofill, binary
- drag&drop fields without loosing data
- table content enhancements:
- alternate row shading for result view
- fixed bug which corrupted some blob fields containing binary data when editing a row
(you can edit the row as long as you do NOT enter the blob field!)
- choose first row to be returned if result is limited (set limit in preferences)
- hit enter to close the edit value sheet (instead of return to insert a line break)
- custom query enhancements:
- monospaced font for custom queries
- possibility to make custom query pane and error message larger
- perform custom query by hitting enter (instead of return to insert a line break)
- open a sheet containing the value by double clicking on a field in the custom result
(better for large fields or fields containing multiple lines)
- save your favorite queries
- choose one of the last 20 queries from the query history
- dump enhancements:
- remembers last used save and open path
- fixed bug which corrupted some blob fields containing binary data in dump files
- new preference options:
- disable warning if no rows have been affected (after adding or editing a row)
- limit the number of rows returned by the MySQL server to a given number
(faster when working with big tables)
- don't display blob fields to speed up interface (display value only when editing a row)
- other changes:
- requires only host to log in to a server (user can be empty)
- escape all database, table and column names with ``
(now reserved words can be used as column names for example)
- new format to save passwords in Keychain
(now equal accounts can be saved with different passwords)
- new features:
- write queries in your favorite text editor and perform them using the services menu
(Services > CocoaMySQL > Perform selection as MySQL query)
query is performed in the last opened window
(be sure that CocoaMySQL is already loaded and has at least one opened window!)
- AppleScript enabled
- known bugs in v0.4:
- some blob fields containing binary data get corrupted when being edited
(only when you enter the blob field,
you can edit the row as long as you do NOT enter the blob field!)
version 0.3
- save passwords of favorites in keychain
- save favorites directly from the connect-window
- fixed bug when filtering tables by date-fields
- fixed bug when connection get lost while dumping a database
version 0.2
- added application icon (i'll design a better icon as soon as I have a bit time...)
- selecting a table now loads only structure OR content (depending on the selected tab) (faster if you are working only on the structure of big tables!)
- added possibility to edit fields with multiple lines (for example large blob-fields)
- fixed some bugs when using jaguar (OS 10.2)
version 0.1b
First release of CocoaMySQL including basic features like:
- create and drop databases
- create, change and drop tables
- add, change and drop fields and indexes
- view table content - add, edit and remove rows
- perform custom queries
- dump tables
|
|