TODO 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. DB Manager TODO and DONE list.
  2. DONE:
  3. * run only the selected part of a query (v0.1.20)
  4. * add versioning support to PostgreSQL dbs (v0.1.19)
  5. * completer for sql keywords/functions (v0.1.18)
  6. * highlights PG and SL functions, fix slow connection to PG db (v0.1.17)
  7. * add contestual menu to db tree, use service param when available to connect to PG dbs (v0.1.16)
  8. * close transactions before doing changes to tables (v0.1.15)
  9. * improve error handling running a query in sql window (v0.1.14)
  10. * fix error dialog (v0.1.13)
  11. * improve error handling, add Re-connect button (v0.1.12)
  12. * add "Run Vacuum" and "Move to schema" to menu (v0.1.11)
  13. * fix encoding support and import layer on Win (v0.1.10)
  14. * allow copying contents of views (v0.1.9)
  15. * GUI to import data by drag'n'drop (v0.1.8)
  16. * edit table (v0.1.8)
  17. * create table (v0.1.7)
  18. * display schemas and tables comments (v0.1.6)
  19. * SQL syntax highlighting (v0.1.5)
  20. * load a query as layer into canvas (v0.1.4)
  21. * import/export OGR layers and non-spatial data using Import Vector Layer feature (v.0.1.0)
  22. TODO:
  23. - PGManager
  24. * GUI to import/export data (from shapefiles)
  25. - RT_Sql_Layer
  26. * query builder
  27. * query manager
  28. - QSpatialite
  29. * GUI to import Qgis layer, QgsWkbTypes
  30. - SPIT
  31. * mass import of shapefiles