Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bug fix: Be sure to sends NULLs to the callback when the column value is NULL. (CVS 313) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
207a57ad2e4e1a44a4c0231b1ba33459 |
User & Date: | drh 2001-11-13 19:36:55.000 |
Context
2001-11-13
| ||
19:45 | Version 2.1.1 (CVS 460) (check-in: be228cd13a user: drh tags: trunk) | |
19:36 | Bug fix: Be sure to sends NULLs to the callback when the column value is NULL. (CVS 313) (check-in: 207a57ad2e user: drh tags: trunk) | |
19:35 | Bug fix: Sometimes NULL results were not being passed as nulls to the callback function. (CVS 312) (check-in: 94ce828236 user: drh tags: trunk) | |
Changes
Changes to VERSION.
|
| | | 1 | 2.1.1 |
Changes to www/changes.tcl.
︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2001 Nov 12 (2.1.0)} { <li>Change the format of data records so that records up to 16MB in size can be stored.</li> <li>Change the format of indices to allow for better query optimization.</li> <li>Implement the "LIMIT ... OFFSET ..." clause on SELECT statements.</li> } | > > > > > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2001 Nov 13 (2.1.1)} { <li>Bug fix: Sometimes arbirary strings were passed to the callback function when the actual value of a column was NULL.</li> } chng {2001 Nov 12 (2.1.0)} { <li>Change the format of data records so that records up to 16MB in size can be stored.</li> <li>Change the format of indices to allow for better query optimization.</li> <li>Implement the "LIMIT ... OFFSET ..." clause on SELECT statements.</li> } |
︙ | ︙ |