[GRASS-dev] [grass-code I][502] Grass 6.3 fails to apply database connection changes via db.connect

grass-dev at grass.itc.it grass-dev at grass.itc.it
Fri Oct 5 09:28:25 EDT 2007


code I item #502, was opened at 2007-10-05 10:28
Status: Open
Priority: 3
Submitted By: Eric Patton (eric)
Assigned to: Nobody (None)
Summary: Grass 6.3 fails to apply database connection changes via db.connect 
Issue type: module bug
Issue status: None
GRASS version: CVS HEAD
GRASS component: None
Operating system: Linux
Operating system version: Ubuntu 7.04
GRASS CVS checkout date, if applies (YYMMDD): 071005


Initial Comment:
I noticed that Grass 6.3 cvs doesn't 'remember' the database changes that were applied during the last session:

>db.connect -p
driver:dbf
database:$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/
schema:
group:

>db.connect driver=sqlite database=/home/epatton/Projects/FundyBathy/2007006/databases/BOF_2007.db
>db.connect -p
driver:sqlite
database:/home/epatton/Projects/FundyBathy/2007006/databases/BOF_2007.db
schema:
group:

(exit Grass63, then start it again)

>db.connect -p
driver:dbf
database:$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/
schema:
group:

I've tried setting my database changes via the gui as well, with no difference. I've double-checked that sqlite database I'm trying to connect to is where I pointed to. 

----------------------------------------------------------------------

You can respond by visiting: 
http://wald.intevation.org/tracker/?func=detail&atid=204&aid=502&group_id=21




More information about the grass-dev mailing list