[GRASS-dev] [bug #4141] (grass) more sql statements for db.execute
Maciek Sieczka via RT
grass-bugs at intevation.de
Mon Oct 8 16:44:16 EDT 2007
guest wrote (Mon, Mar 6 2006 17:36:36):
> maybe this sql statement support could be added to db.execute as well:
>
> this doesn't work:
> echo "SELECT gkz,name,bev0100,bevm0100,bevw0100 FROM stand,testregion WHERE
> plz = gkz" | db.execute
>
> this is fine:
> echo "SELECT gkz,name,bev0100,bevm0100,bevw0100 FROM stand,testregion WHERE
> plz = gkz" | psql -U dassau ifak
By accident I have laerned today that db.execute is not supposed to support
SELECT query. We have db.select for that. In that case, do we call the case
closed?
Maciek
-------------------------------------------- Managed by Request Tracker
More information about the grass-dev
mailing list