Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ get_database_version
Method
get_database_version
django/db/backends/mysql/base.py:211–212 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
209
validation_class = DatabaseValidation
210
211
def
get_database_version(self):
212
return
self.mysql_version
213
214
def
get_connection_params(self):
215
kwargs = {
Callers
4
as_sqlite
Method · 0.45
as_sqlite
Method · 0.45
test_get_database_version
Method · 0.45
test_get_database_version
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_get_database_version
Method · 0.36
test_get_database_version
Method · 0.36