Hi David,

this is how it looks (after beeing handled by 1.9.0):

> 1.- Access pytrainer's database (if I am not wrong you use sqlite): 
> $ sqlite3 ~/.pytrainer/pytrainer.ddbb
> 2.- Check "laps" table structure:
> sqlite> .schema laps

sqlite> .schema laps
CREATE TABLE laps (elapsed_time varchar(20),record integer,end_lon
float,lap_number integer,end_lat float,distance float,start_lon
float,id_lap integer primary key autoincrement,calories int,start_lat
float, intensity varchar(7), max_speed float, trigger varchar(9),
comments text, avg_hr int, max_hr int);

> 
> 3.- See how laps table is populated:
> sqlite> select * from laps;

[just part of it]:

453.71|307|12.55121872|0|52.41188228|1000.0|12.56246505|2558|64|52.41253515||||||
23.56|307|12.55106315|1|52.4123168|54.595459|12.55120573|2559|3|52.41188706||||||

so all fields are populated up to start_lat.

I rerun my data with 1.8.0 (everything is fine, access to all records)
then tried to do so with 1.9.0-dev => same as before. Though at least I
observe

2011-10-30 19:58:15,427|INFO|api|_migrate|12 -> 13...
2011-10-30 19:58:15,533|INFO|api|_migrate|done
2011-10-30 19:58:15,534|INFO|api|_migrate|13 -> 14...
2011-10-30 19:58:15,543|DEBUG|version014|_normalize_color|Sport with id
'3' has invalid color: 'None'. Replacing with default.
[...]
2011-10-30 19:58:16,544|INFO|api|_migrate|done

Thx for all help ;)
Arnd



------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Pytrainer-devel mailing list
Pytrainer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytrainer-devel

Reply via email to