Author: cito Date: Fri Jan 15 09:27:15 2016 New Revision: 749 Log: Forgot "versionadded" hint in the docs
Modified: branches/4.x/docs/contents/pg/db_wrapper.rst trunk/docs/contents/pg/db_wrapper.rst Modified: branches/4.x/docs/contents/pg/db_wrapper.rst ============================================================================== --- branches/4.x/docs/contents/pg/db_wrapper.rst Fri Jan 15 09:25:31 2016 (r748) +++ branches/4.x/docs/contents/pg/db_wrapper.rst Fri Jan 15 09:27:15 2016 (r749) @@ -444,6 +444,8 @@ descendant tables are included. If the parameter *table* is a list, the parameter *only* can also be a list of corresponding boolean values. +.. versionadded:: 4.2 + escape_literal -- escape a literal string for use within SQL ------------------------------------------------------------ Modified: trunk/docs/contents/pg/db_wrapper.rst ============================================================================== --- trunk/docs/contents/pg/db_wrapper.rst Fri Jan 15 09:25:31 2016 (r748) +++ trunk/docs/contents/pg/db_wrapper.rst Fri Jan 15 09:27:15 2016 (r749) @@ -505,6 +505,8 @@ descendant tables are included. If the parameter *table* is a list, the parameter *only* can also be a list of corresponding boolean values. +.. versionadded:: 4.2 + escape_literal -- escape a literal string for use within SQL ------------------------------------------------------------ _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
