SQLite

All files named ”www/c_interface.tcl”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for www/c_interface.tcl

2008-05-26
20:19
Deleted: Update the amalgamation builder to incorporate the RTREE extension. (CVS 5160) (check-in: [aa8eba3360] user: drh branch: trunk, size: 0)
2004-11-19
11:59
[b51b085915] part of check-in [ea315668e5] Split up the lang.html page into a seperate page for each command. (CVS 2116) (check-in: [ea315668e5] user: danielk1977 branch: trunk, size: 43788)
2004-11-10
05:48
[ea5a73b330] part of check-in [fe200eaf37] Add user documentation for the "pragma auto_vacuum" command. (CVS 2084) (check-in: [fe200eaf37] user: danielk1977 branch: trunk, size: 43786)
2004-08-30
14:58
[83b39203e1] part of check-in [9322c439c5] Documentation updates (CVS 1921) (check-in: [9322c439c5] user: drh branch: trunk, size: 43774)
2004-05-31
15:06
[2176519fc2] part of check-in [2052911b1f] Website redesign in preparation for adding version 3 documentation. (CVS 1506) (check-in: [2052911b1f] user: drh branch: trunk, size: 43774)
2003-10-18
09:37
[17d8bd9e7b] part of check-in [ddb364635a] Add sqlite_progress_handler() API for specifying an progress callback (CVS 1111) (check-in: [ddb364635a] user: danielk1977 branch: trunk, size: 44047)
2003-07-08
23:42
[acacd31d44] part of check-in [303b2da1ac] Enhance the C/C++ documentation to clarify the meaning of the return value from sqlite_changes(). Ticket #383. (CVS 1048) (check-in: [303b2da1ac] user: drh branch: trunk, size: 42801)
2003-03-01
19:45
[5b54a6f65b] part of check-in [620e1065e9] Get the non-callback API working with the EXPLAIN keyword and for PRAGMAs. Tickets #258 and #257. Update the API documentation on the sqlite_changes() routine to explain how it works with the non-callback API. Ticket #250. (CVS 875) (check-in: [620e1065e9] user: drh branch: trunk, size: 42166)
2003-01-29
22:58
[bca0aea880] part of check-in [af1e929946] Additional testing and bug fixing with the non-callback API. Updated the C/C++ interface document to describe the non-callback API. (CVS 855) (check-in: [af1e929946] user: drh branch: trunk, size: 42091)
2002-08-24
18:24
[e76c9fd609] part of check-in [22d8726e61] Change the way token memory is allocated in an effort to fix ticket #136. There is now a memory leak when using views of views. (CVS 725) (check-in: [22d8726e61] user: drh branch: trunk, size: 32196)
2002-08-15
11:48
[70548ff5f7] part of check-in [048b16c111] Additional test cases and documentation updates. (CVS 717) (check-in: [048b16c111] user: drh branch: trunk, size: 31933)
2002-08-02
10:36
[fb87b825b9] part of check-in [bdbdb866f2] Remove the restriction that a transaction cannot be started by one linuxthread and continued by another. Leave in the documentation the warning about not carrying a database connection across fork() but do not test for it any more. Ticket #130. (CVS 701) (check-in: [bdbdb866f2] user: drh branch: trunk, size: 31930)
2002-07-30
17:42
[59338ef6b9] part of check-in [0b0c0492cc] Fix for ticket #111: Update the documentation to explain that you may not start a transaction in one thread and complete it in another thread under Linux Threads where each thread has its own process ID. (CVS 695) (check-in: [0b0c0492cc] user: drh branch: trunk, size: 32420)
2002-07-13
17:18
[580c03f096] part of check-in [d918de5f06] Fix for ticket #99: Added documentation on the sqlite_mprintf() API. (CVS 674) (check-in: [d918de5f06] user: drh branch: trunk, size: 31045)
2002-06-16
04:57
[58cf4d128d] part of check-in [633ce4dd25] Added explanation and examples for %Q format specifier. (CVS 623) (check-in: [633ce4dd25] user: chw branch: trunk, size: 30209)
2002-05-15
23:26
[badaceafef] part of check-in [454879fa40] Fix a typo in the c_interface.html documentation file. (CVS 568) (check-in: [454879fa40] user: drh branch: trunk, size: 29442)
2002-05-10
13:14
[d8c0cdd533] part of check-in [f42907ce45] Improvements to the SQLITE_MISUSE detection logic. Also added test cases for this logic, including the new test file "misuse.test". (CVS 559) (check-in: [f42907ce45] user: drh branch: trunk, size: 29443)
05:44
[fbaddacc3f] part of check-in [a05fabd2df] Attempt to detect when two or more threads try to use the same database at the same time and return an SQLITE_MISUSE error. Also return this error if an attempt is made to use a closed database. (CVS 558) (check-in: [a05fabd2df] user: drh branch: trunk, size: 29553)
2002-04-12
10:08
[79f63ffa8c] part of check-in [6e71493b9d] Fix for bug #15: Add the sqlite_changes() API function for retrieving the number of rows that changed in the previous operation. (CVS 526) (check-in: [6e71493b9d] user: drh branch: trunk, size: 29020)
2002-03-04
02:26
[567cda531a] part of check-in [36a8fe0ad0] Updates to the documentation. Changed version number to 2.4.0-beta1 (CVS 417) (check-in: [36a8fe0ad0] user: drh branch: trunk, size: 28135)
2002-02-19
22:42
[63efc40f09] part of check-in [1686196a8a] New ROWIDs are numbered sequentially. (CVS 383) (check-in: [1686196a8a] user: drh branch: trunk, size: 25457)
2002-01-16
21:00
[82a026b168] part of check-in [f74d61aaf3] Added the last_insert_rowid API function. Improved documentation of the random ROWID algorithm. (CVS 349) (check-in: [f74d61aaf3] user: drh branch: trunk, size: 25457)
2001-12-22
19:27
[9123810452] part of check-in [14392258c5] Update documentation for the 2.2.0 release. (CVS 335) (check-in: [14392258c5] user: drh branch: trunk, size: 24594)
2001-11-24
13:36
[58922228e8] part of check-in [e86a68c5ac] Typos fixed. (CVS 319) (check-in: [e86a68c5ac] user: drh branch: trunk, size: 24218)
13:23
[1b05a75884] part of check-in [f1a5808288] Update the FAQ. Change the GMT timezone label to UTC on all files. (CVS 318) (check-in: [f1a5808288] user: drh branch: trunk, size: 24187)
2001-10-31
15:44
[d446234c1d] part of check-in [f65df59e55] More documentation updates (CVS 295) (check-in: [f65df59e55] user: drh branch: trunk, size: 24187)
2001-10-19
16:44
[6c5989670e] part of check-in [8467d84fc6] Version 2.0.6 (CVS 291) (check-in: [8467d84fc6] user: drh branch: trunk, size: 24208)
2001-10-12
17:30
[a59ee0835d] part of check-in [0a7848b619] Fix an assertion failure when the disk fills up. Add tests for a full disk situation. (CVS 285) (check-in: [0a7848b619] user: drh branch: trunk, size: 22274)
2001-09-28
23:11
[8e8d9e66e8] part of check-in [4b4bfc6290] Documentation updates. (CVS 275) (check-in: [4b4bfc6290] user: drh branch: trunk, size: 22053)
2001-09-20
01:44
[52ae81c89b] part of check-in [d2a1aac467] 2.0-Alpha-2 release (CVS 258) (check-in: [d2a1aac467] user: drh branch: trunk, size: 21112)
2001-04-05
16:25
[ddca19005c] part of check-in [04530e4516] :-) (CVS 202) (check-in: [04530e4516] user: drh branch: trunk, size: 20786)
2000-11-28
20:46
[11be2d5826] part of check-in [97339efdf3] Comment changes only (CVS 165) (check-in: [97339efdf3] user: drh branch: trunk, size: 19913)
2000-10-23
13:16
[5e15e61039] part of check-in [356cdd6486] documentation and speed updates (CVS 164) (check-in: [356cdd6486] user: drh branch: trunk, size: 19914)
2000-10-16
22:06
[1a0b13d056] part of check-in [f7ea08b931] Added an interrupt capability (CVS 153) (check-in: [f7ea08b931] user: drh branch: trunk, size: 19119)
2000-10-09
12:57
[03f5fe8f2d] part of check-in [15340d2bb3] Documentation changes only (CVS 151) (check-in: [15340d2bb3] user: drh branch: trunk, size: 18576)
2000-10-08
22:20
[47d6b9b665] part of check-in [f9372072a6] Added the _printf() interface. (CVS 150) (check-in: [f9372072a6] user: drh branch: trunk, size: 18577)
2000-09-29
13:30
[73b5c1354e] part of check-in [e11f7527f9] :-) (CVS 147) (check-in: [e11f7527f9] user: drh branch: trunk, size: 14890)
2000-08-22
13:40
[1b79e404a0] part of check-in [c6b71d9b4b] :-) (CVS 138) (check-in: [c6b71d9b4b] user: drh branch: trunk, size: 12820)
2000-07-28
14:32
[29593cf770] part of check-in [4fe8e51c24] added the sqlite_busy_handler() interface (CVS 109) (check-in: [4fe8e51c24] user: drh branch: trunk, size: 12361)
2000-06-21
13:59
[8eb800f67e] part of check-in [e1bf96a467] :-) (CVS 104) (check-in: [e1bf96a467] user: drh branch: trunk, size: 9905)
2000-06-06
18:24
[9ac8008542] part of check-in [4eca3bf64f] :-) (CVS 60) (check-in: [4eca3bf64f] user: drh branch: trunk, size: 7497)
2000-06-02
13:27
[8867d76ddd] part of check-in [2b55f9b790] :-) (CVS 37) (check-in: [2b55f9b790] user: drh branch: trunk, size: 7141)
2000-05-29
18:32
[f875864edf] part of check-in [1d3286702c] :-) (CVS 4) (check-in: [1d3286702c] user: drh branch: trunk, size: 5798)
18:20
Added: [8519217903] part of check-in [9e36a6014b] :-) (CVS 3) (check-in: [9e36a6014b] user: drh branch: trunk, size: 5391)