mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
* Remove deprecated Qgis::WKBType and API cleanup Renames QgsWKBTypes to QgsWkbTypes Replaces usage of the enums: * Qgis::WKBType with QgsWkbTypes::Type * Qgis::GeometryType with QgsWkbTypes::GeometryType Their values should be forward compatible (a fact that was already explited up to now by casting between the types) Renames some SSLxxx to SslXxx and URIxxx to UriXxx * Fix build warnings and simplify type handling * Add a fixer to rewrite imports * The forgotten rebase conflictThe forgotten rebase conflicts * QgsDataSourcURI > QgsDataSourceUri * QgsWKBTypes > QgsWkbTypes * Qgis.WKBGeom > QgsWkbTypes.Geom * Further python fixes * Guess what... Qgis::wkbDimensions != QgsWkbTypes::wkbDimensions * Fix tests * Python 3 updates * [travis] pull request caching cannot be disabled so at least use it in r/w mode * Fix python3 print in plugins
DB Manager * Copyright (c) 2011 Giuseppe Sucameli DB Manager is a database manager plugin for QGIS. It allows showing the DBs contents and run query on them. In this moment DB Manager supports the following DBMS backends: - PostgreSQL/PostGIS through the psycopg2 pymodule - SQLite/SpatiaLite using the pyspatialite pymodule - Oracle Spatial using PyQt QtSql module For more info about the project, see at the wiki page: http://qgis.org/wiki/DB_Manager_plugin_GSoC_2011 or visit my GitHub repository: https://github.com/brushtyler/db_manager