mirror of
https://github.com/django/django.git
synced 2025-03-15 20:00:46 +00:00
RETURNING is an extension of the SQL standard, which is not implemented the same by all databases. Allow DatabaseOperations.return_insert_id to return a None to allow for other 3rd party backends with a different implementation.