Differences From Artifact [e21c027580]:
- File src/doc.c — part of check-in [05df5d2ee6] at 2017-05-27 03:21:01 on branch trunk — Fix support for 'raw' mode for embedded TH1 docs broken by check-in [35698c9c43478f8f]. (user: mistachkin size: 36629)
To Artifact [5e1c9f2d11]:
- File src/doc.c — part of check-in [a49ef37865] at 2017-06-19 01:55:48 on branch trunk — Make sure the /uv webpage returns a sensible error if the unversioned table does not exist. (user: drh size: 36690)
| ︙ | |||
634 635 636 637 638 639 640 | 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 | + - + + |
goto doc_not_found;
}
}else{
goto doc_not_found;
}
}
if( isUV ){
if( db_table_exists("repository","unversioned")
|
| ︙ |