head	1.1;
access;
symbols;
locks; strict;
comment	@.\" @;


1.1
date	2026.04.28.20.40.42;	author christos;	state Exp;
branches;
next	;
commitid	bkVinBKnhvhtDLDG;


desc
@@


1.1
log
@Merge conflicts between 3.53.3 and 3.45.1
@
text
@.Dd $Mdocdate$
.Dt SQLITE_SETLK_BLOCK_ON_CONNECT 3
.Os
.Sh NAME
.Nm SQLITE_SETLK_BLOCK_ON_CONNECT
.Nd flags for sqlite3_setlk_timeout()
.Sh SYNOPSIS
.In sqlite3.h
.Fd #define SQLITE_SETLK_BLOCK_ON_CONNECT
.Sh DESCRIPTION
.Sh IMPLEMENTATION NOTES
These declarations were extracted from the
interface documentation at line 3111.
.Bd -literal
#define SQLITE_SETLK_BLOCK_ON_CONNECT 0x01
.Ed
@
