20 timeline items occurring around 2009-01-20.
|
2009-01-26
| ||
| 20:59 | [4d03b69317] (#3583) add a rule for sqlite3.pc in case the .in file is updated (CVS 6205) (user: vapier, tags: trunk) | |
|
2009-01-24
| ||
| 15:23 | [d74560803e] Remove obsolete files from the tools subfolder. (CVS 6204) (user: drh, tags: trunk) | |
| 11:30 | [bfc71edca4] Fix some minor compiler warnings. Added sqlite3Isalpha() for use in the soundex() function. (CVS 6203) (user: drh, tags: trunk) | |
| 09:56 | [f3c09a0cb8] Remove incorrect ALWAYS macro associated with empty IN() sets. Ticket #3602. (CVS 6202) (user: danielk1977, tags: trunk) | |
|
2009-01-23
| ||
| 16:45 | [9c0b9f8813] Optimization: When loading a new page into the cache, avoid redundant memset() calls to zero it. (CVS 6201) (user: danielk1977, tags: trunk) | |
|
2009-01-22
| ||
| 23:04 | [75cc709be4] Fix the VACUUM command so that it does not commit a transaction when it is mistakenly run within a transaction - it should leave the transaction open. (CVS 6200) (user: drh, tags: trunk) | |
| 17:12 | [78ae96def5] Silence a C++ builder warning by writing "if( (rc = function())!=SQLITE_OK )" instead of "if( (rc = function()) )" in two places in pager.c. Ticket #3605. (CVS 6199) (user: danielk1977, tags: trunk) | |
|
2009-01-21
| ||
| 17:45 | [5b3c075f96] Add a comment to fts3_tokenizer.h to make it clear how the xNext() method is supposed to set its output variables. Make sure the output variables of xNext() are only used if SQLITE_OK is returned. Ticket #3604. (CVS 6198) (user: danielk1977, tags: trunk) | |
|
2009-01-20
| ||
| 17:06 | [12f7346c13] Big change to make pager.c easier to follow. Unused variables removed, comments improved, etc. (CVS 6197) (user: danielk1977, tags: trunk) | |
| 16:53 | [1041abd678] When not compiling for an EBCDIC system, use built-in alternatives to the tolowe r(), toupper() and other ctype.h library functions. Ticket #3597. (CVS 6196) (user: danielk1977, tags: trunk) | |
|
2009-01-19
| ||
| 20:49 | [7035c35dbe] Make sure the *pzErrMsg return from sqlite3_get_table() is aways zeroed. Ticket #3598. (CVS 6195) (user: drh, tags: trunk) | |
| 18:18 | [c2eabb99fe] Fix the --enable-tempstore option on the configure script. Ticket #3599 (CVS 6194) (user: drh, tags: trunk) | |
| 17:40 | [6242f113eb] Make sure mutexes are fully enabled for thread001.test. Take steps to ensure that the thread tests run during regression testing. (CVS 6193) (user: drh, tags: trunk) | |
|
2009-01-17
| ||
| 16:59 | [502c66df8b] Fix a bug that was preventing SQLite from releasing locks properly under obscure circumstances. (CVS 6192) (user: danielk1977, tags: trunk) | |
| 15:53 | [2d79aaab13] Back out the Makefile.in changes from check-in (6181) because of reports (ticket #3594) that they do not work on NetBSD. Separately, documentation is updated to make clear that configure and Makefile.in are unsupported. (CVS 6191) (user: drh, tags: trunk) | |
|
2009-01-16
| ||
| 23:47 | [191c399fc6] Remove a harmless UMR that occurs inside some debugging code. (CVS 6190) (user: drh, tags: trunk) | |
| 16:40 | [9f07d2d922] Fix a change-counter bug similar to #3584. This one is much more obscure though, requiring a transient IO or malloc error to occur while running in exclusive mode. (CVS 6189) (user: danielk1977, tags: trunk) | |
| 16:23 | [a353c1ab37] Revert (6187). (CVS 6188) (user: danielk1977, tags: trunk) | |
| 15:21 | [aa67fd0cdb] This commit is an error. Reverted by (6188). (CVS 6187) (user: danielk1977, tags: trunk) | |
| 11:04 | [54ab8326a1] Allow recently added keywords 'savepoint' and 'release' to be used as database object names. Just as they could be prior to 3.6.8. Ticket #3590. (CVS 6186) (user: danielk1977, tags: trunk) | |