Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
rowset.c
bc91738
Add a C-source spell-checking facility. make misspell (on Nix)
by larrybr
· 2 years, 1 month ago
45dc9ca
Fix typos in RowSet.
by pdr
· 5 years ago
9d67afc
Also free up the MEM_RowSet bit in the Mem.flags field and have RowSet objects
by drh
· 7 years ago
b982bfe
Optimizations to link list merge sort code in vdbesort.c, pcache.c, and
by drh
· 9 years ago
aa50271
Further simplifications and improved commentting on the rowset.c module,
by drh
· 9 years ago
396794f
Comment changes only: Add several optimization marks in rowset.c. Add
by drh
· 9 years ago
2075fb0
Fix typo in comment. No changes to code.
by mistachkin
· 9 years ago
cb6d66b
Rearrange some code in the RowSet logic for clarity of presentation, while
by drh
· 9 years ago
575fad6
Add the slightly faster sqlite3DbMallocRawNN(db,n) routine for the majority
by drh
· 9 years ago
oom-handling
60ec914
Fix typos in comments. No code changes.
by peter.d.reid
· 11 years ago
d83cad2
Modify the OR-clause handling so that it can safely deal with OR-clause
by drh
· 11 years ago
d557843
Fix all known instances of 'repeated the' style typos in comments. No changes to code.
by mistachkin
· 13 years ago
3343b43
Performance improvements for the RowSet object when it undergoes many
by drh
· 13 years ago
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
49145af
Fix an 8-byte alignment problem on HP/UX. Ticket #3869 (CVS 6666)
by drh
· 16 years ago
6149526
Change the OP_Rowid opcode so that a deferred OP_Seek is pending, it simply
by drh
· 16 years ago
733bf1b
Extend the Rowset object to contain all the capabilities of Rowhash in
by drh
· 16 years ago
4b2b8b7
Change an unreachable error condition test to an assert() in rowset.c. (CVS 6429)
by drh
· 16 years ago
a9e364f
Updates to comments as suggested by tickets #3578 and #3579. (CVS 6172)
by drh
· 17 years ago
e2f02ba
Increased test coverage. (CVS 6147)
by drh
· 17 years ago
3d4501e
Replace the VDBE Fifo object with the new RowSet object. (CVS 5977)
by drh
· 17 years ago