Differences From:
File
src/info.c
part of check-in
[f394d84560]
- Update SQLite to the latest build from CVS. Add in the FTS3 extension,
though it is not yet being used. Additional work toward tickets.
by
drh on
2007-11-25 16:13:52.
Also file
src/info.c
part of check-in
[d0305b305a]
- Merged mainline into my branch to get the newest application.
by
aku on
2007-12-05 08:07:46.
[view]
To:
File
src/info.c
part of check-in
[5d3783bd61]
- Fix a typo on the user setup page. Reported via email by Brad Harder.
by
drh on
2008-02-01 12:39:40.
Also file
src/info.c
part of check-in
[dbdc160161]
- Merged with mainline.
by
aku on
2008-02-02 07:33:03.
[view]
@@ -763,10 +763,10 @@
" SELECT 'f', rid FROM blob WHERE uuid GLOB '%s*'"
" UNION ALL"
" SELECT 'w', substr(tagname,6) FROM tag"
" WHERE tagname='wiki-%q'"
- " UNION ALL"
- " SELECT 't', tkt_uuid FROM ticket WHERE tkt_uuid GLOB '%s*';",
+ /*" UNION ALL"
+ " SELECT 't', tkt_uuid FROM ticket WHERE tkt_uuid GLOB '%s*';"*/,
zName, zName, zName
);
cnt = db_int(0, "SELECT count(*) FROM refs");
if( cnt==0 ){