summaryrefslogtreecommitdiff
path: root/doc/src/cursor.rst
Commit message (Expand)AuthorAgeFilesLines
* Add note about cursor.callproc() and PostgreSQL proceduresDaniele Varrazzo2021-06-161-0/+10
* Use datetime.timezone as default tzinfo_factory.Daniele Varrazzo2021-06-151-2/+4
* cursor.rst typo: was createsHans Ginzel2021-05-201-1/+1
* Document context manager usage in connection and cursor docsDaniele Varrazzo2020-09-051-0/+10
* Added docs about pgconn_ptr, pgresult_ptrlibpq-ptrsDaniele Varrazzo2019-02-161-0/+18
* Added docs for the Column objectDaniele Varrazzo2018-10-111-35/+38
* Prefer https:// URLs when availableJon Dufresne2018-09-221-8/+8
* Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-011-22/+22
* Added docs about the usability of sql objects with copy_expert()sql-copyDaniele Varrazzo2017-03-161-1/+4
* Fixed argument name in executemany docsDaniele Varrazzo2017-02-081-1/+1
* Dropped references to prepare in cur.execute[many] docsDaniele Varrazzo2017-02-081-6/+5
* Added execute_batch and execute_values functionsDaniele Varrazzo2017-02-011-6/+11
* Mention named callproc in news, fixed docs.Daniele Varrazzo2016-12-261-2/+3
* Merge branch 'master' into named-callprocDaniele Varrazzo2016-12-261-1/+4
|\
| * Wordsmithing on COPY commandsDaniele Varrazzo2016-07-011-1/+4
* | callproc: tests, docs, and comment/error-reporting touchups.mrmilosz2015-12-121-6/+11
|/
* Added note about table names to be escaped in copy_*() methods.Daniele Varrazzo2015-05-031-0/+13
* Clarify in the docs that mogrify() and query always return bytesDaniele Varrazzo2014-04-031-3/+5
* Document that named cursors don't raise an exception going out-of-boundDaniele Varrazzo2013-10-161-4/+7
* Added documentation for the with statementDaniele Varrazzo2012-12-031-0/+5
* Splitting the release of new features in version 2.5Daniele Varrazzo2012-12-031-1/+1
* Clarification in copy_expert docsDaniele Varrazzo2012-10-151-2/+11
* Added documentation for scrollable cursorsDaniele Varrazzo2012-08-151-6/+38
* Update all links to PostgreSQL docs to the current version.Marti Raudsepp2012-02-281-7/+7
* Typos fixed in copy methodsDaniele Varrazzo2012-02-231-2/+2
* Typo fixed writeable -> writableDaniele Varrazzo2011-12-111-1/+1
* Fixed docs for the copy null parameterDaniele Varrazzo2011-10-201-2/+4
* Fixed pasto in docsDaniele Varrazzo2011-10-061-1/+1
* WITH HOLD documentation a argument parsing changesFederico Di Gregorio2011-08-101-0/+13
* Fixed documentation for COPY methodsDaniele Varrazzo2011-06-071-23/+30
* Documentation cleanupDaniele Varrazzo2011-02-191-33/+44
* Display a note as a note in the cursor.lastrowid docsDaniele Varrazzo2011-02-191-4/+6
* Cursor docs reorderedDaniele Varrazzo2011-02-191-31/+32
* Provide cursor.description as named tuple if possibleDaniele Varrazzo2011-02-191-4/+9
* Improved documentation for cursor.descriptionDaniele Varrazzo2011-02-171-16/+24
* Added cursor.itersizeDaniele Varrazzo2011-02-171-12/+14
* Dropped reference to release 2.3.3 in the docsDaniele Varrazzo2011-02-151-3/+3
* Fetch 'arraysize' records per roundtrip in named cursors iterationDaniele Varrazzo2011-02-051-0/+17
* Added cursor.cast() methodDaniele Varrazzo2011-01-011-14/+28
* Refer to PostgreSQL 9.0 documentation.Daniele Varrazzo2010-09-231-3/+3
* Ensure to close the connections in the doctests to avoid deadlocks.Daniele Varrazzo2010-04-211-0/+5
* Fixed async documentation after cursor.poll() dropped.Daniele Varrazzo2010-04-211-28/+0
* Added documentation for the new asynchronous support.Daniele Varrazzo2010-04-081-41/+25
* A bunch of typo fixed in the docsDaniele Varrazzo2010-03-031-0/+2
* Use the default role for cross referencing Python objects.Daniele Varrazzo2010-02-261-39/+39
* Cleaned up parameters style from the docs.Daniele Varrazzo2010-02-181-23/+23
* Fixed code block.Daniele Varrazzo2010-02-161-1/+1
* Added documentation for database large objects.Daniele Varrazzo2010-02-161-9/+10
* Documentation dir reordered.Daniele Varrazzo2010-02-141-0/+509