This file is indexed.

/usr/share/doc/cl-sql/html/history.html is in cl-sql 6.5.0-1.

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
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>History</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="CLSQL Users' Guide" /><link rel="up" href="introduction.html" title="Chapter 1. Introduction" /><link rel="prev" href="introduction.html" title="Chapter 1. Introduction" /><link rel="next" href="prerequisites.html" title="Prerequisites" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">History</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="introduction.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Introduction</th><td width="20%" align="right"> <a accesskey="n" href="prerequisites.html">Next</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="history"></a>History</h2></div></div></div><p>
      The <span class="application"><span class="emphasis"><em>CLSQL</em></span></span> project was started by Kevin M. Rosenberg in 2001 to
      support SQL access on multiple Common Lisp implementations using
      the <span class="application"><span class="emphasis"><em>UFFI</em></span></span> library. The initial code was based substantially on
      Pierre R. Mai's excellent <span class="application"><span class="emphasis"><em>MaiSQL</em></span></span> package. In late 2003, the
      <span class="application">UncommonSQL</span> library was orphaned by its author, onShore Development,
      Inc. In April 2004, Marcus Pearce ported the <span class="application">UncommonSQL</span> library to
      <span class="application"><span class="emphasis"><em>CLSQL</em></span></span>.  The <span class="application">UncommonSQL</span> library provides a <span class="application">CommonSQL</span>-compatible
      API for <span class="application"><span class="emphasis"><em>CLSQL</em></span></span>.
    </p><p>The main changes from <span class="application"><span class="emphasis"><em>MaiSQL</em></span></span> and <span class="application">UncommonSQL</span> are:
      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Port from the <span class="application">CMUCL</span> FFI to <span class="application"><span class="emphasis"><em>UFFI</em></span></span> which provide
	  compatibility with the major Common Lisp
	  implementations.</p></li><li class="listitem"><p>Optimized loading of integer and floating-point fields.</p></li><li class="listitem"><p>Additional database backends: <span class="application">ODBC</span>, <span class="application">AODBC</span>, <span class="application">SQLite version 2</span>
	  and <span class="application">SQLite version 3</span>.</p></li><li class="listitem"><p>A compatibility layer for <span class="application">CMUCL</span> specific code.</p></li><li class="listitem"><p>Much improved robustness for the <span class="application">MySQL</span> back-end
	  along with version 4 client library support.</p></li><li class="listitem"><p>Improved library loading and installation documentation.</p></li><li class="listitem"><p>Improved packages and symbol export.</p></li><li class="listitem"><p>Pooled connections.</p></li><li class="listitem"><p>Integrated transaction support for the classic
	  <span class="application"><span class="emphasis"><em>MaiSQL</em></span></span> iteration macros.</p></li></ul></div><p>
    </p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="introduction.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="introduction.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="prerequisites.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 1. Introduction </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Prerequisites</td></tr></table></div></body></html>