Commit Graph

611 Commits

Author SHA1 Message Date
drh
1dcdbc0639 Limit the number of errors returned by PRAGMA integrity_check to 100 by
default.  Specify an alternative limit using an argument to the pragma.
Ticket #2176. (CVS 3609)

FossilOrigin-Name: d564a039f27be2bb2c3973e79dc99b25869139da
2007-01-27 02:24:54 +00:00
drh
db0c7a46af Prepare for the release of version 3.3.11 (CVS 3598)
FossilOrigin-Name: daf288302407b103051d8440df371e4cb79769eb
2007-01-22 13:06:02 +00:00
drh
595e6120ee More homepage typo fixes. (CVS 3589)
FossilOrigin-Name: 85b5d446b03cd0eb06a41a755f97295c98991a75
2007-01-10 13:34:18 +00:00
drh
3ae25dc89d Fix a typo on the homepage. (CVS 3588)
FossilOrigin-Name: a0b429914b14c5c9a6169ced8b83fdb87e7bdfec
2007-01-10 13:32:43 +00:00
drh
a09883f377 Corrections to the documentation on sqlite3_exec(). Ticket #2161. (CVS 3586)
FossilOrigin-Name: afd33f62ecf9f14255f5593ea87636b9deab7b92
2007-01-10 12:57:29 +00:00
drh
86939b598f Corrections to the documentation for sqlite3_busy_handler(). Ticket #2160. (CVS 3585)
FossilOrigin-Name: 9614c0f99f27e8c6576a1a3ec5573b9bc414e8a8
2007-01-10 12:54:51 +00:00
drh
3372bdf587 Documentation updates prior to version 3.3.10. Among the changes is a
fix for ticket #2148 (CVS 3584)

FossilOrigin-Name: 686beffa6956654fc43a2e3f1ea2896b86533774
2007-01-09 23:13:06 +00:00
drh
297a66c257 Documentation and tests to show that the cause of a parsing error is
available on sqlite3_errmsg after sqlite3_step return SQLITE_SCHEMA. (CVS 3581)

FossilOrigin-Name: 31a661d424d0fe03eaf78f98031e360102dafeff
2007-01-09 15:06:41 +00:00
drh
d47bcb9c73 Updates tests and documentation to justify the behavior observed in
ticket #2158.  No changes to code. (CVS 3580)

FossilOrigin-Name: e1f7cf065d2c4ca53e233a4506759a1899ad0560
2007-01-09 15:02:03 +00:00
drh
20f99c438f Updates to the sqlite3 command-line shell documentation. Ticket #2144. (CVS 3573)
FossilOrigin-Name: 3a422bb9eedf5357ce4d3bed68981c000eb96ee4
2007-01-08 14:31:35 +00:00
drh
f742d78326 Another typo fixed in changes.html (CVS 3569)
FossilOrigin-Name: 70033a0ea41e698237e886c7ab010a360ea53bb5
2007-01-06 13:11:35 +00:00
drh
db960ec3c2 Fix typo in changes.html. (CVS 3567)
FossilOrigin-Name: cc1df49b7a54fb11ccaa83e70f8a024d733744a5
2007-01-06 13:05:34 +00:00
drh
e6d9b33208 Put a missing double-quote into the changes.html page. (CVS 3558)
FossilOrigin-Name: 277f8faae4f014b0162713369b074520b628a465
2007-01-04 18:01:41 +00:00
drh
1d9b796f8c Increase the version number to 3.3.9. Documentation changes prior to the
release of version 3.3.9. (CVS 3556)

FossilOrigin-Name: 7e2832978f69cad105699259247581514ee7bd33
2007-01-04 16:37:40 +00:00
drh
73aa096f36 Updates to the "Distinctive Features" document. (CVS 3530)
FossilOrigin-Name: c734585e1a801bec2d393d000c323ba842c2292d
2006-12-18 14:12:21 +00:00
drh
1fe336f69c Update the documentation to talk about the new sqlite3_prepare_v2() API. (CVS 3507)
FossilOrigin-Name: d9e14b6121a7b6786cccafd6e1e83474554632aa
2006-11-09 15:18:00 +00:00
drh
383736b7c9 Website changes for version 3.3.8. Remove a C++-ism from test8.c. (CVS 3468)
FossilOrigin-Name: 465ce5b2fe4462191dd02672838f3f903cd0f976
2006-10-08 18:56:57 +00:00
drh
8c77bdde9f Fix documentation typo. Ticket #1986 (CVS 3437)
FossilOrigin-Name: 58c32ce35a04838b4a8e4210299bac935e60bfb9
2006-09-23 20:46:23 +00:00
drh
572d11dc8f Add documentation for the sqlite3_extended_result_codes() API. (CVS 3425)
FossilOrigin-Name: a6b3f6bed209dc27d36cd4e159159f73266e9911
2006-09-15 16:58:48 +00:00
drh
fdd48a76a6 Add support for IF EXISTS on CREATE/DROP TRIGGER/VIEW. Ticket #1899. (CVS 3406)
FossilOrigin-Name: e4fe736cfbbdc081581911a01690576034877b72
2006-09-11 23:45:48 +00:00
drh
b3556f3d71 Improvements to the documentation of the return codes for sqlite3_step().
Tickets #1633, #1366, #1178, #906, and probably others too. (CVS 3395)

FossilOrigin-Name: 508248e783dc1e3da3695b28467ca3b79629e582
2006-09-08 11:56:30 +00:00
drh
e07b862e71 Document the fact that SQLite allows NULL values in PRIMARY KEY columns
and the fact that we might design to change this in the future.
Ticket #518. (CVS 3373)

FossilOrigin-Name: b99d845ef4776595022c6fb855e582cfe6ef2f9f
2006-08-29 13:08:37 +00:00
drh
b8b1421963 Documentation updates for the new SQLITE_FUNCTION authorization. (CVS 3366)
FossilOrigin-Name: e029637e54e190c89206725a99e1ee7db6c23804
2006-08-24 15:18:25 +00:00
drh
a7e18326c6 Fix bug in documentation. Ticket #1927. (CVS 3359)
FossilOrigin-Name: 90296bc8fa443833e6316c873dd18b951d3247f7
2006-08-19 13:32:05 +00:00
drh
9bd41eaec7 Remove obsolete clause in the documentation. Ticket #1923. (CVS 3356)
FossilOrigin-Name: d4f182e5aa7163de3c692c9ce8dc9092d9d8de49
2006-08-16 22:58:49 +00:00
drh
b308fdc5e9 Documentation changes prior to the release of 3.3.7. (CVS 3347)
FossilOrigin-Name: c276cca2aafc1b417e12ba7119c65902ef7d61ec
2006-08-12 14:38:46 +00:00
drh
72c4d3e7ed Fix spelling of Perl on the homepage. (CVS 3319)
FossilOrigin-Name: 255c5a99468c47fed0aaffeeeb28d5af9a99ee11
2006-07-02 10:21:35 +00:00
drh
baaa7f409d Additional documentation on the 3.3.0 file format change added to
formatchng.html. (CVS 3306)

FossilOrigin-Name: 955551ca2e66a1f21dae21aa0265906887d7138d
2006-06-27 12:24:13 +00:00
drh
ac743e292d Move older news items
to the oldnews.html page. (CVS 3304)

FossilOrigin-Name: 80163ded7d7a8d6897b59df988286f987b221d08
2006-06-27 11:14:13 +00:00
drh
28dd479c48 Publish APIs sqlite3_malloc() and sqlite3_realloc() that use the OS-layer
memory allocator.  Convert sqlite3_free() and sqlite3_mprintf() to also
use the OS-layer memory allocator. (CVS 3298)

FossilOrigin-Name: 85a66a25e97471d3c459c8da6a96990b0537dc7d
2006-06-26 21:35:44 +00:00
drh
605903f42e Syntax documentation updates. (CVS 3294)
FossilOrigin-Name: df601a7b374cb6ec21a2e91abf17af4fed404393
2006-06-26 10:37:11 +00:00
drh
2f47c86adf Update the news column on the homepage. (CVS 3275)
FossilOrigin-Name: 24a94bb07589c04305eceec1dc9a1a9a2c39e2c5
2006-06-20 00:22:37 +00:00
drh
fdb83b2fa1 Add the load_extension() SQL function. (CVS 3269)
FossilOrigin-Name: e08e2ddafe909ae6073ec56dfa3fdca23e36bf2e
2006-06-17 14:12:47 +00:00
drh
badf7a7a2f Better documentation on the limits of user-defined functions. And a
marginally better error message when those limits are exceeded.
Ticket #1847. (CVS 3247)

FossilOrigin-Name: 0d369ff071d296501cc33d4622144b22946ac555
2006-06-14 15:35:36 +00:00
drh
e7d46464d1 Free error message string in the quick start example. (CVS 3225)
FossilOrigin-Name: 1273261ba7a21062217e7fbc3447b5dadf53010f
2006-06-13 11:27:21 +00:00
drh
600e201757 Changes in preparation for version 3.3.6. (CVS 3205)
FossilOrigin-Name: b2e11e02902d6fa8fc2fb95cda4810e837d6861e
2006-06-06 12:38:50 +00:00
drh
09b172fa31 Fix typo in lang_analyze.html. (CVS 3195)
FossilOrigin-Name: fba8ce8c383fa8e66bc2dd5a354f411ad2b83c6d
2006-05-31 11:12:01 +00:00
drh
c55cd6ad9a Clarify the operation of sqlite3_last_insert_rowid() in the documentation. (CVS 3194)
FossilOrigin-Name: 9e0b83b81f13277b9da877bdd96c544ec66533f0
2006-05-27 11:15:47 +00:00
drh
8159a35f46 Fix type coercion rules for the IN operator. Ticket #1821. (CVS 3188)
FossilOrigin-Name: 6e5a49762166a942e1b2c3beae8a30c07187eb10
2006-05-23 23:22:29 +00:00
drh
2886cc0783 Fix documentation typo: The name of the competing database engine is
"Firebird", not "Firefox". (CVS 3185)

FossilOrigin-Name: 8be6a39d7108839b0fb298a2d536d68ebca86d66
2006-05-11 13:33:14 +00:00
drh
a28ca908e3 Fix a typo on a webpage. Ticket #1792. (CVS 3179)
FossilOrigin-Name: 2702205277f45aadd2f07d51f71af4efd266228f
2006-05-03 23:39:36 +00:00
drh
bdb754bd12 Fix typos in the previous check-in. (CVS 3166)
FossilOrigin-Name: 119ec402281c142359cfe5ccf1416bf69eed103f
2006-04-05 12:50:08 +00:00
drh
9100726972 Preparing for the release of version 3.3.5. (CVS 3165)
FossilOrigin-Name: 159fb92bd5290098986709f5d9ff8183e9059d53
2006-04-05 12:15:11 +00:00
drh
9d578358ee Add documentation on new sqlite_authorizer callback types. Ticket #1744. (CVS 3163)
FossilOrigin-Name: fdbff3f145296d5dcba8987c25629e27353e2ab0
2006-04-05 01:08:35 +00:00
drh
401361b8b6 Documentation typos. Tickets #1749 and #1750. (CVS 3162)
FossilOrigin-Name: 51b35ace203a33f6f04f1139ca8ab652c5c76f9a
2006-04-05 01:02:08 +00:00
drh
41b070ed8b Remove mention of the REVERSE collating sequence from the documentation. (CVS 3159)
FossilOrigin-Name: bd6876a1a946a9b266b31d776081464de7c7f437
2006-04-01 14:38:41 +00:00
drh
dad23147ca Add a note to the API documentation emphasizing that the filename argument
to sqlite3_open() must be UTF-8.  Tickets #1713, #1533. (CVS 3151)

FossilOrigin-Name: b0111f43e4f82f0c3144d1e6348d9e5fae504d95
2006-03-25 14:03:42 +00:00
drh
aa01c7e2cd Fix CHECK constraints to use alternative conflict resolution. Ticket #1717. (CVS 3137)
FossilOrigin-Name: c0d20fa97f94313e6b7ee5b4baa236ef5b664d76
2006-03-15 16:26:10 +00:00
drh
aa701b2827 Fix documentation to show the correct return type from sqlite3_db_handle().
Ticket #1716. (CVS 3132)

FossilOrigin-Name: f4fb047d0a0939ab6a25b75999501f5956e9f67c
2006-03-13 14:31:39 +00:00
drh
f1d83a7134 Fix typo in documentation. Ticket #1578. (CVS 3124)
FossilOrigin-Name: cb2e009f1748e8c4945e85a3d36b4435003412f0
2006-03-03 21:39:54 +00:00