summaryrefslogtreecommitdiff
path: root/external/public-domain/sqlite/man/sqlite3rebaser_configure.3
blob: 27dcf5239950010c3fce0bc0c730ae5dc5700fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.Dd December 19, 2018
.Dt SQLITE3REBASER_CONFIGURE 3
.Os
.Sh NAME
.Nm sqlite3rebaser_configure
.Nd Configure a changeset rebaser object.
.Sh SYNOPSIS
.Ft int 
.Fo sqlite3rebaser_configure
.Fa "sqlite3_rebaser*"
.Fa "int nRebase"
.Fa "const void *pRebase "
.Fc
.Sh DESCRIPTION
Configure the changeset rebaser object to rebase changesets according
to the conflict resolutions described by buffer pRebase (size nRebase
bytes), which must have been obtained from a previous call to sqlite3changeset_apply_v2().