git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d907e45
)
- fix typo
author
Mark Huang
<mlhuang@cs.princeton.edu>
Tue, 24 Oct 2006 20:02:09 +0000
(20:02 +0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Tue, 24 Oct 2006 20:02:09 +0000
(20:02 +0000)
PLC/Table.py
patch
|
blob
|
history
diff --git
a/PLC/Table.py
b/PLC/Table.py
index
4174f10
..
d7b8517
100644
(file)
--- a/
PLC/Table.py
+++ b/
PLC/Table.py
@@
-112,7
+112,7
@@
class Row(dict):
(table, key,
self.api.db.param(self.primary_key, self[self.primary_key]))
- self.api.db.do(sql, self)
+
self.api.db.do(sql, self)
if commit:
self.api.db.commit()