Changes between Initial Version and Version 1 of Ticket #3087


Ignore:
Timestamp:
Jun 30, 2016, 7:01:31 AM (8 years ago)
Author:
martinl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3087

    • Property Keywords db.droptable added
    • Property Component DefaultDatabase
    • Property Milestone Website7.0.5
  • Ticket #3087 – Description

    initial v1  
     1{{{
     2db.droptable -f table=roads_copy                                               
     3Forcing ...
     4Traceback (most recent call last):
     5  File "C:\Program Files\GRASS GIS
     67.0.4/scripts/db.droptable.py", line 99, in <module>
     7    main()
     8  File "C:\Program Files\GRASS GIS
     97.0.4/scripts/db.droptable.py", line 77, in main
     10    used = grass.db.db_table_in_vector(table)
     11  File "C:\Program Files\GRASS GIS
     127.0.4\etc\python\grass\script\db.py", line 193, in
     13db_table_in_vector
     14    for f in vector_db(vect, stderr=nuldev).itervalues():
     15  File "C:\Program Files\GRASS GIS
     167.0.4\etc\python\grass\script\vector.py", line 43, in
     17vector_db
     18    **args)
     19  File "C:\Program Files\GRASS GIS
     207.0.4\etc\python\grass\script\core.py", line 446, in
     21read_command
     22    return handle_errors(returncode, stdout, args, kwargs)
     23  File "C:\Program Files\GRASS GIS
     247.0.4\etc\python\grass\script\core.py", line 313, in
     25handle_errors
     26    returncode=returncode)
     27grass.exceptions.CalledModuleError: Module run None
     28['v.db.connect', '--q', '-g', 'map=pippopluto@user1',
     29'sep=;'] ended with error
     30Process ended with non-zero return code 1. See errors in the
     31(error) output.
     32}}}