Changed the behavior of db.connect which reset the schema.

git-svn-id: http://svn.osgeo.org/qgis/trunk@11085 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
rugginoso 2009-07-15 11:41:25 +00:00
parent de9d62fcde
commit 1ef7dbae02

View File

@ -2,6 +2,7 @@
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
<qgisgrassmodule label="Set general DB connection" module="db.connect">
<option key="schema" answer="" hidden="yes"/>
<option key="driver" answer="dbf" hidden="no"/>
<option key="database" answer="$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/" hidden="no"/>
</qgisgrassmodule>