Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ DatabaseError
Class
DatabaseError
django/db/utils.py:25–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
25
class
DatabaseError(Error):
26
pass
27
28
29
class
DataError(DatabaseError):
Callers
15
combine_duration_expression
Method · 0.90
get_table_description
Method · 0.90
validate_thread_sharing
Method · 0.90
as_sqlite
Method · 0.90
get_order_by
Method · 0.90
get_combinator_sql
Method · 0.90
test_execute_sql_suppresses_cursor_closing_failure_on_exception
Method · 0.90
_execute_raise_database_already_exists
Method · 0.90
_execute_raise_permission_denied
Method · 0.90
mocked_connect
Method · 0.90
test_nodb_cursor_reraise_exceptions
Method · 0.90
_execute_raise_user_already_exists
Method · 0.90
Calls
no outgoing calls
Tested by
11
test_execute_sql_suppresses_cursor_closing_failure_on_exception
Method · 0.72
_execute_raise_database_already_exists
Method · 0.72
_execute_raise_permission_denied
Method · 0.72
mocked_connect
Method · 0.72
test_nodb_cursor_reraise_exceptions
Method · 0.72
_execute_raise_user_already_exists
Method · 0.72
_execute_raise_tablespace_already_exists
Method · 0.72
_execute_raise_insufficient_privileges
Method · 0.72
_execute_raise_database_exists
Method · 0.72
_execute_raise_access_denied
Method · 0.72
__str__
Method · 0.72