Revision 47579 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.sqlite/org.gvsig.sqlite.provider/src/test/resources/org/gvsig/sqlite/dal/dropTable.sql

View differences:

dropTable.sql
1 1

  
2 2
-- Count SQL
3
DROP TABLE "PUBLIC"."test";
3
DELETE FROM gpkg_geometry_columns WHERE table_name = "test";
4

  
5
DELETE FROM "main"."gpkg_contents" WHERE "identifier" = 'test';
6

  
7
DELETE FROM "main"."gpkg_extensions" WHERE "table_name" = 'test';
8

  
9
DROP TABLE "test";

Also available in: Unified diff