#2352: Conflicting definitions of db__driver_describe_table
-----------------------+-------------------------------
  Reporter:  hamish    |      Owner:  grass-dev@…
      Type:  defect    |     Status:  new
  Priority:  normal    |  Milestone:  6.4.6
 Component:  Database  |    Version:  6.4.3
Resolution:            |   Keywords:  dbf driver, libdb
       CPU:  All       |   Platform:  All
-----------------------+-------------------------------

Comment (by neteler):

 This is in this case harmless since

 lib/db/stubs/desc_table.c

 {{{
 int db__driver_describe_table(dbString * name, dbTable * table)
 {
     db_procedure_not_implemented("db_describe_table");
     return DB_FAILED;
 }
 }}}

 Magically the DBMI lib works without it. Mysteries of DBMI which we
 inherited
 completely undocumented...

 Of course it should be updated properly.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2352#comment:4>
GRASS GIS <https://grass.osgeo.org>

_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to