mirror of
https://github.com/django/django.git
synced 2025-09-11 21:16:50 +00:00
Refactored get_pk_default_value() to DatabaseOperations.pk_default_value(). Refs #5106
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e4b7e369dd
commit
aaf8760227
10 changed files with 11 additions and 23 deletions
|
@ -165,9 +165,6 @@ dictfetchall = util.dictfetchall
|
|||
def get_random_function_sql():
|
||||
return "RAND()"
|
||||
|
||||
def get_pk_default_value():
|
||||
return "DEFAULT"
|
||||
|
||||
def get_start_transaction_sql():
|
||||
return "BEGIN;"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue