This file is indexed.

/usr/share/doc/sqliteman/en/ch08.html is in sqliteman-doc 1.2.2-0ubuntu6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 8. Questions and Answers</title><link rel="stylesheet" href="kde-default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.67.2"><meta name="keywords" content="Sqliteman, SQL, Sqlite, development, database"><link rel="start" href="index.html" title="The Sqliteman Handbook"><link rel="up" href="index.html" title="The Sqliteman Handbook"><link rel="prev" href="ch07s13.html" title="Export Data"><link rel="next" href="ch09.html" title="Chapter 9. Credits and License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 8. Questions and Answers</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch07s13.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch09.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="faq"></a>Chapter 8. Questions and Answers</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="ch08.html#id2528587">Known Issues</a></span></dt></dl></div><div class="qandaset"><dl><dt>8.1. <a href="ch08.html#id2528526">How I can report a bug?</a></dt><dt>8.2. <a href="ch08.html#id2528555">My editor (data grid or output log etc.) GUI disappeared. Is it broken?</a></dt></dl><table border="0" summary="Q and A Set"><col align="left" width="1%"><tbody><tr class="question"><td align="left" valign="top"><a name="id2528526"></a><a name="id2528528"></a><b>8.1.</b></td><td align="left" valign="top"><p>How I can report a bug?</p></td></tr><tr class="answer"><td align="left" valign="top"><b></b></td><td align="left" valign="top"><p>Visit <a href="http://sqliteman.com/" target="_top"><span class="application">Sqliteman</span> home page</a>,
  register yourself in the bug tracker and report it.</p></td></tr><tr class="question"><td align="left" valign="top"><a name="id2528555"></a><a name="id2528557"></a><b>8.2.</b></td><td align="left" valign="top"><p>My editor (data grid or output log etc.) GUI disappeared. Is it broken?</p></td></tr><tr class="answer"><td align="left" valign="top"><b></b></td><td align="left" valign="top"><p>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
  <a href="apas04.html" title="Configuration">your preferences</a>.</p></td></tr></tbody></table></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2528587"></a>Known Issues</h2></div></div></div><div class="qandaset"><dl><dt>1. <a href="ch08.html#id2528597">I'm getting: Query Error: SQL logic error or missing database</a></dt><dt>2. <a href="ch08.html#id2528615">I cannot update a value in the data grid</a></dt></dl><table border="0" summary="Q and A Set"><col align="left" width="1%"><tbody><tr class="question"><td align="left" valign="top"><a name="id2528597"></a><a name="id2528600"></a><b>1.</b></td><td align="left" valign="top"><p>I'm getting: Query Error: SQL logic error or missing database</p></td></tr><tr class="answer"><td align="left" valign="top"><b></b></td><td align="left" valign="top"><p>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.</p></td></tr><tr class="question"><td align="left" valign="top"><a name="id2528615"></a><a name="id2528617"></a><b>2.</b></td><td align="left" valign="top"><p>I cannot update a value in the data grid</p></td></tr><tr class="answer"><td align="left" valign="top"><b></b></td><td align="left" valign="top"><p>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.</p><p>It's a <a href="http://trolltech.de/developer/task-tracker/index_html?method=entry&amp;id=189093" target="_top">known bug</a>
    in the Qt4 library. It should be fixed in the near future.</p></td></tr></tbody></table></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch07s13.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch09.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Export Data </td><td width="20%" align="center"><a accesskey="h" href="index.html">Contents</a></td><td width="40%" align="right" valign="top"> Chapter 9. Credits and License</td></tr></table></div></body></html>