Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AIG-public
Cobalt
Commits
1378fb7e
Commit
1378fb7e
authored
Nov 15, 2017
by
Paul Rich
Browse files
fixing further formating error
parent
3b339d96
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Components/DBWriter/cdbwriter.py
View file @
1378fb7e
...
...
@@ -885,12 +885,12 @@ class no_pk_dao(db2util.dao):
def
updat
(
self
,
record
):
def
updat
e
(
self
,
record
):
"""Updates of a primary-keyless record aren't supported."""
raise
AssertionError
(
"update operations are not supported on "
\
"tables without primary keys."
)
def
delet
(
self
,
record
):
def
delet
e
(
self
,
record
):
"""Delete not supported on primary-keyless tables via db2util."""
raise
AssertionError
(
"delete operations are not supported on "
\
"tables without primary keys."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment