Bug | Description | Version | State |
|
7 | Compiling with gcc version 3 and higher gives the following error:
...
sqlguidoc.cpp: In member function `base_t* SqlGuiDoc::cleardb(base_t**)':
sqlguidoc.cpp:147: `cout' undeclared (first use this function)
sqlguidoc.cpp:147: (Each undeclared identifier is reported only once for each function it appears in.)
...
The easiest way to cope with this error is to search for "cout " and replace it
with "//cout " in all files.
The above error doesn't appear in the file "slguidoc.cpp" always. Sometimes the error shows up with other files.
For that reason you have to search-and-replace in all files.
| <= 0.5.0 | known |
|
6 | Primary-Key is not allways found after issuing a SELECT -statement in the sql-editor. This may result in incorrect UPDATE -statements, when editing the selected data in the main-window
| 0.3.2 | open |
|
5 | Message-window doesn't close after selecting an empty table
| 0.3.1 | fixed |
|
4 | Visualization-problems under QT v. 2.3.1
| 0.3 | fixed |
|
3 | Crash on attempt to read database with insufficient rights
| 0.2 | fixed |
|
2 | Crash on connect to server with empty databases
| 0.1 | fixed |
|
1 | Crash on exit
| 0.1 | fixed |