This commit is contained in:
Gregor Aisch
2013-04-01 22:41:06 +02:00
parent 26b40c8055
commit 077b3f520f
+1 -1
View File
@@ -23,7 +23,7 @@ class Table(object):
self.table.drop(engine)
def insert(self, row, ensure=True, types={}):
""" Add a row (type: dict). If ``ensure`` is set, any of
""" Add a row (type: dict). If ``ensure`` is set, any of
the keys of the row are not table columns, they will be type
guessed and created. """
if ensure: