Chapter 8. Questions and Answers

Table of Contents

Known Issues
8.1. How I can report a bug?
8.2. My editor (data grid or output log etc.) GUI disappeared. Is it broken?
8.1.

How I can report a bug?

Visit Sqliteman home page, register yourself in the bug tracker and report it.

8.2.

My editor (data grid or output log etc.) GUI disappeared. Is it broken?

Well... no. You're using MS Windows propably (or some strange Qt4 GUI theme). All GUI parts are connected into so-called sliders (mouse-stretchable borders). Unfortunately Windows native (and some more themes) look does not highlight these borders. Try to catch the changed mouse cursor near the window borders or clear your preferences.

Known Issues

1. I'm getting: Query Error: SQL logic error or missing database
2. I cannot update a value in the data grid
1.

I'm getting: Query Error: SQL logic error or missing database

You can get this error on some INSERT statement in the database with triggers. It's a bug in some versions of the Qt library toolkit. It should be fixed in the Qt 4.2.3 and later.

2.

I cannot update a value in the data grid

Indeed, the problem seems to be that Qt sends an empty string ('') to the database for fields that have a value of NULL and SQLite doesn't seem to like this.

It's a known bug in the Qt4 library. It should be fixed in the near future.