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

_______________________________________________
grass-dev mailing list
[email protected]
http://grass.itc.it/mailman/listinfo/grass-dev

Reply via email to