[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/tinysql
tinysql.txt, 1.3, 1.4
David Gay
idgay at users.sourceforge.net
Mon Oct 31 18:31:31 PST 2005
Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/tinysql
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6288
Modified Files:
tinysql.txt
Log Message:
warning on "tinysql log" and global queries
Index: tinysql.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/tinysql/tinysql.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tinysql.txt 1 Nov 2005 02:29:00 -0000 1.3
--- tinysql.txt 1 Nov 2005 02:31:29 -0000 1.4
***************
*** 132,135 ****
--- 132,140 ----
------------------
+ WARNING: "tinysql log" does not currently handle global queries
+ correctly. You can work around this by editing the
+ // SCHEMA line. Replace avg aggregates by three fields
+ (epoch, count, sum) and min and max by two (epoch, min or max)
+
The syntax of a global query is:
select GLOBAL1[VALUE11, VALUE12, ...],
More information about the Tinyos-commits
mailing list