Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > f6a99369d2b8e59598c2da4a45437742 > files > 42

sqlgui-0.5.1-3mdk.ppc.rpm

- v. 0.5.1
- code-cleaning
- integrated new iconset

- v. 0.5.0
- moved database-dependend parts into separate library
- database-dependend libraries are loaded at runtime (plugins)
- support for PostgreSQL

- v. 0.4
- sqlgui splitted into libsqlguipart and sqlgui
- multiple connections to different hosts
- added a host-list in main-window

- v. 0.3.5
- added dialog for inserting new table-data

- v. 0.3.4
- added some documentation (english and german)
- added german translation
- new dialogs with layout-management
- added support for host:port (Thanks to Ahti <ahti@trigger.ee>)
- removed timeout, when trying to connect to non-existing-host
- modified the XML-export, created a DTD (still not final), encoding for ampersands

- v. 0.3.3
  ported to KDE-3/QT-3

- v. 0.3.2
- added export for text, csv, HTML and XML (without DTD, without entity-encoding)
- added some progress-dialogs
- fixed bug no. 5

- v. 0.3.1
- just included qtable.cpp and qtable.h from QT v.2.2.4. This fixes a problem, which occured
  when compiling against QT v.2.3.1. Then sometimes the results of a mysql-query were not shown in the table.

- v. 0.3
- the view of the databases/tables/columns on the left is not cleared anymore, after
  submitting a sql-query by hand.
- table-editing in the main view. Changing a value in the main view causes sqlgui to send
  an update-statement to the mysql-server. works on tables with one primary key. still need
  some testing on what happens, if the primary-key is a multi-key. for now, only the first
  primary-key is handled by sqlgui.


- v. 0.2.1
- fixed Crash while reading tables without sufficient permissions


- v. 0.2
- added TableGenerator
- added Table-Deletion
- added BaseCreator
- added Base-Deletion
- fixed Crash on connect to server with empty databases
- fixed Crash on Close/Quit
- added Popup
- added some error-messages
- added some warning-messages
- added column-names for result-list
- better memory-usage, cleaning of unused memory
- added column-types in database-list
- added splitter between database- and result-list

	
- v. 0.1 (initial release)
- shows the databases, tables, columnes and data
- SQL-Editor