24 | | This sintax need almost gdal 1.9.0 and spatialite 3.0.0 to avoid lost the 3rd dimension exporting the geometries.[[BR]] |
25 | | Another point is the primary keys: The exportation of a full schema lost every primary key of integer type (don't lost the textual primary keys).[[BR]] |
26 | | To avoid this lost you should use the "single table" call. |
| 24 | Some advertising: To avoid the lost of the third dimension exporting geometries you need use almost gdal 1.9.0 and spatialite lobrary 3.0.0.[[BR]] |
| 25 | Also the exportation using the last sintax described don't export any field of type integer that is also a primary key. It don't lost the filed of type TEXT that are also primary keys. To avoid this lost you should use the "single table" call. |