File: TODO

package info (click to toggle)
qgis 3.40.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,183,672 kB
  • sloc: cpp: 1,595,771; python: 372,544; xml: 23,474; sh: 3,761; perl: 3,664; ansic: 2,257; sql: 2,137; yacc: 1,068; lex: 577; javascript: 540; lisp: 411; makefile: 161
file content (35 lines) | stat: -rw-r--r-- 1,266 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
DB Manager TODO and DONE list.


DONE:
* run only the selected part of a query (v0.1.20)
* add versioning support to PostgreSQL dbs (v0.1.19)
* completer for sql keywords/functions (v0.1.18)
* highlights PG and SL functions, fix slow connection to PG db (v0.1.17)
* add contestual menu to db tree, use service param when available to connect to PG dbs (v0.1.16)
* close transactions before doing changes to tables (v0.1.15)
* improve error handling running a query in sql window (v0.1.14)
* fix error dialog (v0.1.13)
* improve error handling, add Re-connect button (v0.1.12)
* add "Run Vacuum" and "Move to schema" to menu (v0.1.11)
* fix encoding support and import layer on Win (v0.1.10)
* allow copying contents of views (v0.1.9)
* GUI to import data by drag'n'drop (v0.1.8)
* edit table (v0.1.8)
* create table (v0.1.7)
* display schemas and tables comments (v0.1.6)
* SQL syntax highlighting (v0.1.5)
* load a query as layer into canvas (v0.1.4)
* import/export OGR layers and non-spatial data using Import Vector Layer feature (v.0.1.0)


TODO:
- PGManager
    * GUI to import/export data (from shapefiles)
- RT_Sql_Layer
    * query builder
    * query manager
- QSpatialite
    * GUI to import Qgis layer, QgsWkbTypes
- SPIT
    * mass import of shapefiles