Skip to content

Commit dec196b

Browse files
Update stubs/cysqlite/cysqlite/_cysqlite.pyi
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
1 parent 6cf2614 commit dec196b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/cysqlite/cysqlite/_cysqlite.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class Connection(_callable_context_manager):
199199
check_table_sizes: bool = False,
200200
dry_run: bool = False,
201201
) -> Cursor: ...
202-
def pragma(self, key: str, value: Any = sentinel, database: str | None = None, multi: bool = False) -> None: ...
202+
def pragma(self, key: str, value: Any = sentinel, database: str | None = None, multi: bool = False, permanent: bool = False) -> None: ...
203203
def progress(self, fn: Callable[[int, int, bool], None], n: int = 1) -> None: ...
204204
def register_adapter(self, python_type: type[Any], fn: Callable[..., Any]) -> None: ...
205205
def register_converter(self, data_type: str, fn: Callable[..., Any]) -> None: ...

0 commit comments

Comments
 (0)