Closed (fixed)
Project:
Localization server
Version:
5.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2008 at 23:56 UTC
Updated:
22 Jan 2008 at 09:31 UTC
I have written SQL:
SELECT title, COUNT( cf.rid )
FROM `l10n_community_release` cr
LEFT JOIN `l10n_community_file` cf ON cr.rid = cf.rid
LEFT JOIN `l10n_community_line` cl ON cf.fid = cl.fid
WHERE cr.pid =1
GROUP BY title
/* A string per release. cr.pid =1 (Drupal) */
Result:
title COUNT( cf.rid )
5.3 3441
5.4 3442
5.5 20412
6.0-beta1 4035
6.0-beta2 43666
6.0-beta3 35577
6.0-beta4 26640
6.0-rc1 13790
Where errors?
1) Potx (potx.info,v 1.1.2.4 2007/11/12 20:17:18)
2) In the my SQL SELECT
3) In the my DataBase
4) ?
Comments
Comment #1
meba commentedWhat is your problem? I don't get it...
Comment #2
pvasili commentedVery different quantity of lines in different versions of the project :(
Comment #3
psicomante commentedTitle changed.
Comment #4
pvasili commentedI have cleared all old files and 4 tables (http://drupal.org/node/203658). Has made full re-scan. The problem is closed.
Probably it is a problem of the old versions.
Now:
I shall look statistics further :).
Comment #5
pvasili commented