[Pkg-grass-devel] Bug#305577: grass: can't even add 2+2 with db.execute

Dan Jacobson Dan Jacobson <jidanni@jidanni.org>, 305577@bugs.debian.org
Thu, 21 Apr 2005 04:02:51 +0800


Package: grass
Version: 5.7.0+6.0.0beta2-1
Severity: normal
Tags: upstream

There is not much one can do with db.execute these days. The failed
line are commented:

echo ALTER TABLE $c5 ADD COLUMN contour integer|db.execute
#echo UPDATE $c5 SET contour = 3 + 2 WHERE contour \> 0|db.execute
#echo UPDATE $c5 SET contour = 3 + 2 |db.execute
#echo UPDATE $c5 SET contour = cat + 2 |db.execute
echo UPDATE $c5 SET contour = 2|db.execute