SQLite

Check-in [2f7db6c98f]
Login

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

Overview
Comment:Expression nodes of type TK_ROW mean the rowid of the first table in the source list. (CVS 5769)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2f7db6c98f17e0b7110258093c283091a91d4e4f
User & Date: drh 2008-10-06 13:54:35.000
Context
2008-10-06
15:18
Fix a typo in check-in (5769) (CVS 5770) (check-in: 24891902fa user: drh tags: trunk)
13:54
Expression nodes of type TK_ROW mean the rowid of the first table in the source list. (CVS 5769) (check-in: 2f7db6c98f user: drh tags: trunk)
12:46
In sqlite3_bind() interfaces, avoid acquiring the mutex until after the statement handle has been validated. Ticket #3418. (CVS 5768) (check-in: 693503e241 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/resolve.c.