We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Cursor pickling
Note in `columns.is_nullable` should be `SQL_NULLABLE_UNKNOWN` instead of `SQL_NULLS_UNKNOWN`
add crsr contextlib.closing example
Simple grammar fix
update .columns()
add cursor messages attribute
Updated Cursor (markdown)
cursor page formatting
Cursor context manager tweak
clarify executemany() example when autocommit is True
Added fetchval to Cursor methods
separate the two executemany() forms
autocommit is not an attribute of Cursor, it is an attribute of Connection. Changed example to reflect this.
executemany() behavior when fast_executemany is False
setinputsizes
Fixing type (paras => params)
add link to "Calling Stored Procedures"
minor corrections to the 'tables' function
Created Cursor (markdown)