summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/psql/psql.json
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2020-01-31 22:16:35 +0100
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2020-02-13 22:42:26 +0100
commit8471d267f15e522836758953ab976beb21f42154 (patch)
treeeea6cb2c60f5340fc744ebab0bc507665283f3a0 /src/plugins/sqldrivers/psql/psql.json
parent60feaae1967aca5c7b1b0f6cb732962ddd1b2115 (diff)
QtSql: remove compat SQL plugin names
Remove the compat SQL plugin names (QMYSQL3, QOCI8, QODBC3, QPSQL7) since they are not needed and just confuse the user [ChangeLog][QtSql] The compat plugin names QMYSQL3, QOCI8, QODBC3 and QPSQL7 are no longer available. Change-Id: I6d88f449ef3e18881a6970fb374ba0ab074ef302 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Diffstat (limited to 'src/plugins/sqldrivers/psql/psql.json')
-rw-r--r--src/plugins/sqldrivers/psql/psql.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/sqldrivers/psql/psql.json b/src/plugins/sqldrivers/psql/psql.json
index 1579b99160..07092a33e7 100644
--- a/src/plugins/sqldrivers/psql/psql.json
+++ b/src/plugins/sqldrivers/psql/psql.json
@@ -1,3 +1,3 @@
{
- "Keys": [ "QPSQL7", "QPSQL" ]
+ "Keys": [ "QPSQL" ]
}