Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ ProgrammingError
Class
ProgrammingError
test/base/test_except.py:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
25
class
ProgrammingError(DatabaseError):
26
def
__str__(self):
27
return
"<%s>"
% self.bogus
28
29
30
class
OutOfSpec(DatabaseError):
Callers
1
test_db_error_busted_dbapi
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_db_error_busted_dbapi
Method · 0.56