Opened 14 years ago
Closed 13 years ago
#1229 closed defect (fixed)
Error in db.droptable
Reported by: | akbgf | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | Database | Version: | svn-trunk |
Keywords: | db.droptable | Cc: | |
CPU: | x86-32 | Platform: | Linux |
Description
GRASS-7.0 r44530, the db.droptable complains about -f flag, and does not remove the table: (Fri Dec 3 13:13:41 2010) db.droptable -f table=refl : Sorry, <f> is not a valid flag
The table 'refl' is present, driver=pg. GRASS-6.4 drops the table.
Andres Kuusk, Tartu Observatory, Estonia, andres@…
Change History (3)
follow-up: 2 comment:1 by , 13 years ago
follow-up: 3 comment:2 by , 13 years ago
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to mmetz:
Worksforme with both dbf and sqlite driver. Try make disclean, svn up, configure, make.
I confirm that it works. I close the ticket as fixed
Markus M
Luca
Note:
See TracTickets
for help on using tickets.
I try with r48337 and NC datasete I got this error
I grep db_drop_table and I found
lib/python/ctypes/dbmi.py
cheers Luca