rldhont a9795ad8ea [DB Manager] Allow lowercase field names for homogenize PostGIS Import
PostGIS provider has an option to lowercase field names. This options is available for user in QGIS algorithm ImportIntoPostGIS and not in DB Mananger.

This commit fix it.
2016-10-19 13:03:32 +02:00
..
2016-09-21 23:30:04 +02:00
2016-09-21 23:30:04 +02:00
2016-09-21 23:30:04 +02:00
2016-09-21 23:30:04 +02:00
2016-09-21 23:30:04 +02:00
2016-09-21 23:30:04 +02:00
2016-09-21 23:30:04 +02:00
2016-09-21 23:30:04 +02:00
2015-07-25 16:31:11 +02:00

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