Bug report #6660

Updated by Giovanni Manghi about 6 years ago

Some problem with DBManager plugin during import data from postgres to spatialite.



when I drop a table and I try to import a new table with the same name the plugin says "table already exist":

# import a table

# drop the table

# import the table again



during import if I try to drop the table checking "drop existing one" the import seems to work but some geometry were lost.

# import a table

# modify some geometry in source table

# import table again checking "drop existing one"

Back