<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>db_annotate - Features tracker</title><link>http://piggledy.org/projects/db_annotate/tracker/features.html</link><description>Features tickets tracker</description><language>en</language><lastBuildDate>Sun, 22 Jan 2023 09:58:25 -0000</lastBuildDate><item><title>Identifiers's type should be checked</title><link>http://piggledy.org/projects/db_annotate/tracker/features/identifier_check.html</link><description>&lt;ul&gt;&lt;li&gt;&lt;b&gt;Subject&lt;/b&gt;: Identifiers's type should be checked&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Initial commit&lt;/b&gt;: 53da01efb094c8d4d8a945d376051033e237b5ca&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Created by&lt;/b&gt;: Laurent Defert&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Creation date&lt;/b&gt;: 2015-01-10 12:44:45&lt;br/&gt;&lt;/li&gt;&lt;ul/&gt;&lt;p&gt;Check &lt;em&gt;id, *_id, *_ptr_id columns are integers, non-null, with an index
Check date_&lt;/em&gt;, &lt;a href="#system-message-1"&gt;&lt;span class="problematic" id="problematic-1"&gt;*&lt;/span&gt;&lt;/a&gt;_date use a date object&lt;/p&gt;
&lt;div class="system-message" id="system-message-1"&gt;
&lt;p class="system-message-title"&gt;System Message: WARNING/2 (&lt;tt class="docutils"&gt;&amp;lt;string&amp;gt;&lt;/tt&gt;, line 1); &lt;em&gt;&lt;a href="#problematic-1"&gt;backlink&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
Inline emphasis start-string without end-string.&lt;/div&gt;
</description></item><item><title>Add an error to columns too big</title><link>http://piggledy.org/projects/db_annotate/tracker/features/length_errors.html</link><description>&lt;ul&gt;&lt;li&gt;&lt;b&gt;Subject&lt;/b&gt;: Add an error to columns too big&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Initial commit&lt;/b&gt;: 262a160d5330e9c519e2a8a58ee58752d3489990&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Created by&lt;/b&gt;: Laurent Defert&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Creation date&lt;/b&gt;: 2015-01-04 17:59:11&lt;br/&gt;&lt;/li&gt;&lt;ul/&gt;&lt;ul class="simple"&gt;
&lt;li&gt;Show an error on columns that have a data type of infinite length&lt;/li&gt;
&lt;li&gt;Show an error on columns that contain data bigger than XXX octets&lt;/li&gt;
&lt;/ul&gt;
</description></item><item><title>Check password fields values</title><link>http://piggledy.org/projects/db_annotate/tracker/features/password_checks.html</link><description>&lt;ul&gt;&lt;li&gt;&lt;b&gt;Subject&lt;/b&gt;: Check password fields values&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Initial commit&lt;/b&gt;: 262a160d5330e9c519e2a8a58ee58752d3489990&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Created by&lt;/b&gt;: Laurent Defert&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Creation date&lt;/b&gt;: 2015-01-04 17:59:11&lt;br/&gt;&lt;/li&gt;&lt;ul/&gt;&lt;ul class="simple"&gt;
&lt;li&gt;Show an erorr when cleartext passwords are stored, based on their value&lt;/li&gt;
&lt;li&gt;Maybe add a pie whith the strength of passwords use&lt;/li&gt;
&lt;/ul&gt;
</description></item><item><title>Duplicated columns</title><link>http://piggledy.org/projects/db_annotate/tracker/features/duplicated_columns.html</link><description>&lt;ul&gt;&lt;li&gt;&lt;b&gt;Subject&lt;/b&gt;: Duplicated columns&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Initial commit&lt;/b&gt;: 262a160d5330e9c519e2a8a58ee58752d3489990&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Created by&lt;/b&gt;: Laurent Defert&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Creation date&lt;/b&gt;: 2015-01-04 17:59:11&lt;br/&gt;&lt;/li&gt;&lt;ul/&gt;&lt;ul class="simple"&gt;
&lt;li&gt;Show an error on multiple columns with the same type, ending with a different number (eg name_1, name_2 columns...)&lt;/li&gt;
&lt;li&gt;Show an error on duplicated strings in the lines&lt;/li&gt;
&lt;/ul&gt;
</description></item><item><title>Support for command line arguments</title><link>http://piggledy.org/projects/db_annotate/tracker/features/command_line_arguments.html</link><description>&lt;ul&gt;&lt;li&gt;&lt;b&gt;Subject&lt;/b&gt;: Support for command line arguments&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Initial commit&lt;/b&gt;: 12d699e615d8e8d44db659f3dbd498cb28cb6ece&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Created by&lt;/b&gt;: Laurent Defert&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Creation date&lt;/b&gt;: 2015-01-04 17:17:31&lt;br/&gt;&lt;/li&gt;&lt;ul/&gt;&lt;p&gt;Support commnd line arguments, and add options to:
- disable namespaces
- specify analysis of db's data or not
- specify the min number of lines, unique values count trigger...&lt;/p&gt;
</description></item><item><title>keywords errors on identifiers</title><link>http://piggledy.org/projects/db_annotate/tracker/features/keywords_errors.html</link><description>&lt;ul&gt;&lt;li&gt;&lt;b&gt;Subject&lt;/b&gt;: keywords errors on identifiers&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Initial commit&lt;/b&gt;: 262a160d5330e9c519e2a8a58ee58752d3489990&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Created by&lt;/b&gt;: Laurent Defert&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Creation date&lt;/b&gt;: 2015-01-04 17:59:11&lt;br/&gt;&lt;/li&gt;&lt;ul/&gt;&lt;p&gt;Identifiers containing:
todo, deprecated, old, v[0-9]*, debug, toto&lt;/p&gt;
</description></item><item><title>mimetype analysis</title><link>http://piggledy.org/projects/db_annotate/tracker/features/mimetypes.html</link><description>&lt;ul&gt;&lt;li&gt;&lt;b&gt;Subject&lt;/b&gt;: mimetype analysis&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Initial commit&lt;/b&gt;: 262a160d5330e9c519e2a8a58ee58752d3489990&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Created by&lt;/b&gt;: Laurent Defert&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Creation date&lt;/b&gt;: 2015-01-04 17:59:11&lt;br/&gt;&lt;/li&gt;&lt;ul/&gt;&lt;ul class="simple"&gt;
&lt;li&gt;Show the mimetype of string columns&lt;/li&gt;
&lt;li&gt;Show an error when a column contains source code&lt;/li&gt;
&lt;li&gt;Show a warning when a column contains html, xml, json&lt;/li&gt;
&lt;/ul&gt;
</description></item><item><title>type check of columns based on their identifier</title><link>http://piggledy.org/projects/db_annotate/tracker/features/type_errors.html</link><description>&lt;ul&gt;&lt;li&gt;&lt;b&gt;Subject&lt;/b&gt;: type check of columns based on their identifier&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Initial commit&lt;/b&gt;: 262a160d5330e9c519e2a8a58ee58752d3489990&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Created by&lt;/b&gt;: Laurent Defert&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Creation date&lt;/b&gt;: 2015-01-04 17:59:11&lt;br/&gt;&lt;/li&gt;&lt;ul/&gt;&lt;p&gt;&amp;quot;type&amp;quot; columns should have foreignkeys or be integers
:&lt;/p&gt;
</description></item><item><title>Option to check missing constraints values</title><link>http://piggledy.org/projects/db_annotate/tracker/features/missing_constraints_check.html</link><description>&lt;ul&gt;&lt;li&gt;&lt;b&gt;Subject&lt;/b&gt;: Option to check missing constraints values&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Initial commit&lt;/b&gt;: 07db5f1e66e3c4296dafcde389a394b137bb5f75&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Created by&lt;/b&gt;: Laurent Defert&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Creation date&lt;/b&gt;: 2015-01-04 17:45:54&lt;br/&gt;&lt;/li&gt;&lt;ul/&gt;&lt;p&gt;There should be an option to check columns marked as &amp;quot;missing constraints&amp;quot;,
to check that their content references data from the other table.&lt;/p&gt;
</description></item><item><title>Identifiers's type should be checked</title><link>http://piggledy.org/projects/db_annotate/tracker/features/identifer_check.html</link><description>&lt;ul&gt;&lt;li&gt;&lt;b&gt;Subject&lt;/b&gt;: Identifiers's type should be checked&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Initial commit&lt;/b&gt;: 12d699e615d8e8d44db659f3dbd498cb28cb6ece&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Created by&lt;/b&gt;: Laurent Defert&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Creation date&lt;/b&gt;: 2015-01-04 17:17:31&lt;br/&gt;&lt;/li&gt;&lt;ul/&gt;&lt;p&gt;Check &lt;a href="#system-message-1"&gt;&lt;span class="problematic" id="problematic-1"&gt;*&lt;/span&gt;&lt;/a&gt;id, &lt;a href="#system-message-2"&gt;&lt;span class="problematic" id="problematic-2"&gt;*&lt;/span&gt;&lt;/a&gt;_id, &lt;a href="#system-message-3"&gt;&lt;span class="problematic" id="problematic-3"&gt;*&lt;/span&gt;&lt;/a&gt;_ptr_id columns are integers.&lt;/p&gt;
&lt;div class="system-message" id="system-message-1"&gt;
&lt;p class="system-message-title"&gt;System Message: WARNING/2 (&lt;tt class="docutils"&gt;&amp;lt;string&amp;gt;&lt;/tt&gt;, line 1); &lt;em&gt;&lt;a href="#problematic-1"&gt;backlink&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
Inline emphasis start-string without end-string.&lt;/div&gt;
&lt;div class="system-message" id="system-message-2"&gt;
&lt;p class="system-message-title"&gt;System Message: WARNING/2 (&lt;tt class="docutils"&gt;&amp;lt;string&amp;gt;&lt;/tt&gt;, line 1); &lt;em&gt;&lt;a href="#problematic-2"&gt;backlink&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
Inline emphasis start-string without end-string.&lt;/div&gt;
&lt;div class="system-message" id="system-message-3"&gt;
&lt;p class="system-message-title"&gt;System Message: WARNING/2 (&lt;tt class="docutils"&gt;&amp;lt;string&amp;gt;&lt;/tt&gt;, line 1); &lt;em&gt;&lt;a href="#problematic-3"&gt;backlink&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
Inline emphasis start-string without end-string.&lt;/div&gt;
</description></item></channel></rss>