[GRASS-dev] [GRASS GIS] #2457: DBF driver: stub functions for SQL TRANSACTION
GRASS GIS
trac at osgeo.org
Wed Oct 22 01:40:32 PDT 2014
#2457: DBF driver: stub functions for SQL TRANSACTION
-------------------------+--------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.5
Component: Database | Version: svn-releasebranch64
Keywords: dbf, sql | Platform: All
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Comment(by neteler):
I modified the patch but don't know where to add these two items:
* SQLP_BEGIN_TRANSACTION
* SQLP_COMMIT_TRANSACTION
{{{
dbfexe.c:251:11: error: ‘SQLP_BEGIN_TRANSACTION’ undeclared (first use in
this function)
case (SQLP_BEGIN_TRANSACTION):
dbfexe.c:252:11: error: ‘SQLP_COMMIT_TRANSACTION’ undeclared (first use in
this function)
case (SQLP_COMMIT_TRANSACTION):
}}}
I suppose they need to go somewhere into lib/db/ ?
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2457#comment:1>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list