0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 05, 2025 — Aug 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fix. Raised version number to 2.0.4. (CVS 288)
drh
More... almost 25 years ago
Version 2.0.3 (CVS 467)
drh
More... almost 25 years ago
2.0.3 (CVS 287)
drh
More... almost 25 years ago
Remove the P3 and label arguments from the internal sqliteVdbeAddOp() function. This makes the code easier to read and perhaps smaller as well. (CVS 286)
drh
More... almost 25 years ago
Fix an assertion failure when the disk fills up. Add tests for a full disk situation. (CVS 285)
drh
More... almost 25 years ago
Version 2.0.2 (CVS 468)
drh
More... almost 25 years ago
The sqlite_busy_timeout() function was interpreting its second argument as seconds, not milliseconds as advertised. This patch fixes the problem. (CVS 284)
drh
More... almost 25 years ago
Remove files before rebuilding. (CVS 283)
drh
More... almost 25 years ago
More changes prior to release 2.0.2. Mostly comment changes. But there was also a minor change to temptable.test so that it would work under Windows. (CVS 282)
drh
More... almost 25 years ago
Version 2.0.2 (CVS 281)
drh
More... almost 25 years ago
Fix the locking protocol. (CVS 280)
drh
More... almost 25 years ago
Support for temporary tables added. Still need more testing. (CVS 279)
drh
More... almost 25 years ago
Adding table column query capability to support ODBC. (CVS 278)
drh
More... almost 25 years ago
Version 2.0.1 (CVS 469)
drh
More... almost 25 years ago
Remove C++ comments from btree.c. (CVS 277)
drh
More... almost 25 years ago
The .dump output uses INSERT instead of COPY now. Expression syntax of the form "expr NOT NULL" is now supported. (CVS 276)
drh
More... almost 25 years ago
Version 2.0.0 (CVS 470)
drh
More... almost 25 years ago
Documentation updates. (CVS 275)
drh
More... almost 25 years ago
Remove reference to GDBM in the documentation of the "sqlite" command-line utility. (CVS 274)
drh
More... almost 25 years ago
Line tclsqlite.so against the stub library. (CVS 273)
drh
More... almost 25 years ago
Version 2.0.0 (CVS 272)
drh
More... almost 25 years ago
Put in the new LIBTOOL build system. (CVS 271)
drh
More... almost 25 years ago
Added more tests of unique indices. (CVS 270)
drh
More... almost 25 years ago
Alpha-3 (CVS 269)
drh
More... almost 25 years ago
Fixed the support of UNIQUE and PRIMARY KEY. (CVS 268)
drh
More... almost 25 years ago
Added basic support for enforcement of UNIQUE on indices and primary keys. Support for addition constraints is to follow. (CVS 267)
drh
More... almost 25 years ago
Fix an RCSID problem. (CVS 266)
drh
More... almost 25 years ago
Prepare for Alpha-3 (CVS 265)
drh
More... almost 25 years ago
Tests for inserting lots of data (~64K) into a single row of a table. (CVS 264)
drh
More... almost 25 years ago
RowIDs are now always expressed in native byte order. (CVS 263)
drh
More... almost 25 years ago