We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DEPRECATED_METHOD_WARNING
1 parent 936a405 commit 0bf204dCopy full SHA for 0bf204d
mysql-connector-python/lib/mysql/connector/constants.py
@@ -120,6 +120,10 @@
120
"_connector_version",
121
)
122
123
+DEPRECATED_METHOD_WARNING: str = """
124
+ The property counterpart '{property_name}' should be used instead.
125
+"""
126
+
127
TLS_VERSIONS: List[str] = APPROVED_TLS_VERSIONS + DEPRECATED_TLS_VERSIONS
128
"""Accepted TLS versions. A warning is raised when using a deprecated version."""
129
0 commit comments