mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that the Query Tool connection string should not be changed as per the 'Query Tool tab title'. Fixes #6404
This commit is contained in:
committed by
Akshay Joshi
parent
d5f537aae4
commit
e1067ffe67
@@ -31,6 +31,9 @@ UNAUTH_REQ = "Unauthorized request."
|
||||
SERVER_CONNECTION_CLOSED = gettext(
|
||||
'Not connected to server or connection with the server has been closed.')
|
||||
|
||||
# Query tool placeholder
|
||||
QT_DEFAULT_PLACEHOLDER = '%DATABASE%/%USERNAME%@%SERVER%'
|
||||
|
||||
# Data Types
|
||||
DATATYPE_TIME_WITH_TIMEZONE = 'time with time zone'
|
||||
DATATYPE_TIME_WITHOUT_TIMEZONE = 'time without time zone'
|
||||
|
||||
Reference in New Issue
Block a user