File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 325325rp_attr = u"""
326326.. |attr_mode| replace:: :py:attr:`.mode`
327327
328- .. |attr_table_name_description| replace::
328+ .. |attr_table_name_description| replace::
329329 Table name string.
330330 Following format specifiers are replaced with specific string.
331331
332332.. |attr_table_name_header| replace:: format specifier
333333"""
334334
335335rp_method = u"""
336- .. |make_table_name| replace::
336+ .. |make_table_name| replace::
337337 Make table name string from :py:attr:`~simplesqlite.loader.interface.TableLoader.table_name`.
338338 Following format specifiers are replaced with specific string.
339339"""
340340
341341rp_param = u"""
342+ .. |primary_key| replace::
343+ Primary key of the creating table.
344+
342345.. |index_attr_list| replace::
343346 List of attribute names that creating indices.
344347
354357rp_raises = u"""
355358.. |raises_check_connection| replace::
356359 If not connected to a SQLite database file.
357-
360+
358361.. |raises_verify_table_existence| replace::
359362 If the table not found in the database.
360-
363+
361364.. |raises_operational_error| replace::
362365 If failed to execute a query.
363366
You can’t perform that action at this time.
0 commit comments