mirror of
https://github.com/python/cpython.git
synced 2025-12-05 00:52:25 +00:00
Merge from 3.5
This commit is contained in:
commit
f84f259b0b
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ extern PyObject* pysqlite_NotSupportedError;
|
||||||
extern PyObject* time_time;
|
extern PyObject* time_time;
|
||||||
extern PyObject* time_sleep;
|
extern PyObject* time_sleep;
|
||||||
|
|
||||||
/* A dictionary, mapping colum types (INTEGER, VARCHAR, etc.) to converter
|
/* A dictionary, mapping column types (INTEGER, VARCHAR, etc.) to converter
|
||||||
* functions, that convert the SQL value to the appropriate Python value.
|
* functions, that convert the SQL value to the appropriate Python value.
|
||||||
* The key is uppercase.
|
* The key is uppercase.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue