Document insert()'s return.

This commit is contained in:
Alexei 2015-01-07 09:06:34 -05:00
parent 77206b8dcf
commit 7bec815714

View File

@ -60,6 +60,8 @@ class Table(object):
data = dict(title='I am a banana!') data = dict(title='I am a banana!')
table.insert(data) table.insert(data)
Returns the inserted row's primary key.
""" """
self._check_dropped() self._check_dropped()
if ensure: if ensure: