| Commit message (Collapse) | Author | Age |
|
|
| |
FossilOrigin-Name: 437fb316389bc3c24c5cdb4d01edfc81e2c2e9f2b399fc2a95b05d279361d8ec
|
|
|
|
|
| |
with no explicit PRIMARY KEY.
FossilOrigin-Name: 8a612f0860126c0c8473b1e65fcabb9a8821d8bf09fdf3f6018acfc99df9af71
|
|
|
|
|
| |
sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts.
FossilOrigin-Name: cb023fe28560ce0f8c2fd48042553fcdb9db81eba9552be75165de0d46a2645c
|
|
|
|
|
| |
sqlite3changeset_apply() calls with the SQLITE_CHANGESET_INVERT flag is set.
FossilOrigin-Name: d73e857b833dfc29400049ca7f01ca465f980466e3aa67214c3c5e5573181419
|
|
|
|
|
| |
applying a changeset in a single step.
FossilOrigin-Name: d4b6406e7f5ba06ac73ab9fdef57232b2459e0af12420ed946ebed6aef46f0b1
|
|
|
|
|
|
| |
allocate enough memory for the entire input buffer - which defeats the point
of a streaming interface.
FossilOrigin-Name: 7594e60935b0b5dcf764476dccdf9b403303818a0419a30bc2c16d58e44f6d04
|
|
|
| |
FossilOrigin-Name: 7475a363ebb272ae23c0796fe7587714a156dc6a3a4a57ed948ed6f69d3c1218
|
|
|
|
|
| |
extended using ALTER TABLE ADD COLUMN.
FossilOrigin-Name: b20ff81ff9c8af500ea96e0ba9d34524220a89f1
|
|
|
|
|
| |
sessions test cases.
FossilOrigin-Name: 6602974d17536bcb904a794bddedffd58926794b
|
|
|
|
|
| |
and patchsets in the same order that they were attached to the sessions object.
FossilOrigin-Name: 7695890230dc1e0c6db9b7aa509db2039c7f7239
|
|
|
|
|
| |
primary keys as documented.
FossilOrigin-Name: bdaf9575cd9ebb33dc5da4062a84bca79e7b0fec
|
|
|
|
|
|
| |
"_strm" instead of "_str". In other words, added an "m" to the end, to
try to make it clear that we are talking about a "stream" and not a "string.
FossilOrigin-Name: 1f44bfdc237ee6304f4aa56e5c5d1c0d74fcc944
|
|
|
| |
FossilOrigin-Name: df0b2d21dcd81679e55b24866f97568019932983
|
|
|
|
|
| |
name, attach all database tables to the session object.
FossilOrigin-Name: e9037e4e4ccaa5c633759c4d041b60b631b92c6c
|
|
|
| |
FossilOrigin-Name: 06048a68b351e3eb15a890cb54db8a1d4b345fbc
|
|
|
| |
FossilOrigin-Name: 39cdfa5324ae91bfbbac733b1e3e2d33ca883340
|
|
to the same.
FossilOrigin-Name: 32e95164d1192b87b1ab019549fd2394642cd3fe
|