File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ _sqlite3.Connection.__init__ as pysqlite_connection_init
85
85
isolation_level: object = NULL
86
86
check_same_thread: bool(accept={int}) = True
87
87
factory: object(c_default='(PyObject*)pysqlite_ConnectionType') = ConnectionType
88
- cached_statements: int = 100
88
+ cached_statements: int = 128
89
89
uri: bool = False
90
90
[clinic start generated code]*/
91
91
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ _sqlite3.connect as pysqlite_connect
73
73
isolation_level: object = NULL
74
74
check_same_thread: bool(accept={int}) = True
75
75
factory: object(c_default='(PyObject*)pysqlite_ConnectionType') = ConnectionType
76
- cached_statements: int = 100
76
+ cached_statements: int = 128
77
77
uri: bool = False
78
78
79
79
Opens a connection to the SQLite database file database.
You can’t perform that action at this time.
0 commit comments