Document insert()'s return.

This commit is contained in:
Alexei
2015-01-07 09:06:34 -05:00
parent 77206b8dcf
commit 7bec815714
+2
View File
@@ -60,6 +60,8 @@ class Table(object):
data = dict(title='I am a banana!')
table.insert(data)
Returns the inserted row's primary key.
"""
self._check_dropped()
if ensure: