cpython/Lib/sqlite3/test
Berker Peksag c415440faa Issue #27188: Fix various sqlite3 documentation errors
* Connection.execute* methods don't create intermediate cursor objects
* Fix description of seq_of_parameters parameter
* Clarify that Warning is sqlite3.Warning
* sql_script parameter of Cursor.executescript() doesn't accept bytes
* Add missing tests
* Fix various markup errors

Initial patch by Dave Sawyer.
2016-06-12 13:41:47 +03:00
..
__init__.py
dbapi.py Issue #27188: Fix various sqlite3 documentation errors 2016-06-12 13:41:47 +03:00
dump.py
factory.py Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). 2015-05-22 11:13:20 +03:00
hooks.py weaken callback count inequality (closes #20901) 2014-03-12 21:51:52 -05:00
regression.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 08:32:47 +03:00
transactions.py
types.py Issue #23641: Cleaned out legacy dunder names from tests and docs. 2015-03-12 21:56:08 +02:00
userfunctions.py Issue #23758: Improve num_params docs of create_{function,aggregate} functions 2016-03-27 22:39:14 +03:00