Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ pk_default_value
Method
pk_default_value
django/db/backends/mysql/operations.py:266–267 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
264
return
64
265
266
def
pk_default_value(self):
267
return
"NULL"
268
269
def
combine_expression(self, connector, sub_expressions):
270
if
connector ==
"^"
:
Callers
2
as_sql
Method · 0.45
test_pk_default_value
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_pk_default_value
Method · 0.36