Differences From Artifact [a76008c3fb]:
- File src/json_dir.c — part of check-in [c967b6619f] at 2013-04-24 07:28:45 on branch page-case-sensitive — All ui pages (and JSON) should handle filenames case-sensitive because they don't access the file system. (user: jan.nijtmans size: 9146) [more...]
To Artifact [bd7be6f09d]:
- File src/json_dir.c — part of check-in [30c107e2c8] at 2015-03-01 20:56:26 on branch trunk — More changes to make 'check-in' terminology consistent in source comments, SQL comments, JSON error messages, and web page link text. (user: mistachkin size: 9147) [more...]
| ︙ | |||
80 81 82 83 84 85 86 | 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | - + |
*/
if( zCI && *zCI ){
pM = manifest_get_by_name(zCI, &rid);
if( pM ){
zUuid = db_text(0, "SELECT uuid FROM blob WHERE rid=%d", rid);
}else{
json_set_err(FSL_JSON_E_UNRESOLVED_UUID,
|
| ︙ |