projects
/
pgwui_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1860979
)
Better class docs
author
Karl O. Pinc
<kop@karlpinc.com>
Wed, 19 Jun 2024 22:43:14 +0000
(17:43 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Wed, 19 Jun 2024 22:43:14 +0000
(17:43 -0500)
src/pgwui_core/core.py
patch
|
blob
|
history
diff --git
a/src/pgwui_core/core.py
b/src/pgwui_core/core.py
index 96c1549c9fdf6b5c179703ee76916905f1b22074..64d84c282c00fd2845b94ec09d04473de20f9c92 100644
(file)
--- a/
src/pgwui_core/core.py
+++ b/
src/pgwui_core/core.py
@@
-649,10
+649,10
@@
def format_exception(ex):
@attrs.define(slots=False)
class SQLCommand():
'''
- An SQL command
that returns nothing
+ An SQL command
or commands
Attributes:
- stmt The statement, formatted for psycopg3 substitution
+ stmt The statement
or statements
, formatted for psycopg3 substitution
args Tuple of arguments used to substitute when executed.
ec(ex) Produces the exception to raise an instance of on failure
Input: