Não foi possível enviar o arquivo. Será algum problema com as permissões?
Essa é uma revisão anterior do documento!
SQLite Driver
- Aborted due to syntax constraints. It does not support all the SQL commands TerraLib needs (left join, right join).
- Discussions about the implementation of a TerraLib driver for SQLite.
Connection Through ODBC
- ODBC strategy plans for an access to the TL data base using ODBC aiming a common solution for Linux and Windows
Postgre
- all databasde operations (createDB, createLayer etc) are echoing messages such as:
> th = createTheme(lpolygons, "poligons", vi="view") > NOTA: CREATE TABLE / PRIMARY KEY criará Ãndice implÃcito > "te_collection_2_pkey" na tabela "te_collection_2" > NOTA: CREATE TABLE criará sequência implÃcita > "te_collection_2_aux_unique_id_seq" para coluna serial > "te_collection_2_aux.unique_id" > NOTA: CREATE TABLE / PRIMARY KEY criará Ãndice implÃcito > "te_collection_2_aux_pkey" na tabela "te_collection_2_aux"How to remove them?