#315: v.db.join fails in winNative Grass 6.3 for sqlite driver
---------------------------+------------------------------------------------
Reporter: aprasad | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: Database | Version: 6.3.0
Resolution: | Keywords: v.db.join
Platform: MSWindows XP | Cpu: x86-32
---------------------------+------------------------------------------------
Comment (by aprasad):
I found out the reason - the v.db.join script in winNative does not parse
the input arguments with the correct case ...for example $GIS_OPT_column
is not recognized in the script - when I changed it to $GIS_OPT_COLUMN it
worked....this is true for other parsed input arguments....hopefully this
will help correct the bug.
#315: v.db.join fails in winNative Grass 6.3 for sqlite driver
---------------------------+------------------------------------------------
Reporter: aprasad | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: Database | Version: 6.3.0
Resolution: | Keywords: v.db.join
Platform: MSWindows XP | Cpu: x86-32
---------------------------+------------------------------------------------
Comment (by glynn):
Replying to [comment:1 aprasad]:
> I found out the reason - the v.db.join script in winNative does not
parse the input arguments with the correct case ...for example
$GIS_OPT_column is not recognized in the script - when I changed it to
$GIS_OPT_COLUMN it worked....this is true for other parsed input
arguments....hopefully this will help correct the bug.