Title: [979] Add version note for get_as_list/dict
Revision
979
Author
cito
Date
2019-04-21 15:28:33 -0400 (Sun, 21 Apr 2019)

Log Message

Add version note for get_as_list/dict

Modified Paths


Diff

Modified: branches/5.0.x/docs/contents/pg/db_wrapper.rst (978 => 979)


--- branches/5.0.x/docs/contents/pg/db_wrapper.rst	2019-04-21 19:07:48 UTC (rev 978)
+++ branches/5.0.x/docs/contents/pg/db_wrapper.rst	2019-04-21 19:28:33 UTC (rev 979)
@@ -621,6 +621,8 @@
 you will get the first items of these tuples.  This is useful if the result
 has only one column anyway.
 
+.. versionadded:: 5.0
+
 .. method:: DB.get_as_dict(table, [keyname], [what], [where], [order], [limit], [offset], [scalar])
 
     Get a table as a dictionary
@@ -657,6 +659,8 @@
 if not specified.  You can set *order* to *False* if you don't care about the
 ordering.  In this case the returned dictionary will be an ordinary one.
 
+.. versionadded:: 5.0
+
 escape_literal/identifier/string/bytea -- escape for SQL
 --------------------------------------------------------
 

Modified: trunk/docs/contents/pg/db_wrapper.rst (978 => 979)


--- trunk/docs/contents/pg/db_wrapper.rst	2019-04-21 19:07:48 UTC (rev 978)
+++ trunk/docs/contents/pg/db_wrapper.rst	2019-04-21 19:28:33 UTC (rev 979)
@@ -755,6 +755,8 @@
 you will get the first items of these tuples.  This is useful if the result
 has only one column anyway.
 
+.. versionadded:: 5.0
+
 .. method:: DB.get_as_dict(table, [keyname], [what], [where], [order], [limit], [offset], [scalar])
 
     Get a table as a dictionary
@@ -791,6 +793,8 @@
 if not specified.  You can set *order* to *False* if you don't care about the
 ordering.  In this case the returned dictionary will be an ordinary one.
 
+.. versionadded:: 5.0
+
 escape_literal/identifier/string/bytea -- escape for SQL
 --------------------------------------------------------
 
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo/pygresql

Reply via email to