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

_______________________________________________
F-spot-list mailing list
F-spot-list@gnome.org
http://mail.gnome.org/mailman/listinfo/f-spot-list

Reply via email to