Changes between Initial Version and Version 1 of Ticket #3211, comment 1
- Timestamp:
- 11/16/16 13:40:48 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3211, comment 1
initial v1 1 Dropping the table with the command line tool works correctly:2 {{{3 /usr/lib/grass72/scripts/db.droptable -f table=drainage_network_junction4 Forcing ...5 (Wed Nov 16 15:29:15 2016) Command finished (4 sec)6 }}}7 8 1 Below is a minimum working example: 9 2 … … 26 19 27 20 Just run two times the script to see the error. 21 22 Dropping the table with the command line tool works correctly: 23 {{{ 24 /usr/lib/grass72/scripts/db.droptable -f table=drop_table_testjunc 25 Forcing ... 26 (Wed Nov 16 15:40:25 2016) Command finished (4 sec) 27 }}}