[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62264] [PATCH] Add 'guix locate' command
From: |
Ludovic Courtès |
Subject: |
[bug#62264] [PATCH] Add 'guix locate' command |
Date: |
Fri, 16 Jun 2023 16:20:00 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi Jelle,
Jelle Licht <jlicht@fsfe.org> skribis:
> Ludovic Courtès <ludo@gnu.org> writes:
[...]
>> +create table if not exists SchemaVersion (
>> + version integer primary key not null,
>> + date date,
> ^ nit: sqlite does not have a native date type.
>
> We seem to be using it like a timestamp rather than a date.
That got me to learn about all this, as discussed on IRC, and I changed
it to ‘integer’.
Also took your other comments into account, thank you!
Ludo’.
- [bug#62264] [PATCH core-updates 0/6] Add `guix index` subcommand, Ludovic Courtès, 2023/06/04
- [bug#62264] [PATCH v2 1/3] store: Tolerate non-existent GC root directories., Ludovic Courtès, 2023/06/07
- [bug#62264] [PATCH v2 0/3] Add 'guix locate', Ludovic Courtès, 2023/06/07
- [bug#62264] [PATCH v2 3/3] DRAFT news: Add entry for 'guix locate'., Ludovic Courtès, 2023/06/07
- [bug#62264] [PATCH v2 2/3] Add 'guix locate'., Ludovic Courtès, 2023/06/07
- [bug#62264] [PATCH v2 2/3] Add 'guix locate'., Jelle Licht, 2023/06/08
- [bug#62264] [PATCH] Add 'guix locate' command,
Ludovic Courtès <=
- [bug#62264] [PATCH v2 2/3] Add 'guix locate'., pelzflorian (Florian Pelz), 2023/06/08
- [bug#62264] [PATCH v3 1/3] store: Tolerate non-existent GC root directories., Ludovic Courtès, 2023/06/16
- [bug#62264] [PATCH v3 2/3] Add 'guix locate'., Ludovic Courtès, 2023/06/16
- [bug#62264] [PATCH] Add 'guix locate' command, pelzflorian (Florian Pelz), 2023/06/17
- [bug#62264] [PATCH] Add 'guix locate' command, Ludovic Courtès, 2023/06/18