Update api.rst
Add missing method "update_many"
This commit is contained in:
parent
f81ed66732
commit
bd307909ef
@ -26,7 +26,7 @@ Table
|
||||
-----
|
||||
|
||||
.. autoclass:: dataset.Table
|
||||
:members: columns, find, find_one, all, count, distinct, insert, insert_ignore, insert_many, update, upsert, upsert_many, delete, create_column, create_column_by_example, drop_column, create_index, drop, has_column, has_index
|
||||
:members: columns, find, find_one, all, count, distinct, insert, insert_ignore, insert_many, update, update_many, upsert, upsert_many, delete, create_column, create_column_by_example, drop_column, create_index, drop, has_column, has_index
|
||||
:special-members: __len__, __iter__
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user