Re: Duplicate detection - "Hash for Duplicates" - does it do anything ?
- From: Phil Noon <phil noon fairhavenconsulting com>
- To: Lorenzo Milesi <lorenzo milesi yetopen it>
- Cc: f-spot-list gnome org
- Subject: Re: Duplicate detection - "Hash for Duplicates" - does it do anything ?
- Date: Thu, 06 Nov 2008 09:47:50 +0000
Lorenzo,
Does this tell you anything?
sqlite> select count(*) from photos where md5_sum = null;
0
sqlite> select count(*) from photos where md5_sum = '';
174
sqlite> select count(*) from photos where md5_sum != '';
105
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]