This file is indexed.

/usr/share/gtk-doc/html/libgda-4.0/migration-2.html is in libgda-4.0-doc 4.2.8-2build1.

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
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Migration from 3.X versions</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GNOME Data Access 4 manual">
<link rel="up" href="part_begin.html" title="Part I. Getting started">
<link rel="prev" href="ch06s03.html" title="Various API changes">
<link rel="next" href="ch07s02.html" title="New unique parser">
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="ch06s03.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="part_begin.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GNOME Data Access 4 manual</th>
<td><a accesskey="n" href="ch07s02.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
<a name="migration-2"></a>Migration from 3.X versions</h2></div></div></div>
<div class="toc"><dl>
<dt><span class="sect1"><a href="migration-2.html#id541111">Overview</a></span></dt>
<dt><span class="sect1"><a href="ch07s02.html">New unique parser</a></span></dt>
<dt><span class="sect1"><a href="ch07s03.html">GdaQuery and GdaCommand merge into GdaStatement</a></span></dt>
<dt><span class="sect1"><a href="migration-2-dict.html">Dictionary changes</a></span></dt>
<dt><span class="sect1"><a href="migration-2-exec.html">Statement execution</a></span></dt>
<dt><span class="sect1"><a href="migration-2-report.html">Reports</a></span></dt>
<dt><span class="sect1"><a href="ch07s07.html">Other changes</a></span></dt>
<dd><dl>
<dt><span class="sect2"><a href="ch07s07.html#id541741">Multi threading environment</a></span></dt>
<dt><span class="sect2"><a href="ch07s07.html#id541773">Configuration management</a></span></dt>
<dt><span class="sect2"><a href="ch07s07.html#id541818">Database provider's changes</a></span></dt>
<dt><span class="sect2"><a href="ch07s07.html#id541841">API changes</a></span></dt>
<dt><span class="sect2"><a href="ch07s07.html#id541944">List of removed objects and interfaces</a></span></dt>
<dt><span class="sect2"><a href="ch07s07.html#id542022">List of removed functions</a></span></dt>
</dl></dd>
</dl></div>
<div class="sect1">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="id541111"></a>Overview</h2></div></div></div>
<p>Version 4.0 of <span class="application">Libgda</span> is a major rework of the library for the following benefits:
      </p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem"><p>easier to understand and to use API, with less strange path usage (which were inherited
	from modifications above modifications where no global coherence was addressed)</p></li>
<li class="listitem"><p>reduce the size of the library (now 1.3M compared to 1.7M once stripped) and the number of symbols 
	    (845 compared to 1420) and have less complicated and thus more maintainable code (190 files compared to 250).
	</p></li>
<li class="listitem"><p>removal of the GdaClient object from which connections were created: this object did not offer
	    any significant features and made the API more difficult to use</p></li>
<li class="listitem"><p>merge the GdaQuery and GdaCommand into only one object to represent statements</p></li>
<li class="listitem"><p>improve the quantity of information stored in the dictionary and make it easy to include some
	application-specific data, while at the same time reduce the memory footprint of the dictionary</p></li>
<li class="listitem"><p>rework provider's code to make it more common and provide skeletal implementations to make it easy to write
	new database providers</p></li>
<li class="listitem"><p>provide more efficient and complete SQL parsing (don't use Lex/Yacc anymore since there can be 
	    difficult to track problems when several parsers are used at the same time)</p></li>
</ul></div>
<p>
    </p>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.17</div>
</body>
</html>