The file
pytrainer/upgrade/versions/009_default_upgrade.sql

contains
alter table laps add laptrigger(9);

But this doesn't run in sqlite
sqlite> alter table laps add laptrigger(9);                             
Error: near "(": syntax
error                                                
sqlite> show table laps
   ...> ;                                                                    
Error: near "show": syntax error 

Supposed to be varchar?

--aaron


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Pytrainer-devel mailing list
Pytrainer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytrainer-devel

Reply via email to