<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ftag/sql, branch master</title>
<subtitle>Manage Files Using Tags</subtitle>
<id>https://tristanriehs.fr/git/ftag/atom?h=master</id>
<link rel='self' href='https://tristanriehs.fr/git/ftag/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/'/>
<updated>2025-12-29T12:09:05+00:00</updated>
<entry>
<title>Add file extensions to database</title>
<updated>2025-12-29T12:09:05+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2025-12-29T12:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=8afdb2d8afced8c5ec1ee49472f731dd3eab0bda'/>
<id>urn:sha1:8afdb2d8afced8c5ec1ee49472f731dd3eab0bda</id>
<content type='text'>
I chose to kind of abstract the extensions. Thus they are not part of
files' full and canonical names. However, they have to be there when
exporting the files so we need to store them somewhere.
</content>
</entry>
<entry>
<title>Remove old proof of concept from SQL init script</title>
<updated>2025-12-27T15:15:52+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2025-12-27T15:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=6aceab103e5cee24353f1d6ab2d01a979305b87c'/>
<id>urn:sha1:6aceab103e5cee24353f1d6ab2d01a979305b87c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add checksum field in file table</title>
<updated>2025-12-25T11:49:03+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2025-12-25T11:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=1a40d5e2d0eccce8822b2b4c53cd29048c768d97'/>
<id>urn:sha1:1a40d5e2d0eccce8822b2b4c53cd29048c768d97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store dates in database as integers</title>
<updated>2025-11-16T09:32:02+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2025-11-16T09:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=42c62337eec1c5862201698da43f7e60a8b9851b'/>
<id>urn:sha1:42c62337eec1c5862201698da43f7e60a8b9851b</id>
<content type='text'>
This will make date queries easier to implement and likely faster.
</content>
</entry>
<entry>
<title>Add every "NOT NULL" needed int SQL init script</title>
<updated>2025-11-16T09:04:03+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2025-11-16T09:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=1e336ff6e808aed1cbace1fd13f6857d45447ef6'/>
<id>urn:sha1:1e336ff6e808aed1cbace1fd13f6857d45447ef6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Comment out old stuff</title>
<updated>2025-11-11T09:07:25+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2025-11-11T09:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=683d6ee7a31c5294810b12f81fde360dbd2d3455'/>
<id>urn:sha1:683d6ee7a31c5294810b12f81fde360dbd2d3455</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add date column to “files” table</title>
<updated>2025-11-11T09:07:01+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2025-11-11T09:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=cf6ef0ccc0124bae4298d41da447f1b4a5e8c636'/>
<id>urn:sha1:cf6ef0ccc0124bae4298d41da447f1b4a5e8c636</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change “files” table</title>
<updated>2025-11-11T09:02:16+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2025-11-11T09:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=31047fded2192f9554d96697a56472e2a7195e41'/>
<id>urn:sha1:31047fded2192f9554d96697a56472e2a7195e41</id>
<content type='text'>
No need to have a name format we do not control.
</content>
</entry>
<entry>
<title>Write type names in lowercase</title>
<updated>2025-11-11T08:52:02+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2025-11-11T08:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=11b44ffb797283135a93266b3dbdf93dfe345032'/>
<id>urn:sha1:11b44ffb797283135a93266b3dbdf93dfe345032</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move sql init script</title>
<updated>2025-11-11T08:51:28+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2025-11-11T08:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=03b3f5cbb89b41176270e2c729a47a04a93bc2ac'/>
<id>urn:sha1:03b3f5cbb89b41176270e2c729a47a04a93bc2ac</id>
<content type='text'>
Let's put SQL scripts into a dedicated directory.
</content>
</entry>
</feed>
